public class MapFacadeTG
extends java.lang.Object
| Constructor and Description |
|---|
MapFacadeTG() |
| 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) |
public void onRouteError(java.lang.String errorCode)
public void drawCallback(java.lang.String json)
public com.ibm.json.java.JSONObject convertActivityToAssignmentJson(MXActivity activity)
public com.ibm.json.java.JSONObject convertResourceToJson(MXResource activity)
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)
visibleTimeInterval - ganttModel - refreshOptions - public void clearCache()