com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.otherresources

Class OtherResourcesMaxView

    • Field Detail

      • itemStatusColors

        public static java.util.Map itemStatusColors
      • colors

        public static java.util.Map colors
    • Constructor Detail

      • OtherResourcesMaxView

        public OtherResourcesMaxView()
    • Method Detail

      • getLayoutUI

        public com.ibm.json.java.JSONObject getLayoutUI(WebClientSession sess,
                                                        java.lang.String appName,
                                                        java.lang.String projectId)
                                                 throws java.lang.Exception
        Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
        Parameters:
        sess -
        appName -
        project -
        Returns:
        Throws:
        java.lang.Exception
      • addGotoToolbarOptions

        public void addGotoToolbarOptions(UIOptions opts)
      • addZoomToToolbarOptions

        public void addZoomToToolbarOptions(UIOptions opts)
      • loadSchedulerProject

        public com.ibm.json.java.JSONObject loadSchedulerProject(WebClientSession sess,
                                                                 long woUniqueId,
                                                                 long startDate,
                                                                 long endDate)
                                                          throws MXException,
                                                                 java.rmi.RemoteException,
                                                                 java.lang.InterruptedException,
                                                                 java.util.concurrent.ExecutionException,
                                                                 java.io.IOException
        Throws:
        MXException
        java.rmi.RemoteException
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException
        java.io.IOException
      • setColors

        public void setColors()
      • getHexString

        public java.lang.String getHexString(java.awt.Color color)