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

Uses of Interface
com.ibm.tivoli.maximo.skd.model.IMXGanttModel

  • Packages that use IMXGanttModel 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.compare.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.gresource  
    com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data  
    com.ibm.tivoli.maximo.miniapps.scheduler.tooltips  
    com.ibm.tivoli.maximo.miniapps.scheduler.tooltips.gworkassign  
    com.ibm.tivoli.maximo.miniapps.scheduler.util  
    com.ibm.tivoli.maximo.skd.app  
    com.ibm.tivoli.maximo.skd.beans  
    com.ibm.tivoli.maximo.skd.gresource.model  
    com.ibm.tivoli.maximo.skd.gworkassign.model  
    com.ibm.tivoli.maximo.skd.gworkassign.service  
    com.ibm.tivoli.maximo.skd.max.model  
    com.ibm.tivoli.maximo.skd.model  
    com.ibm.tivoli.maximo.skd.service  
    com.ibm.tivoli.maximo.skd.util  
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      static void GanttUtil.addCommonGanttStartEnd(com.ibm.json.java.JSONObject Gantt, IMXGanttModel model, java.util.TimeZone timeZone) 
      static void GanttUtil.addCommonGanttStartEnd(com.ibm.json.java.JSONObject Gantt, IMXGanttModel model, java.util.TimeZone timeZone, boolean fixedStartEnd) 
      static void GanttUtil.addComplianceDetails(TGJsonWriter jsonWriter, IMXGanttModel model, IMXActivity mxa, AbstractTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
      protected com.ibm.json.java.JSONObject ILogGanttModelToTreeGridUIBuilder.addDefSUM(IMXGanttModel model) 
      static com.ibm.json.java.JSONObject GanttUtil.addWorkPeriodInfo(com.ibm.json.java.JSONObject gantt, IMXGanttModel model, java.util.Properties props, java.util.List shifts)
      Add the WorkPeriod information to the TreeGrid UI
      static void GanttUtil.buildInfoRow(UIBuilder data, IMXGanttModel schedule, UIOptions options) 
      boolean IActivityFilter.canAccept(IMXGanttModel model, IMXActivity act) 
      static IMXActivity GanttUtil.find(GanttUtil.Predicate idp, IMXActivity start, IMXGanttModel model) 
      static IMXActivity GanttUtil.findActivityById(java.lang.String id, IMXGanttModel model) 
      static java.lang.String GanttUtil.getGanttComplete(IMXGanttModel model) 
      static java.lang.String GanttUtil.getInfoRowText(IMXGanttModel schedule, UIOptions options) 
      static java.lang.String GanttUtil.getMergedShiftsAsBackground(IMXGanttModel schedule)
      Returns the merged shift pattern as a TreeGrid background.
      static java.lang.String GanttUtil.getMergedShiftsAsInclude(IMXGanttModel model, UserInfo userInfo)
      Creates a shift pattern in TreeGrid format that are Include ranges.
      IMXActivity AbstractTreeGridMiniAppBean.getModAvailForDate(IMXResource mxr, IMXGanttModel model, java.util.Date d) 
      static Range GanttUtil.getProjectStartEnd(IMXGanttModel model)
      Traverses the entire project to find the start/end dates the covers the project work
      AbstractTreeGridMiniAppBean.ShiftInfo AbstractTreeGridMiniAppBean.getShiftBreakInfoForDate(IMXResource mxr, IMXGanttModel model, java.util.Date d)
      Add the WorkPeriod information to the TreeGrid UI
      static java.lang.String GanttUtil.getShiftColor(IMXGanttModel schedule, java.util.Properties props, java.lang.String shift) 
      static java.lang.String GanttUtil.getShiftColorId(IMXGanttModel schedule, java.util.Properties props, java.lang.String shift) 
      static java.lang.String GanttUtil.getShiftsAsBackground(IMXGanttModel schedule, java.util.Properties props, java.util.List shifts) 
      AbstractTreeGridMiniAppBean.ShiftInfo AbstractTreeGridMiniAppBean.getShiftWorkPeriodInfoForDate(IMXGanttModel model, java.util.Date d)
      Returns the ShiftInfo for the given date in the model, if the model has shift information loaded.
      java.util.List AbstractTreeGridMiniAppBean.getShiftWorkPeriodInfoForDate(IMXGanttModel sched, java.util.Properties props, java.util.Date d)
      Find Shift Info for a given date in the Schedule.
      AbstractTreeGridMiniAppBean.ShiftInfo AbstractTreeGridMiniAppBean.getShiftWorkPeriodInfoForDate(IMXResource mxr, IMXGanttModel model, java.util.Date d)
      Add the WorkPeriod information to the TreeGrid UI
      protected DynamicTooltip AbstractTreeGridMiniAppBean.getTooltip(WebClientSession sess, IMXGanttModel model, java.lang.String col, java.lang.String id)
      Load the Tooltip for the given Model and ID
      DynamicTooltip AbstractTreeGridMiniAppBean.getTooltipForDateInSchedule(IMXGanttModel schedule, java.util.Properties props, long date) 
      static boolean GanttUtil.isActualPercentComplete(IMXGanttModel model) 
      static boolean MXGanttModelOptions.isComplianceEnabled(IMXGanttModel model) 
      static boolean GanttUtil.isPercentCompleteNone(IMXGanttModel model) 
      static boolean GanttUtil.isPhysicalPercentComplete(IMXGanttModel model) 
      static boolean GanttUtil.isTaskPercentComplete(IMXGanttModel model) 
      static void MXGanttModelOptions.setComplianceEnabled(IMXGanttModel model, boolean val) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

      Fields in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max declared as IMXGanttModel 
      Modifier and Type Field and Description
      protected IMXGanttModel CompareMaxResourceModelHelper.leftModel 
      protected IMXGanttModel CompareMaxModelHelper.leftModel 
      protected IMXGanttModel CompareMaxResourceModelHelper.rightModel 
      protected IMXGanttModel CompareMaxModelHelper.rightModel 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      CompareMaxModelHelper.NodeEmitter.Result CompareMaxModelTGEmitter.beginNode(int modelIndex, IMXGanttModel model, IMXActivity node, boolean modified) 
      CompareMaxModelHelper.NodeEmitter.Result CompareMaxModelHelper.NodeEmitter.beginNode(int modelIndex, IMXGanttModel model, IMXActivity node, boolean modified)
      beginNode is called at least once for every node.
      CompareMaxResourceModelHelper.NodeEmitter.Result CompareMaxResourceModelHelper.NodeEmitter.beginNode(int modelIndex, IMXGanttModel model, IMXResource node, boolean modified)
      beginNode is called at least once for every node.
      CompareMaxResourceModelHelper.NodeEmitter.Result CompareMaxResourceHoursModelTGEmitter.beginNode(int modelIndex, IMXGanttModel model, IMXResource node, boolean modified) 
      void CompareMaxModelTGEmitter.endNode(int modelIndex, IMXGanttModel model, IMXActivity node) 
      void CompareMaxModelHelper.NodeEmitter.endNode(int modelIndex, IMXGanttModel model, IMXActivity node) 
      void CompareMaxResourceModelHelper.NodeEmitter.endNode(int modelIndex, IMXGanttModel model, IMXResource node) 
      void CompareMaxResourceHoursModelTGEmitter.endNode(int modelIndex, IMXGanttModel model, IMXResource node) 
      java.util.List ResourceMaxModelHelper.getAllNodes(IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List CompareMaxResourceModelHelper.ModelHelper.getAllNodes(IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List ResourceMaxModelHelper.getMissingNodes(IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List CompareMaxResourceModelHelper.ModelHelper.getMissingNodes(IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List CompareMaxModelHelper.ModelHelper.getMissingNodes(IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List ActivityMaxModelHelper.getMissingNodes(IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List CompareMaxModelHelper.ModelHelper.getPageNodes(int pageNumber, IMXGanttModel model, java.lang.String otherProjectID) 
      java.util.List ActivityMaxModelHelper.getPageNodes(int pageNumber, IMXGanttModel model, java.lang.String otherProjectID) 
      boolean CompareMaxModelHelper.ModelHelper.isModified(IMXGanttModel leftModel, IMXActivity leftNode, IMXGanttModel rightModel, IMXActivity rightNode) 
      boolean ActivityMaxModelHelper.isModified(IMXGanttModel leftModel, IMXActivity leftNode, IMXGanttModel rightModel, IMXActivity rightNode) 
      boolean ResourceMaxModelHelper.isModified(IMXGanttModel leftModel, IMXResource leftNode, IMXGanttModel rightModel, IMXResource rightNode) 
      boolean CompareMaxResourceModelHelper.ModelHelper.isModified(IMXGanttModel leftModel, IMXResource leftNode, IMXGanttModel rightModel, IMXResource rightNode) 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.compare.max with parameters of type IMXGanttModel 
      Constructor and Description
      CompareMaxModelHelper(IMXGanttModel leftModelFuture, IMXGanttModel rightModelFuture, CompareMaxModelHelper.ModelHelper helper, MXSession session)
      Creates a Helper using 2 future models (left and right conceptually).
      CompareMaxResourceModelHelper(IMXGanttModel leftModelFuture, IMXGanttModel rightModelFuture, CompareMaxResourceModelHelper.ModelHelper helper)
      Creates a Helper using 2 future models (left and right conceptually).
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.gresource

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gresource with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      static void GResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean, IMXGanttModel model, Range projectDates, com.ibm.json.java.JSONObject Gantt, UIBuilder builder, UIOptions options, ISKDUIInfo uiInfo) 
      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, AbstractTreeGridMiniAppBean bean, UIOptions uiOptions, SKDUIInfo skdUIInfo, IMXGanttModel model, Range projectDates)
      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 IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      static void GWAResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean, IMXGanttModel model, Range projectDates, com.ibm.json.java.JSONObject Gantt, UIBuilder builder, UIOptions options, ISKDUIInfo uiInfo) 
      static void GWAResourceHoursViewUIHelper.configureGantt(BaseTreeGridMiniAppBean bean, IMXGanttModel model, com.ibm.json.java.JSONObject Gantt, UIBuilder builder, UIOptions options, ISKDUIInfo uiInfo) 
      static void GWAGanttUtil.encodeActivityColumnValues(TGJsonWriter jsonWriter, IMXGanttModel model, IMXActivity mxa, boolean isRunBar, TreeGridUtil.ITGSerializationHelper helper, CompareMaxModelTGEmitter.ModelNumIDGenerator idGen)
      Writes the Activity Column Data to Json
      static com.ibm.json.java.JSONObject GWAResourceHoursViewUIHelper.getLayoutUI(WebClientSession sess, AbstractTreeGridMiniAppBean bean, UIOptions uiOptions, SKDUIInfo skdUIInfo, IMXGanttModel model, Range projectDates)
      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.
      static java.lang.String GWAGanttUtil.getTGNWParts(IMXGanttModel model, IMXActivity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      static boolean GWAGanttUtil.isInterruptable(IMXGanttModel model, IMXActivity mxa) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      static void LargeGanttUtil.encodeActivityColumnValues(TGJsonWriter jsonWriter, IMXGanttModel model, IMXActivity mxa, boolean isRunBar, TreeGridUtil.ITGSerializationHelper helper, CompareMaxModelTGEmitter.ModelNumIDGenerator idGen)
      Writes the Activity Column Data to Json
      static java.lang.String LargeGanttUtil.getTGNWParts(IMXGanttModel model, IMXActivity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      static boolean LargeGanttUtil.isInterruptable(IMXGanttModel model, IMXActivity mxa) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      static void ResourceHoursViewModelHelper.applyLoadAndAvail(TGJsonWriter r, IMXResource res, IMXGanttModel m, UserInfo userInfo, TreeGridUtil.ITGSerializationHelper helper, UIOptions options) 
      boolean AssignmentsActivityFilter.canAccept(IMXGanttModel model, IMXActivity act) 
      static void ResourceHoursViewUIHelper.configureGantt(AbstractTreeGridMiniAppBean bean, IMXGanttModel model, Range projectDates, com.ibm.json.java.JSONObject Gantt, UIBuilder builder, UIOptions options, ISKDUIInfo uiInfo) 
      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, AbstractTreeGridMiniAppBean bean, UIOptions uiOptions, SKDUIInfo skdUIInfo, IMXGanttModel model, Range projectDates)
      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.
      static DynamicTooltip ResourceHoursViewUIHelper.getTooltipForDate(AbstractTreeGridMiniAppBean bean, IMXGanttModel model, java.lang.String id, java.util.Date d) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      ListAvailDataSets ResourceData.getAvailableHoursData(IMXGanttModel model, IMXResource resource, UserInfo info, AlternateAvailHashMap alternateAvailHashMap)
      Calculates the Availability DataSets for the given resource, based on Shift.
      double ResourceData.getAvailableHoursData(IMXGanttModel model, IMXResource res, UserInfo userInfo, java.util.Date clickdate, AlternateAvailHashMap alternateAvailHashMap)
      Returns a SUM of all the Available Hours for the given date instance.
      double WOActivity.getFractionOverlap(java.util.Date shiftStartDate, UserInfo userInfo, IMXGanttModel model)
      Get the overlap fraction.
      double WOActivity.getHoursInShift(java.util.Date shiftStartDate, UserInfo userInfo, IMXGanttModel model) 
      ShiftDataSet ReservationLoadHoursDataPolicy.getLoadDataSet(IMXGanttModel ganttModel, IMXReservation reservation, UserInfo userInfo)
      Get the list of dates for reservation.
      ListLoadDataSets ResourceData.getLoadHoursData(IMXGanttModel model, IMXResource resource, UserInfo userInfo)
      This method calculates the total planned labor for the activity start date based on crafts.
      double ResourceData.getLoadHoursData(IMXGanttModel mxGanttModel, IMXResource res, UserInfo userInfo, java.util.Date clickdate)
      Returns the sum of all the load hours for a given date.
      double ResourceData.getLoadQuantityData(IMXGanttModel model, IMXResource resource, java.util.Date clickdate) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips

      Fields in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips declared as IMXGanttModel 
      Modifier and Type Field and Description
      protected IMXGanttModel GanttTextResolver.model 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips that return IMXGanttModel 
      Modifier and Type Method and Description
      IMXGanttModel GanttTextResolver.getModel() 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips with parameters of type IMXGanttModel 
      Constructor and Description
      ActivityTextResolver(IMXActivity act, IMXGanttModel model, UserInfo info) 
      BucketTextResolver(AbstractTreeGridMiniAppBean.BucketInfo bucketInfo, IMXGanttModel model, UserInfo info) 
      ConstraintTextResolver(IMXConstraint act, IMXGanttModel model, UserInfo info, AbstractTreeGridMiniAppBean bean) 
      GanttTextResolver(java.lang.Object act, IMXGanttModel model, UserInfo info) 
      GenericTextResolver(IMXGanttModel model, UserInfo info) 
      GenericTextResolver(java.util.Map data, IMXGanttModel model, UserInfo info) 
      ResourceTextResolver(IMXResource act, IMXGanttModel model, UserInfo info) 
      ShiftTextResolver(AbstractTreeGridMiniAppBean.ShiftInfo shiftInfo, AbstractTreeGridMiniAppBean.ShiftInfo breakInfo, IMXActivity modAvail, IMXGanttModel model, UserInfo info) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips.gworkassign

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.tooltips.gworkassign with parameters of type IMXGanttModel 
      Constructor and Description
      ShiftTextResolver(com.ibm.json.java.JSONObject shiftInfo, com.ibm.json.java.JSONObject modAvail, IMXGanttModel model, UserInfo info) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.miniapps.scheduler.util

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.util with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      java.util.ArrayList SKDActivityDuration.getShiftWorkPeriod(java.lang.String shift, IMXGanttModel model)
      Add the WorkPeriod information to the TreeGrid UI
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.util with parameters of type IMXGanttModel 
      Constructor and Description
      SKDActivityDuration(UserInfo userInfo, IMXGanttModel model) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.app

      Methods in com.ibm.tivoli.maximo.skd.app with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      void SKDProjectSet.recalculatePercentComplete(SKDAppServiceBeanRemote appService, IMXGanttModel model)
      Create to calculate the percent complete field
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.beans

      Methods in com.ibm.tivoli.maximo.skd.beans that return IMXGanttModel 
      Modifier and Type Method and Description
      IMXGanttModel SKDRefreshModelFromDialogAction.getModel() 
      protected IMXGanttModel SKDProjectAppBean.loadModel() 
      protected IMXGanttModel GSMaxProjectAppBean.loadModel() 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.gresource.model

      Classes in com.ibm.tivoli.maximo.skd.gresource.model that implement IMXGanttModel 
      Modifier and Type Class and Description
      class  GRSchedule
      GRSchedule
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.gworkassign.model

      Classes in com.ibm.tivoli.maximo.skd.gworkassign.model that implement IMXGanttModel 
      Modifier and Type Class and Description
      class  GWASchedule
      GWA Schedule
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.gworkassign.service

      Methods in com.ibm.tivoli.maximo.skd.gworkassign.service with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      void WMActivityDataManager.loadActivity(IMXActivity activity, java.lang.String objectName, IMXGanttModel model) 
      void RefreshGWActivityDataManager.reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List selectedActivities)
      Loads a list of activity records according to the parameters used as input.
      void RefreshGWActivityDataManager.reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List selectedActivities, boolean selectedOnly)
      Loads a list of activity records according to the parameters used as input.
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.max.model

      Classes in com.ibm.tivoli.maximo.skd.max.model that implement IMXGanttModel 
      Modifier and Type Class and Description
      class  Schedule 
      Methods in com.ibm.tivoli.maximo.skd.max.model that return IMXGanttModel 
      Modifier and Type Method and Description
      IMXGanttModel MaxActivityModelProcessor.getModel() 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.model

      Subinterfaces of IMXGanttModel in com.ibm.tivoli.maximo.skd.model 
      Modifier and Type Interface and Description
      interface  IWeekGanttModel
      Interface for Gantt Data models that spans over a week: GWW or GR.
      Classes in com.ibm.tivoli.maximo.skd.model that implement IMXGanttModel 
      Modifier and Type Class and Description
      class  MXGanttModel 
      Methods in com.ibm.tivoli.maximo.skd.model that return IMXGanttModel 
      Modifier and Type Method and Description
      IMXGanttModel MXActivityModelProcessor.getModel() 
      IMXGanttModel IMXActivityModelProcessor.getModel() 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.service

      Methods in com.ibm.tivoli.maximo.skd.service that return IMXGanttModel 
      Modifier and Type Method and Description
      IMXGanttModel IProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
      Methods in com.ibm.tivoli.maximo.skd.service with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      java.util.List SKDProjectActivityRefresher.refreshProjectData(IMXGanttModel model, UserInfo userInfo, MboRemote projectMbo, java.util.List selectedActivities, int populateInt, boolean preserveSkdData)
      Populate activities for a project.
      java.util.List SKDAppServiceRemote.refreshSelectedActivities(IMXGanttModel model, UserInfo userInfo, MboRemote project, java.util.List selectedActivities, boolean preserveSkdData)
      Refresh selected project data with project Mbo
      java.util.List SKDAppService.refreshSelectedActivities(IMXGanttModel model, UserInfo userInfo, MboRemote projectMbo, java.util.List selectedActivities, boolean preserveSkdData)
      Populates skd tables with project information
      void RefreshConstraintDataManager.reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List selectedActivities) 
      void RefreshableDataManager.reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List selectedActivities)
      Reload data to objects.
      void RefreshActivityDataManager.reloadDataObjects(IMXGanttModel model, MboRemote projectMbo, java.lang.String objectName, java.util.List selectedActivities)
      Loads a list of activity records according to the parameters used as input.
      void SKDAppService.updateCalendarInfoInProject(MboRemote project, UserInfo userInfo, IMXGanttModel model, java.util.Date startDate, java.util.Date endDate, SKDAppServiceCache appCache, boolean getModelForCreatedUser) 
    • Uses of IMXGanttModel in com.ibm.tivoli.maximo.skd.util

      Methods in com.ibm.tivoli.maximo.skd.util with parameters of type IMXGanttModel 
      Modifier and Type Method and Description
      static DateRange GanttModelUtil.calculateProjectMinMax(IMXGanttModel model) 
      static java.lang.String GanttModelUtil.encodeTreeGridActivityContraints(IMXGanttModel model, IMXActivity mxa)
      Encodes the Contstaints and form the IlvConstaints coming from this activity and update the Activity's DECENDENTS field with the newly calculated descendents.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes