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.miniapps.treegrid.TreeGridUtil.ITGSerializationHelper

  • Packages that use TreeGridUtil.ITGSerializationHelper 
    Package Description
    com.ibm.tivoli.maximo.miniapps.scheduler  
    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 TreeGridUtil.ITGSerializationHelper in com.ibm.tivoli.maximo.miniapps.scheduler

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler that implement TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Class and Description
      class  MXSerializationHelper 
      Fields in com.ibm.tivoli.maximo.miniapps.scheduler declared as TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Field and Description
      protected TreeGridUtil.ITGSerializationHelper AbstractTreeGridMiniAppBean.helper 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler that return TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      protected TreeGridUtil.ITGSerializationHelper BaseTreeGridMiniAppBean.createSerializationHelper(UserInfo userInfo) 
      protected TreeGridUtil.ITGSerializationHelper AbstractTreeGridMiniAppBean.createSerializationHelper(UserInfo userInfo) 
      TreeGridUtil.ITGSerializationHelper ILogResourcesGanttModelToTreeGridSerializer.getSerializationHelper() 
      TreeGridUtil.ITGSerializationHelper AbstractTreeGridMiniAppBean.getSerializationHelper() 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      static void GanttUtil.addComplianceDetails(TGJsonWriter jsonWriter, IMXGanttModel model, IMXActivity mxa, AbstractTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
      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 ILogModelToTreeGridBuilder.encodeActivityColumnValues(TGJsonWriter jsonWriter, MXGanttModel model, MXActivity mxa, boolean isRunBar, TreeGridUtil.ITGSerializationHelper helper)
      Writes the Activity Column Data to Json
      static void ILogModelToTreeGridBuilder.encodeActivityColumnValues(TGJsonWriter jsonWriter, MXGanttModel model, MXActivity mxa, boolean isRunBar, TreeGridUtil.ITGSerializationHelper helper, GanttUtil.IDGenerator idGen)
      Writes the Activity Column Data to Json
      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
      static void ILogModelToTreeGridBuilder.getJsonActivityContraintsForAssignment(MXGanttModel model, MXResource resource, MXActivity mxa, java.lang.StringBuilder sb, TreeGridUtil.ITGSerializationHelper helper) 
      static java.lang.String GanttUtil.getTGNWParts(MXGanttModel model, MXActivity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      protected void ILogResourcesGanttModelToTreeGridSerializer.onAfterEncodeReservation(TGJsonWriter jsonWriter, MXGanttModel model, MXResource mxr, MXActivity act, boolean isRunBar, TreeGridUtil.ITGSerializationHelper helper)
      Called after an Reservation Activity is added to the Model.
      static java.lang.Object GanttUtil.toSerializedValue(java.lang.Object o, TreeGridUtil.ITGSerializationHelper helper) 
      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.
      static void GanttUtil.write(com.ibm.json.java.JSONObject json, java.lang.String name, java.lang.Object value, TreeGridUtil.ITGSerializationHelper helper) 
      static void GanttUtil.write(TGJsonWriter jsonWriter, java.lang.String name, java.lang.Object value, TreeGridUtil.ITGSerializationHelper helper) 
      static void GanttUtil.writeAdditionalWorkOrderFieldsForAssignment(MXActivity act, MXGanttModel model, TGJsonWriter jsonWriter, TreeGridUtil.ITGSerializationHelper helper)
      Given the assignment, add in various WO fields.
      static void ILogModelToTreeGridBuilder.writeJsonActivityContraints(TGJsonWriter jsonWriter, MXGanttModel model, MXActivity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      Constructors in com.ibm.tivoli.maximo.miniapps.scheduler with parameters of type TreeGridUtil.ITGSerializationHelper 
      Constructor and Description
      ILogGanttModelToTreeGridSerializer(BaseTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
      ILogModelToTreeGridBuilder(BaseTreeGridMiniAppBean bean, TreeGridUtil.ITGSerializationHelper helper) 
      ILogResourcesGanttModelToTreeGridSerializer(TreeGridUtil.ITGSerializationHelper helper, UIOptions options) 
      ILogResourcesGanttModelToTreeGridSerializer(TreeGridUtil.ITGSerializationHelper helper, UIOptions options, IActivityFilter activityFilter) 
    • Uses of TreeGridUtil.ITGSerializationHelper in com.ibm.tivoli.maximo.miniapps.scheduler.crews

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

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch that return TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      protected TreeGridUtil.ITGSerializationHelper DispatchViewBean.createSerializationHelper(UserInfo userInfo) 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.dispatch with parameters of type TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      protected void DispatchModelSerializer.onAfterEncodeReservation(TGJsonWriter jsonWriter, MXGanttModel model, MXResource mxr, MXActivity act, boolean isRunBar, TreeGridUtil.ITGSerializationHelper helper) 
    • Uses of TreeGridUtil.ITGSerializationHelper in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign that implement TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Class and Description
      class  GWASerializationHelper 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.gworkassign with parameters of type TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      static void GWAResourceHoursViewModelHelper.applyResourceProperties(TGJsonWriter writer, IMXResource res, TreeGridUtil.ITGSerializationHelper helper, boolean includeId) 
      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 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
      static java.lang.String GWAGanttUtil.getTGNWParts(GWASchedule model, Activity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      static java.lang.String GWAGanttUtil.getTGNWParts(IMXGanttModel model, IMXActivity mxa, TreeGridUtil.ITGSerializationHelper helper) 
    • Uses of TreeGridUtil.ITGSerializationHelper in com.ibm.tivoli.maximo.miniapps.scheduler.max

      Classes in com.ibm.tivoli.maximo.miniapps.scheduler.max that implement TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Class and Description
      class  CircularDependenciesSerializationHelper 
      class  HierarchySerializationHelper 
      class  MaxSerializationHelper 
      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.max with parameters of type TreeGridUtil.ITGSerializationHelper 
      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 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.getTGNWParts(IMXGanttModel model, IMXActivity mxa, TreeGridUtil.ITGSerializationHelper helper) 
      static java.lang.String LargeGanttUtil.getTGNWParts(Schedule model, Activity mxa, TreeGridUtil.ITGSerializationHelper helper) 
    • Uses of TreeGridUtil.ITGSerializationHelper in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews with parameters of type TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      static java.lang.StringBuilder ResourceHoursViewModelHelper.appendTreeGridChartDate(java.lang.StringBuilder sb, java.util.Date start, java.util.Date end, double val, TreeGridUtil.ITGSerializationHelper helper2) 
      static void ResourceHoursViewModelHelper.applyLoadAndAvail(TGJsonWriter r, IMXResource res, IMXGanttModel m, UserInfo userInfo, TreeGridUtil.ITGSerializationHelper helper, UIOptions options) 
      static void ResourceHoursViewModelHelper.applyResourceProperties(TGJsonWriter writer, IMXResource res, TreeGridUtil.ITGSerializationHelper helper, boolean includeId) 
    • Uses of TreeGridUtil.ITGSerializationHelper in com.ibm.tivoli.maximo.miniapps.treegrid

      Classes in com.ibm.tivoli.maximo.miniapps.treegrid that implement TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Class and Description
      class  StreamingDataBuilder
      Streaming API for build large TreeGrid models.
      Methods in com.ibm.tivoli.maximo.miniapps.treegrid with parameters of type TreeGridUtil.ITGSerializationHelper 
      Modifier and Type Method and Description
      static java.lang.Object TreeGridUtil.toSerializedValue(java.lang.Object o, TreeGridUtil.ITGSerializationHelper helper) 
      static void TreeGridUtil.write(TGJsonWriter jsonWriter, java.lang.String name, java.lang.Object value, TreeGridUtil.ITGSerializationHelper helper) 
      Constructors in com.ibm.tivoli.maximo.miniapps.treegrid with parameters of type TreeGridUtil.ITGSerializationHelper 
      Constructor and Description
      StreamingDataBuilder(TGJsonWriter writer, TreeGridUtil.ITGSerializationHelper helper) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes