Package | Description |
---|---|
com.ibm.tivoli.maximo.miniapps.scheduler | |
com.ibm.tivoli.maximo.skd.service |
Modifier and Type | Method and Description |
---|---|
GanttConfigInfo |
BaseTreeGridMiniAppBean.getGanttConfigInfo(WebClientSession sess,
java.lang.String appName,
java.lang.String projectId)
Fetches the GanttConfigInfo for the for the given projectid
|
Modifier and Type | Method and Description |
---|---|
GanttConfigInfo |
SKDAppService.getGanttConfigInfo(UserInfo userInfo,
MboRemote project)
Get GanttConfigInfo for an user and project mbo.
|
GanttConfigInfo |
SKDAppServiceRemote.getGanttConfigInfo(UserInfo userInfo,
MboRemote project)
Get Gantt configuration information for the project with project mbo
|
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<java.lang.String,java.lang.String> appDescMap)
Get GanttConfigInfo for an user and project mbo and skd object data
|
GanttConfigInfo |
SKDAppService.getGanttConfigInfo(UserInfo userInfo,
java.lang.String projectId)
Get GanttConfigInfo for an user and project unique id.
|
GanttConfigInfo |
SKDAppServiceRemote.getGanttConfigInfo(UserInfo userInfo,
java.lang.String projectId)
Get Gantt configuration information for the project with project id
|