Modifier and Type | Method and Description |
---|---|
void |
ILogResourcesGanttModelToTreeGridSerializer.encodeRunActivity(TGJsonWriter jsonWriter,
MXGanttModel model,
MXResource mxr,
MXActivity act,
MXReservation resv) |
static boolean |
GanttUtil.isOtherAssignment(MXReservation act) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceScheduleView.addModelChange(MXGanttModel model,
com.ibm.json.java.JSONObject obj,
MXActivity currentActivity,
MXResource res,
MXReservation reservation,
WebClientSession session) |
void |
ResourceScheduleView.addModelChange(MXGanttModel model,
MXActivity currentActivity,
MXResource res,
MXReservation reservation,
WebClientSession session) |
void |
ResourceScheduleView.applyModelChange(MXGanttModel model,
com.ibm.json.java.JSONObject obj,
MXActivity currentActivity,
MXResource res,
MXReservation reservation,
WebClientSession session) |
boolean |
ResourceScheduleView.setSkillMapping(MXGanttModel model,
ilog.views.gantt.model.general.IlvGeneralActivity currentActivity,
MXResource res,
MXReservation unused_reservation,
boolean update) |
Modifier and Type | Method and Description |
---|---|
boolean |
SKDReservationChangeListener.getShowAssignWarning(ilog.views.gantt.model.general.IlvGeneralActivity currentActivity,
MXResource res,
MXReservation reservation) |
void |
SKDReservationChangeListener.setSegmentInfo(ilog.views.gantt.model.general.IlvGeneralActivity activity,
MXResource res,
MXReservation reservation) |
Modifier and Type | Method and Description |
---|---|
MXReservation |
MXReservationFactory.createReservation(MXResource resource,
MXActivity activity)
Create a reservation
|
MXReservation |
MXReservation.Factory.createReservation(MXResource resource,
MXActivity activity) |
Modifier and Type | Method and Description |
---|---|
void |
WOReservationDataManager.initializeReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Initialize reservation.
|
void |
WOReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Load reservation related information
|
Modifier and Type | Method and Description |
---|---|
void |
PMAMCrewTypeReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject) |
Modifier and Type | Method and Description |
---|---|
void |
CostTypeReservationDataManager.initializeReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Initialize reservation
|
Modifier and Type | Method and Description |
---|---|
void |
PMReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
load reservation for the PM.
|
Modifier and Type | Method and Description |
---|---|
void |
RotatingToolReservationDataManager.initializeReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Initialize reservation
|
void |
RotatingToolPMReservationDataManager.initializeReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Initialize reservation
|
void |
RotatingToolReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Load reservation from database
|
void |
RotatingToolPMReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Load reservation from database
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MXReservation> |
SKDAppService.ReservationData.getReservationList()
Get reservation list
|
java.util.HashMap<java.lang.Long,java.util.ArrayList<MXReservation>> |
SKDAppService.ReservationData.getReservations(java.lang.String reservationObjectName)
Get reservation for an object
|
java.util.List<MXReservation> |
SKDAppService.refreshModel(UserInfo userInfo,
MboRemote project,
MXGanttModel model)
Refresh the Maximo Gantt data model with new and/or updated data retrieved from the DB.
|
java.util.List<MXReservation> |
SKDAppServiceRemote.refreshModel(UserInfo userInfo,
MboRemote project,
MXGanttModel model)
Refresh the Maximo Gantt data model with new and/or updated data retrieved from the DB.
|
java.util.List<MXReservation> |
RefreshMXGanttModelHelper.refreshModel(UserInfo userInfo,
MboRemote project,
MXGanttModel model)
Refresh the Maximo Gantt data model with new and/or updated data retrieved from the DB.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservationDataManager.initializeReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Initialize reservation after it is populated
|
void |
AbstractReservationDataManager.initializeReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Initialize reservation
|
void |
ReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Load activities from database
initialize the activity during the time when the model is loaded for display
by the gantt viewer.
|
void |
AbstractReservationDataManager.loadReservation(MXReservation reservation,
java.lang.String objectName,
MboRemote mboObject)
Load activities from database
|
Modifier and Type | Method and Description |
---|---|
void |
SKDAppService.saveInitializedReservationChanges(UserInfo userInfo,
MboRemote project,
java.util.ArrayList<MXReservation> modifiedReservations)
Save initialized reservations for a project.
|
void |
SKDAppService.ReservationData.setReservationList(java.util.ArrayList<MXReservation> reservationList)
Set reservation list
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MXReservation> |
SLRouteServiceRemote.refreshModel(ilog.views.gantt.IlvGanttModel model,
UserInfo userInfo,
SLRouteServiceCache appCache)
Refreshes work orders and assignments that are available for this Schedule/Project.
|
java.util.List<MXReservation> |
SLRouteService.refreshModel(ilog.views.gantt.IlvGanttModel model,
UserInfo userInfo,
SLRouteServiceCache appCache)
Refreshes work orders and assignments that are available for this Schedule/Project.
|