Modifier and Type | Method and Description |
---|---|
void |
WOReservationDataManager.loadAdditionalReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData)
Load additional reservation
|
void |
WOReservationDataManager.loadOtherAssignmentReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData)
Load other assignments for labor
|
void |
WOReservationDataManager.loadWorkAndNonWorkReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData)
Load working and non working reservations
|
Modifier and Type | Method and Description |
---|---|
void |
WORepLocReservationDataManager.loadAdditionalReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData) |
void |
WORepLocReservationDataManager.loadOtherAssignmentReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData)
Load other assignments for locations
|
Modifier and Type | Method and Description |
---|---|
protected SKDAppService.ReservationData |
SKDAppService.createReservationDataFromDB(UserInfo userInfo,
MXGanttModel model,
MboRemote project,
java.util.HashMap activityMap,
java.util.HashMap resourceMap)
Loads reservations from database for a project
|
protected SKDAppService.ReservationData |
SKDAppService.loadReservations(UserInfo userInfo,
MXGanttModel model,
MboRemote project,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData)
Load reservations for a project to the model.
|
protected SKDAppService.ReservationData |
RefreshMXGanttModelHelper.loadReservationsForModelRefresh(UserInfo userInfo,
MXGanttModel model,
MboRemote project,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData)
Load reservations for a project to the model.
|
protected SKDAppService.ReservationData |
RefreshMXGanttModelHelper.refreshReservationDataFromDB(UserInfo userInfo,
MXGanttModel model,
MboRemote project,
java.util.HashMap activityMap,
java.util.HashMap resourceMap)
Loads reservations from database for a project
|
Modifier and Type | Method and Description |
---|---|
GanttConfigInfo |
SKDAppService.getGanttConfigInfo(UserInfo userInfo,
MboRemote project,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData,
com.ibm.tivoli.maximo.skd.service.SKDAppService.ConstraintData constraintData,
java.util.HashMap appDescMap)
Get GanttConfigInfo for an user and project mbo and skd object data
|
protected java.util.ArrayList |
SKDAppService.initializeReservations(UserInfo userInfo,
MboRemote project,
SKDAppService.ReservationData reservationData)
Initializes reservation for a project.
|
void |
ReservationDataManager.loadAdditionalReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData) |
void |
AbstractReservationDataManager.loadAdditionalReservations(MXGanttModel model,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData) |
void |
SKDAppService.loadAdditionalReservations(UserInfo userInfo,
MXGanttModel model,
MboRemote project,
SKDAppService.ActivityData activityData,
SKDAppService.ResourceData resourceData,
SKDAppService.ReservationData reservationData) |
protected void |
SKDAppService.scanReservations(UserInfo userInfo,
MXGanttModel model,
MboRemote project,
SKDAppService.ReservationData reservationData,
java.util.HashMap appDescMap)
Scan reservations for an user.
|