Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.maximo.miniapps.scheduler.BaseTreeGridMiniAppBean

  • Packages that use BaseTreeGridMiniAppBean 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.compare  
    com.ibm.tivoli.maximo.miniapps.scheduler.compare.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.constraint  
    com.ibm.tivoli.maximo.miniapps.scheduler.crews  
    com.ibm.tivoli.maximo.miniapps.scheduler.dispatch  
    com.ibm.tivoli.maximo.miniapps.scheduler.gresource  
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.pm  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.schedulerdashboard  
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler 
      Modifier and Type Class and Description
      class  GAWorkViewBean 
      class  SchedulerWorkViewBean 
      class  WorkViewBean
      Bean Handler for the Work View TreeGrid bean
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type BaseTreeGridMiniAppBean 
      Modifier and Type Method and Description
      protected java.lang.String ILogGanttModelToTreeGridUIBuilder.getGanttMenu(UIOptions opts, BaseTreeGridMiniAppBean bean) 
      com.ibm.json.java.JSONObject ILogGanttModelToTreeGridUIBuilder.getTreeGridUI(java.util.concurrent.Future modelFuture, UIOptions options, BaseTreeGridMiniAppBean bean) 
      com.ibm.json.java.JSONObject ILogGanttModelToResourceTreeGridUIBuilder.getTreeGridUI(java.util.concurrent.Future modelFuture, UIOptions options, BaseTreeGridMiniAppBean bean) 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type BaseTreeGridMiniAppBean 
      Constructor and Description
      ILogGanttModelToTreeGridSerializer(BaseTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
      ILogModelToTreeGridBuilder(BaseTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.compare

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.compare 
      Modifier and Type Class and Description
      class  CompareAssignmentsBean 
      class  CompareResourceHoursBean 
      class  CompareViewBean 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.compare with parameters of type BaseTreeGridMiniAppBean 
      Constructor and Description
      ResourceAssignmentsModelHelper(BaseTreeGridMiniAppBean bean) 
      ResourceModelHelper(BaseTreeGridMiniAppBean bean) 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max 
      Modifier and Type Class and Description
      class  CompareMaxResourceHoursBean 
      class  CompareViewMaxBean
      Compare View Bean for the Graphical Scheduling Large Projects.
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max with parameters of type BaseTreeGridMiniAppBean 
      Constructor and Description
      ResourceMaxModelHelper(BaseTreeGridMiniAppBean bean) 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.constraint

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.constraint with parameters of type BaseTreeGridMiniAppBean 
      Modifier and Type Method and Description
      static void ConstraintUtil.createLinkedConstraints(MXGanttModel model, BaseTreeGridMiniAppBean bean, java.util.List 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 activityIds, DataBean appBean) 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.crews

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.crews 
      Modifier and Type Class and Description
      class  CrewAssignViewBean 
      class  CrewWorkViewBean 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.crews with parameters of type BaseTreeGridMiniAppBean 
      Constructor and Description
      CrewAssignModelSerializer(BaseTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper, UIOptions options) 
      CrewWorkModelSerializer(BaseTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch 
      Modifier and Type Class and Description
      class  DispatchViewBean 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch with parameters of type BaseTreeGridMiniAppBean 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONObject DispatchUIModelSerializer.getTreeGridUI(java.util.concurrent.Future modelFuture, UIOptions options, BaseTreeGridMiniAppBean bean) 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.gresource

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.gresource 
      Modifier and Type Class and Description
      class  GResourceView 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gresource with parameters of type BaseTreeGridMiniAppBean 
      Modifier and Type Method and Description
      static void GResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean, IMXGanttModel model, com.ibm.json.java.JSONObject Gantt, UIBuilder builder, UIOptions options, ISKDUIInfo uiInfo) 
      static com.ibm.json.java.JSONObject GResourceHoursViewUIHelper.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 GResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess, BaseTreeGridMiniAppBean bean, UIOptions uiOptions, SKDUIInfo skdUIInfo, IMXGanttModel model)
      Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign 
      Modifier and Type Class and Description
      class  GWAResourceHoursView 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type BaseTreeGridMiniAppBean 
      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.
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.pm

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.pm with parameters of type BaseTreeGridMiniAppBean 
      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.
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews 
      Modifier and Type Class and Description
      class  BaseResourceView 
      class  ResourceHoursView 
      class  ResourceScheduleView 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews with parameters of type BaseTreeGridMiniAppBean 
      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.
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources 
      Modifier and Type Class and Description
      class  OtherResourcesView 
    • Uses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.schedulerdashboard

      Subclasses of BaseTreeGridMiniAppBean in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.schedulerdashboard 
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes