com.ibm.tivoli.maximo.miniapps.scheduler.dispatch

Class MapFacadeTG

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.dispatch.MapFacadeTG


  • public class MapFacadeTG
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      MapFacadeTG() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void clearCache() 
      com.ibm.json.java.JSONObject convertActivityToAssignmentJson(MXActivity activity) 
      com.ibm.json.java.JSONObject convertResourceToJson(MXResource activity) 
      void drawCallback(java.lang.String json) 
      com.ibm.json.java.JSONObject getUpdateRoutesData(java.util.List resourceIds, ilog.views.gantt.IlvTimeInterval visibleTimeInterval, ilog.views.gantt.IlvGanttModel ganttModel, com.ibm.json.java.JSONObject refreshOptions)
      assembles json structure for all visible and selected routes on the map and passes it to the map
      void onRouteError(java.lang.String errorCode) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapFacadeTG

        public MapFacadeTG()
    • Method Detail

      • onRouteError

        public void onRouteError(java.lang.String errorCode)
      • drawCallback

        public void drawCallback(java.lang.String json)
      • convertActivityToAssignmentJson

        public com.ibm.json.java.JSONObject convertActivityToAssignmentJson(MXActivity activity)
      • convertResourceToJson

        public com.ibm.json.java.JSONObject convertResourceToJson(MXResource activity)
      • getUpdateRoutesData

        public com.ibm.json.java.JSONObject getUpdateRoutesData(java.util.List resourceIds,
                                                                ilog.views.gantt.IlvTimeInterval visibleTimeInterval,
                                                                ilog.views.gantt.IlvGanttModel ganttModel,
                                                                com.ibm.json.java.JSONObject refreshOptions)
        assembles json structure for all visible and selected routes on the map and passes it to the map
        Parameters:
        visibleTimeInterval -
        ganttModel -
        refreshOptions -
      • clearCache

        public void clearCache()