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.skd.max.model.Schedule

  • Packages that use Schedule 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler.beans  
    com.ibm.tivoli.maximo.miniapps.scheduler.constraint  
    com.ibm.tivoli.maximo.miniapps.scheduler.max  
    com.ibm.tivoli.maximo.miniapps.scheduler.max.export  
    com.ibm.tivoli.maximo.miniapps.scheduler.max.tooltips  
    com.ibm.tivoli.maximo.skd.beans  
    com.ibm.tivoli.maximo.skd.max.model  
    com.ibm.tivoli.maximo.skd.max.service  
    com.ibm.tivoli.maximo.skd.util  
    • Uses of Schedule in com.ibm.tivoli.maximo.miniapps.scheduler.beans

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.beans with parameters of type Schedule 
      Modifier and Type Method and Description
      protected void SKDEditConstraintsDialogBean.saveChanges(Schedule schedule, MboRemote mbo, java.lang.String oldType, com.ibm.json.java.JSONObject obj) 
      protected void SKDAddConstraintsDialogBean.saveChanges(Schedule schedule, java.lang.String fromID, MboRemote mbo) 
      protected void SKDEditConstraintsDialogBean.updateActivityDependencies(Schedule schedule, Activity activity, java.lang.String propertyName, MboRemote updatedMbo) 
    • Uses of Schedule in com.ibm.tivoli.maximo.miniapps.scheduler.constraint

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.constraint with parameters of type Schedule 
      Modifier and Type Method and Description
      static void ConstraintUtil.createLinkedConstraints(Schedule model, AbstractTreeGridMiniAppBean bean, java.util.List ids, java.lang.String projectId)
      For a given list of Activity IDs then create a Finish to Start constrain with the next Activity, IF POSSIBLE.
      static boolean ConstraintUtil.performCPMALL(Schedule model, BaseLargeGanttView bean, DataBean appBean) 
      static IMXActivity[] ConstraintUtil.performCPMSelected(Schedule model, BaseLargeGanttView bean, java.util.List activityIds, DataBean appBean) 
    • Uses of Schedule in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max that return Schedule 
      Modifier and Type Method and Description
      protected Schedule BaseLargeGanttView.getSchedule() 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max with parameters of type Schedule 
      Modifier and Type Method and Description
      void SchedulerMaxWorkView.addActionMenuItems(TMenu popupmenu, java.lang.String[] selectedactivitys, Schedule schedule, IMXActivityPropertyInfo actproptinfo, java.lang.String projectId, java.lang.String propName, java.lang.String propValue, java.lang.String frame)
      Adds SKDAction items to the TMenu.
      void UISerializer.addColumn(Schedule schedule, com.ibm.json.java.JSONArray Cols, Column pi, com.ibm.json.java.JSONObject Header) 
      protected void ShowCircularDependenciesViewBean.addDependencyInfo(java.util.Map values, java.lang.String fromId, java.lang.String depInfo, Schedule schedule)
      Push Dependency Information into the Dialog Values
      protected void SchedulerMaxWorkView.addDependencyInfo(java.util.Map values, java.lang.String fromId, java.lang.String depInfo, Schedule schedule)
      Push Dependency Information into the Dialog Values
      static void LargeGanttUtil.addGanttZooms(com.ibm.json.java.JSONObject root, ISKDUIInfo skdUIInfo, UIOptions options, Schedule schedule, com.ibm.json.java.JSONObject Gantt)
      Adds the default Gantt Zoom levels to a TreeGrid, and initializes the default Zoom to be the "middle" Zoom level.
      static void LargeGanttUtil.buildInfoRow(UIBuilder data, Schedule leftSchedule, long rightModelId, UIOptions options) 
      com.ibm.json.java.JSONObject UISerializer.buildUI(Schedule schedule, UISerializationHelper helper) 
      static void LargeGanttUtil.encodeFields(IMXActivity act, java.lang.String[] fields, Schedule model, ReplyBuilder builder, TreeGridUtil.ITGSerializationHelper helper)
      Encode fields into a Changes segment of the ReplyBuilder
      static java.lang.String LargeGanttUtil.getInfoRowText(Schedule leftSchedule, long rightModelId, UIOptions options) 
      static java.lang.String LargeGanttUtil.getTGNWParts(Schedule model, Activity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      static boolean LargeGanttUtil.isInterruptable(Schedule model, Activity mxa) 
      protected void ResourceToolsZonesMaxHoursView.processResoures(DataRow parentNode, Schedule model, Range dateRange) 
      protected void ResourceMaxHoursView.processResoures(DataRow parentNode, Schedule model, Range dateRange) 
      static java.util.List LargeGanttUtil.resolveSelectedActivitiesById(Schedule model, java.util.List arr) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeAllRecords(Schedule schedule) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeChildren(Schedule schedule, java.lang.String activityID) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeChildren(Schedule schedule, java.lang.String activityID, int level) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeCircularDependencies(Schedule schedule, java.util.List activityIDs) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeCompareRootPages(Schedule leftSchedule, Schedule rightSchedule) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeHierarchy(Schedule schedule, java.lang.String activityID) 
      com.ibm.json.java.JSONObject ModelSerializer.serializePage(Schedule schedule, int p) 
      com.ibm.json.java.JSONObject ModelSerializer.serializeRootPages(Schedule schedule) 
      protected void ShowCircularDependenciesViewBean.updateConstraints(java.lang.String treeGridDescendents, Activity from, Schedule schedule, ReplyBuilder reply, boolean forceUpdate) 
      protected void SchedulerMaxWorkView.updateConstraints(java.lang.String treeGridDescendents, Activity from, Schedule schedule, ReplyBuilder reply, boolean forceUpdate, java.lang.Boolean optimize) 
      void SchedulerMaxWorkView.updateDuration(Schedule schedule, java.util.Date oldStartTime, java.util.Date oldEndTime, java.util.Date newStartTime, java.util.Date newEndTime, Activity activity)
      Start and End times need to be updated at the same time, or else ILOG will grow or shrink the activity bar when setting the start/end times separately.
      int SchedulerMaxWorkView.updateStartEndTimes(Schedule schedule, com.ibm.json.java.JSONObject change, WebClientSession sess, Activity activity)
      Start and End times need to be updated at the same time, or else ILOG will grow or shrink the activity bar when setting the start/end times separately.
    • Uses of Schedule in com.ibm.tivoli.maximo.miniapps.scheduler.max.export

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.max.export with parameters of type Schedule 
      Constructor and Description
      CompareMaxExcelExport(Schedule leftSchedule, Schedule rightSchedule, CompareMaxModelHelper modelHelper, SKDUIInfo skdUIInfo, com.ibm.json.java.JSONObject exportConfig)
      NOTE you should always pass a cloned schedule, since this repositions pages, etc.
      MaxExcelExport(Schedule schedule, com.ibm.json.java.JSONObject exportConfig, SKDUIInfo skdUIInfo)
      NOTE you should always pass a cloned schedule, since this repositions pages, etc.
    • Uses of Schedule in com.ibm.tivoli.maximo.miniapps.scheduler.max.tooltips

      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler.max.tooltips with parameters of type Schedule 
      Constructor and Description
      ActivityTooltipResolver(java.util.Map data, Schedule schedule) 
      ActivityTooltipResolver(Schedule schedule) 
    • Uses of Schedule in com.ibm.tivoli.maximo.skd.beans

      Methods in com.ibm.tivoli.maximo.skd.beans that return Schedule 
      Modifier and Type Method and Description
      Schedule GSMaxProjectAppBean.loadSchedule()
      Load the project based on SKDPROJECTID
    • Uses of Schedule in com.ibm.tivoli.maximo.skd.max.model

      Methods in com.ibm.tivoli.maximo.skd.max.model that return Schedule 
      Modifier and Type Method and Description
      Schedule Schedule.clone()
      Note Clone does a soft clone keeping references to the same objects as the original, but it does make a deep clone of the pageing manager.
      Methods in com.ibm.tivoli.maximo.skd.max.model with parameters of type Schedule 
      Modifier and Type Method and Description
      void Constraint.addConstraintToActivity(Schedule schedule, Activity fromActivity, Activity toActivity) 
      Activity ActivityBuilder.build(MboRemote projectMbo, Schedule schedule, java.sql.ResultSet resultSet, java.util.Map objectColumnsMap, int dbType)
      Builds an Activity object based on the values retrieved from a ResultSet.
      Constraint ConstraintBuilder.build(Schedule schedule, Activity from, Activity to, ilog.views.gantt.IlvConstraintType type)
      Build a new Constraint.
      Constraint ConstraintBuilder.build(Schedule schedule, MboRemote projectMbo, java.sql.ResultSet resultSet, java.util.Map activitiesMap)
      Builds an Activity object based on the values retrieved from a ResultSet.
      int Schedule.getComparePages(Schedule leftModel, long rightModelId) 
      int Schedule.getCompareRowCount(Schedule leftModel, long rightModelId) 
      protected void ActivityBuilder.loadActivity(Activity activity, MboRemote projectMbo, java.sql.ResultSet resultSet, Schedule schedule, int dbType) 
      void Constraint.remove(Schedule schedule) 
      Constructors in com.ibm.tivoli.maximo.skd.max.model with parameters of type Schedule 
      Constructor and Description
      MaxActivityModelProcessor(Schedule schedule) 
      MaxModelChangeHandler(Schedule schedule) 
    • Uses of Schedule in com.ibm.tivoli.maximo.skd.max.service

      Methods in com.ibm.tivoli.maximo.skd.max.service that return Schedule 
      Modifier and Type Method and Description
      Schedule ProjectManager.loadProject(java.lang.String projectId, IProjectManagerCallback callback) 
      Methods in com.ibm.tivoli.maximo.skd.max.service with parameters of type Schedule 
      Modifier and Type Method and Description
      com.ibm.json.java.JSONArray PagingManager.bulkLoadDataObjects(Schedule schedule, DataSpec dataSpec, long offsetRecord) 
      com.ibm.json.java.JSONArray ConstraintMaxDataManager.bulkLoadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord) 
      com.ibm.json.java.JSONArray IMaxDataManager.bulkLoadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord) 
      com.ibm.json.java.JSONArray ActivityMaxDataManager.bulkLoadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord)
      Loads a list of activity records according to the parameters used as input.
      com.ibm.json.java.JSONArray ActivityMaxDataManager.fetchChildren(Schedule schedule, DataSpec dataSpec, java.lang.String workOrderNumber, java.lang.Long offsetRecord, java.lang.Integer level) 
      com.ibm.json.java.JSONArray PagingManager.fetchChildren(Schedule schedule2, DataSpec dataSpec2, java.lang.String internalID, java.lang.Long offset, java.lang.Integer level) 
      Activity ActivityMaxDataManager.findById(Schedule schedule, java.lang.String id, DataSpec dataSpec) 
      int PagingManager.getComparePageCount(Schedule leftModel, long rightModelId) 
      int PagingManager.getCompareRowCount(Schedule leftModel, long rightModelId) 
      int ActivityMaxDataManager.getCompareRowCount(Schedule leftModel, long rightModelId, DataSpec dataSpec) 
      int ConstraintMaxDataManager.getPageCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) 
      int IMaxDataManager.getPageCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) 
      int ActivityMaxDataManager.getPageCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) 
      java.util.Collection CachedResourceManager.getReservations(Schedule schedule, IMXResource resource) 
      java.util.Collection ResourceMaxManager.getReservations(Schedule schedule, IMXResource resource) 
      java.util.Collection IResourceManager.getReservations(Schedule schedule, IMXResource resource)
      For the given resource, we need to return an Iterator of the Reservations for that resources.
      java.util.Collection CachedResourceManager.getResources(Schedule schedule, Range range, java.util.List objectNames, boolean bucketBased) 
      java.util.Collection ResourceMaxManager.getResources(Schedule schedule, Range range, java.util.List objectNames, boolean bucketBased) 
      java.util.Collection IResourceManager.getResources(Schedule schedule, Range range, java.util.List objectNames, boolean bucketBased)
      For the given schedule and the Date Range (in System times), return an interator of Resources that match the given range in the Schedule.
      int ConstraintMaxDataManager.getRowCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) 
      int IMaxDataManager.getRowCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) 
      int ActivityMaxDataManager.getRowCount(Schedule schedule, DataSpec dataSpec, boolean parentOnly) 
      com.ibm.json.java.JSONArray ConstraintMaxDataManager.loadDataObjects(Schedule schedule, Activity activity, MboRemote projectMbo, DataSpec dataSpec, java.lang.Long offsetRecord) 
      com.ibm.json.java.JSONArray ConstraintMaxDataManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.util.List ids) 
      com.ibm.json.java.JSONArray IMaxDataManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.util.List ids) 
      com.ibm.json.java.JSONArray ActivityMaxDataManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.util.List activityIDs)
      Loads a list of activity records according to the parameters used as input.
      com.ibm.json.java.JSONArray PagingManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.util.List activityIDs) 
      com.ibm.json.java.JSONArray PagingManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, long offsetRecord) 
      com.ibm.json.java.JSONArray ConstraintMaxDataManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord, boolean parentOnly) 
      com.ibm.json.java.JSONArray IMaxDataManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord, boolean parentOnly) 
      com.ibm.json.java.JSONArray ActivityMaxDataManager.loadDataObjects(Schedule schedule, DataSpec dataSpec, java.lang.Long offsetRecord, boolean parentOnly)
      Loads a list of activity records according to the parameters used as input.
      com.ibm.json.java.JSONArray ConstraintMaxDataManager.loadDataObjects(Schedule schedule, com.ibm.json.java.JSONArray activities, MboRemote projectMbo, DataSpec dataSpec, java.lang.Long offsetRecord) 
      com.ibm.json.java.JSONArray ActivityMaxDataManager.loadDiffDataObjects(Schedule leftSchedule, long otherProjectID, DataSpec dataSpec, java.lang.Long offsetRecord)
      Loads a list of activity records according to the parameters used as input.
      com.ibm.json.java.JSONArray PagingManager.loadMissingDataObjects(Schedule leftModel, long rightModelId) 
      com.ibm.json.java.JSONArray ActivityMaxDataManager.loadMissingDataObjects(Schedule leftSchedule, long otherProjectID, DataSpec dataSpec)
      Loads a list of activity records according to the parameters used as input.
      Constructors in com.ibm.tivoli.maximo.skd.max.service with parameters of type Schedule 
      Constructor and Description
      PagingManager(Schedule schedule, ActivityMaxDataManager manager, ConstraintMaxDataManager constraintDataManager, DataSpec dataSpec) 
    • Uses of Schedule in com.ibm.tivoli.maximo.skd.util

      Methods in com.ibm.tivoli.maximo.skd.util with parameters of type Schedule 
      Modifier and Type Method and Description
      java.util.Date SKDActivityAdjust.addWorkingHours(Schedule schedule, java.util.Date date, double workingHours, boolean isInterruptible) 
      void SKDActivityAdjust.adjustActivityForMergedShiftList(Activity activity, Schedule schedule)
      Adjust activity to merged shift lists
      java.util.Date SKDActivityAdjust.getFirstAvailableWorkingDate(java.util.Date scheduleDate, Schedule schedule) 
      double SKDActivityAdjust.getNonWorkingHoursBetweenStartAndEndDates(Schedule schedule, java.util.Date startDate, java.util.Date endDate)
      Get the total non working time between two dates.
      java.util.Date SKDActivityAdjust.getPreviousAvailableWorkingDate(java.util.Date scheduleDate, Schedule schedule) 
      java.util.Date SKDActivityAdjust.getShiftEnd(java.util.Date scheduleDate, Schedule schedule) 
      java.util.ArrayList SKDActivityAdjust.getShiftWorkPeriod(java.lang.String shift, Schedule schedule, boolean shiftDate)
      Add the WorkPeriod information to the TreeGrid UI
      double SKDActivityAdjust.getWorkingHoursBetweenStartAndEndDates(Schedule schedule, java.util.Date startDate, java.util.Date endDate)
      Find the working hours between two dates
      boolean SKDActivityAdjust.isWorkingDate(java.util.Date scheduleDate, Schedule schedule) 
      java.util.Date SKDActivityAdjust.subtractWorkingHours(Schedule schedule, java.util.Date date, double workingHours, boolean isInterruptible) 
      Constructors in com.ibm.tivoli.maximo.skd.util with parameters of type Schedule 
      Constructor and Description
      ConstraintViolationsFinder(Schedule schedule)
      Constructs a new object.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes