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.treegrid.ReplyBuilder

  • Packages that use ReplyBuilder 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    com.ibm.tivoli.maximo.miniapps.scheduler.compare  
    com.ibm.tivoli.maximo.miniapps.scheduler.crews  
    com.ibm.tivoli.maximo.miniapps.scheduler.dispatch  
    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.treegrid  
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler that return ReplyBuilder 
      Modifier and Type Method and Description
      ReplyBuilder WorkViewBean._DELETECONSTRAINTS(WebClientSession session, java.lang.String value, java.lang.String valueList)
      Deletes the incomming and outgoing constraints for the given items in the valueList
      ReplyBuilder GAWorkViewBean.async_upload_changes(WebClientSession sess)
      This is called by the TreeGrid component, in the browser, when it has changes that it needs to sync with the server.
      ReplyBuilder BaseTreeGridMiniAppBean.async_upload_changes(WebClientSession sess)
      This is called by the TreeGrid component, in the browser, when it has changes that it needs to sync with the server.
      ReplyBuilder AbstractTreeGridMiniAppBean.async_upload_changes(WebClientSession sess)
      This is called by the TreeGrid component, in the browser, when it has changes that it needs to sync with the server.
      ReplyBuilder GAWorkViewBean.autoRefreshModel(java.lang.String projectId) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      static void ILogModelToTreeGridBuilder.addJsonActivityContraintsForAssignmentAsChanges(MXGanttModel model, MXResource resource, MXActivity mxa, ReplyBuilder reply, TreeGridUtil.ITGSerializationHelper helper)
      Will populate the Changes section of the Reply with To/From constaints for the given activity
      static void GanttUtil.detectAllConflicts(MXActivity resv, MXGanttModel model, MXResource mxr, java.util.List nonWork, ReplyBuilder reply) 
      static void GanttUtil.detectCalendarBreakConflicts(MXActivity resv, MXGanttModel model, MXResource mxr, ReplyBuilder reply) 
      static void GanttUtil.detectConflicts(MXGanttModel model, MXResource mxr, ReplyBuilder reply) 
      static void GanttUtil.detectNonWorkAndDoubleBookedConflicts(MXActivity resv, MXGanttModel model, java.util.List nonWork, ReplyBuilder reply)
      Detect "time" conflicts between resv and the list of activities.
      static void GanttUtil.detectShiftConflicts(MXActivity resv, MXGanttModel model, MXResource mxr, ReplyBuilder reply) 
      static void GanttUtil.encodeFields(IMXActivity act, java.lang.String[] fields, MXGanttModel model, ReplyBuilder builder, TreeGridUtil.ITGSerializationHelper helper)
      Encode fields into a Changes segment of the ReplyBuilder
      static void GanttUtil.encodeModifiedFields(MXActivity act, ReplyBuilder builder, TreeGridUtil.ITGSerializationHelper helper)
      Encode the modified fields as a Changes segment into the reply object
      protected void AbstractTreeGridMiniAppBean.populateErrorReply(ReplyBuilder reply, java.lang.Throwable e) 
      void WorkViewBean.processChange(java.util.concurrent.Future model, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      abstract void BaseTreeGridMiniAppBean.processChange(java.util.concurrent.Future model, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply)
      Will be called for each change in the changes model
      protected void WorkViewBean.processChange(WebClientSession sess, MXGanttModel mxGanttModel, ReplyBuilder reply, com.ibm.json.java.JSONObject change, MXActivity mxa)
      Allow subclasses to process model changes BEFORE add model changes
      protected void SchedulerWorkViewBean.processChange(WebClientSession sess, MXGanttModel model, ReplyBuilder reply, com.ibm.json.java.JSONObject change, MXActivity mxa) 
      protected void BaseTreeGridMiniAppBean.processMove(java.util.concurrent.Future modelFuture, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      protected void WorkViewBean.updateConstraints(java.lang.String treeGridDescendents, MXActivity from, java.util.concurrent.Future modelFuture, ReplyBuilder reply, boolean forceUpdate) 
      static void GanttUtil.updateSecondarAssignments(MXGanttModel model, MXActivity act, ReplyBuilder reply, TreeGridUtil.ITGSerializationHelper helper)
      Given the Activity, update any secondary Assignments, so that the secondary date/times will be adjects to match the primary.
      static void GanttUtil.updateSecondAssignment(MXActivity pri, MXActivity sec, ReplyBuilder reply, TreeGridUtil.ITGSerializationHelper helper)
      Given the primary and secondary, update the time and status to match the primary.
      void SchedulerWorkViewBean.validatePMsegment(WebClientSession sess, com.ibm.json.java.JSONObject change, ReplyBuilder reply, MXGanttModel model, MXActivity currentActivity) 
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler.compare

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.compare with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      void CompareViewBean.processChange(java.util.concurrent.Future model, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler.crews

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.crews with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      void CrewAssignViewBean.AssignAssignment(MXGanttModel model, ReplyBuilder reply, WebClientSession sess, MXActivity act, MXResource res) 
      void CrewAssignViewBean.processChange(java.util.concurrent.Future model, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      protected void CrewAssignViewBean.processMove(java.util.concurrent.Future modelFuture, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch that return ReplyBuilder 
      Modifier and Type Method and Description
      ReplyBuilder DispatchViewBean.async_upload_changes(WebClientSession sess) 
      ReplyBuilder DispatchViewBean.autoRefreshModel(java.lang.String projectId) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      void DispatchViewBean.processChange(java.util.concurrent.Future model, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      protected void DispatchViewBean.processMove(java.util.concurrent.Future modelFuture, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign that return ReplyBuilder 
      Modifier and Type Method and Description
      ReplyBuilder GWAResourceScheduleView.async_upload_changes(WebClientSession sess) 
      ReplyBuilder GWAResourceScheduleView.getRelatedAssignments(WebClientSession sess, java.lang.String projectId, java.lang.String activityid) 
      static ReplyBuilder GWAGanttUtil.mergeWork(GWASchedule schedule, Activity activity, MboRemote skdProject, UserInfo userInfo, boolean unassign) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      static void GWAGanttUtil.detectAllConflicts(Activity resv, GWASchedule model, java.lang.String resourceID, ReplyBuilder reply) 
      static void GWAGanttUtil.detectScheduleWindowConflict(GWASchedule model, Activity activity, ReplyBuilder reply) 
      static void GWAGanttUtil.detectSkillMappingConflict(GWASchedule model, Activity activity, java.lang.String resourceID, ReplyBuilder reply) 
      static void GWAGanttUtil.encodeFields(IMXActivity act, java.lang.String[] fields, GWASchedule model, ReplyBuilder builder, TreeGridUtil.ITGSerializationHelper helper)
      Encode fields into a Changes segment of the ReplyBuilder
      void GWAResourceScheduleView.processChange(com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      void GWAResourceScheduleView.processMove(com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max that return ReplyBuilder 
      Modifier and Type Method and Description
      ReplyBuilder SchedulerMaxWorkView._DELETECONSTRAINTS(WebClientSession session, java.lang.String value, java.lang.String valueList, com.ibm.json.java.JSONObject selection)
      Deletes the incomming and outgoing constraints for the given items in the valueList
      ReplyBuilder ShowCircularDependenciesViewBean.async_upload_changes(WebClientSession sess) 
      ReplyBuilder SchedulerMaxWorkView.async_upload_changes(WebClientSession sess) 
      ReplyBuilder BaseLargeGanttView.async_upload_changes(WebClientSession sess) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      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
      void ShowCircularDependenciesViewBean.processChange(com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      void SchedulerMaxWorkView.processChange(com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      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) 
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews that return ReplyBuilder 
      Modifier and Type Method and Description
      ReplyBuilder ResourceScheduleView.async_upload_changes(WebClientSession sess)
      This is called by the TreeGrid component, in the browser, when it has changes that it needs to sync with the server.
      ReplyBuilder ResourceScheduleView.autoRefreshModel(java.lang.String projectId) 
      ReplyBuilder ResourceScheduleView.getRelatedAssignments(WebClientSession sess, java.lang.String projectId, java.lang.String activityid) 
      ReplyBuilder ResourceScheduleView.setFilterState(boolean val) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews with parameters of type ReplyBuilder 
      Modifier and Type Method and Description
      void ResourceScheduleView.assignAssignment(MXGanttModel model, ReplyBuilder reply, WebClientSession sess, MXActivity act, MXResource res) 
      void ResourceScheduleView.mergeAssignments(MXGanttModel model, WebClientSession session, MXActivity parentActivity, MXActivity activity, MXResource res, ReplyBuilder reply) 
      protected void ResourceScheduleView.processChange(WebClientSession sess, MXGanttModel model, ReplyBuilder reply, com.ibm.json.java.JSONObject change, MXActivity mxa) 
      protected void ResourceScheduleView.processMove(java.util.concurrent.Future modelFuture, com.ibm.json.java.JSONObject change, WebClientSession sess, ReplyBuilder reply) 
      void ResourceScheduleView.split3Assignment(MXGanttModel model, WebClientSession session, MXActivity activity, MXResource res, ReplyBuilder reply, long start, long end) 
      void ResourceScheduleView.splitAssignment(MXGanttModel model, WebClientSession session, MXActivity activity, MXResource res, ReplyBuilder reply, long start, long end) 
      void ResourceScheduleView.splitShiftAssignment(MXGanttModel model, WebClientSession session, MXActivity activity, MXResource res, ReplyBuilder reply, long start, long end) 
      void ResourceScheduleView.validateAssignment(WebClientSession sess, ReplyBuilder reply, MXGanttModel model, MXResource res, MXActivity act)
      Provides Assignment Validation during updates
    • Uses of ReplyBuilder in com.ibm.tivoli.maximo.miniapps.treegrid

      Fields in com.ibm.tivoli.maximo.miniapps.treegrid declared as ReplyBuilder 
      Modifier and Type Field and Description
      static ReplyBuilder ReplyBuilder.OK_INSTANCE_READONLY
      Single Instance of the ReplyBuilder that can be shared for a simple OK reply.
      static ReplyBuilder ReplyBuilder.OK_PROCESS_SYNC_REQUESTS_READONLY
      Single Instance of the ReplyBuilder that can be shared for a simple OK that will send another request to ther server to process any outstanding SYNC events in the Maximo UI.
      static ReplyBuilder ReplyBuilder.OK_RELOAD_MODEL_INSTANCE_READONLY
      Single Instance of the ReplyBuilder that can be shared for a simple OK that will request a model data reload reply.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes