Modifier and Type | Class and Description |
---|---|
class |
GAWorkViewBean |
class |
SchedulerWorkViewBean |
class |
WorkViewBean
Bean Handler for the Work View TreeGrid bean
|
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONObject |
ILogGanttModelToResourceTreeGridUIBuilder.getTreeGridUI(java.util.concurrent.Future<MXGanttModel> modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
com.ibm.json.java.JSONObject |
ILogGanttModelToTreeGridUIBuilder.getTreeGridUI(java.util.concurrent.Future<MXGanttModel> modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
Constructor and Description |
---|
ILogGanttModelToTreeGridSerializer(BaseTreeGridMiniAppBean bean,
TreeGridUtil.ITGSerializationHelper helper) |
ILogModelToTreeGridBuilder(BaseTreeGridMiniAppBean bean,
TreeGridUtil.ITGSerializationHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
CompareAssignmentsBean |
class |
CompareResourceHoursBean |
class |
CompareViewBean |
Constructor and Description |
---|
ResourceAssignmentsModelHelper(BaseTreeGridMiniAppBean bean) |
ResourceModelHelper(BaseTreeGridMiniAppBean bean) |
Modifier and Type | Class and Description |
---|---|
class |
CompareMaxResourceHoursBean |
class |
CompareViewMaxBean
Compare View Bean for the Graphical Scheduling Large Projects.
|
Constructor and Description |
---|
ResourceMaxModelHelper(BaseTreeGridMiniAppBean bean) |
Modifier and Type | Method and Description |
---|---|
static void |
ConstraintUtil.createLinkedConstraints(MXGanttModel model,
BaseTreeGridMiniAppBean bean,
java.util.List<java.lang.String> ids,
java.lang.String projectId,
SKDAppServiceBeanRemote serviceBean)
For a given list of Activity IDs then create a Finish to Start constrain
with the next Activity, IF POSSIBLE.
|
static boolean |
ConstraintUtil.performCPMALL(MXGanttModel model,
BaseTreeGridMiniAppBean bean,
DataBean appBean) |
static IMXActivity[] |
ConstraintUtil.performCPMSelected(MXGanttModel model,
BaseTreeGridMiniAppBean bean,
java.util.List<java.lang.String> activityIds,
DataBean appBean) |
Modifier and Type | Class and Description |
---|---|
class |
CrewAssignViewBean |
class |
CrewWorkViewBean |
Constructor and Description |
---|
CrewAssignModelSerializer(BaseTreeGridMiniAppBean bean,
TreeGridUtil.ITGSerializationHelper helper,
UIOptions options) |
CrewWorkModelSerializer(BaseTreeGridMiniAppBean bean,
TreeGridUtil.ITGSerializationHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
DispatchViewBean |
Modifier and Type | Method and Description |
---|---|
com.ibm.json.java.JSONObject |
DispatchUIModelSerializer.getTreeGridUI(java.util.concurrent.Future<MXGanttModel> modelFuture,
UIOptions options,
BaseTreeGridMiniAppBean bean) |
Modifier and Type | Class and Description |
---|---|
class |
GResourceView |
Modifier and Type | Class and Description |
---|---|
class |
GWAResourceHoursView |
Modifier and Type | Method and Description |
---|---|
static void |
GWAResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean,
IMXGanttModel model,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static com.ibm.json.java.JSONObject |
GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
java.util.concurrent.Future modelFuture)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
Modifier and Type | Method and Description |
---|---|
void |
PMReforecastModelAction.processActionResponse(java.lang.Object responseObject,
MXGanttModel model,
BaseTreeGridMiniAppBean bean,
DataBean appBean)
Process any necessary action after getting the response from server.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseResourceView |
class |
ResourceHoursView |
class |
ResourceScheduleView |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean,
IMXGanttModel model,
com.ibm.json.java.JSONObject Gantt,
UIBuilder builder,
UIOptions options,
ISKDUIInfo uiInfo) |
static com.ibm.json.java.JSONObject |
ResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
java.util.concurrent.Future modelFuture)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
static com.ibm.json.java.JSONObject |
ResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess,
BaseTreeGridMiniAppBean bean,
UIOptions uiOptions,
SKDUIInfo skdUIInfo,
IMXGanttModel model)
Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
|
Modifier and Type | Class and Description |
---|---|
class |
OtherResourcesView |
Modifier and Type | Class and Description |
---|---|
class |
SchedulerDashboardView
This class intend to create a TreeGrid to show and export the Scheduler
Projects Project name Description Start date End date - think this is there
already Duration Scheduled Labor hours total Actual labor hours total
Remaining labor hours Remaining duration % completed - There is some logic to
show the right percent complete.
|