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

Class OtherResourcesView

    • Field Detail

      • itemStatusColors

        public static java.util.Map itemStatusColors
      • colors

        public static java.util.Map colors
    • Constructor Detail

      • OtherResourcesView

        public OtherResourcesView()
    • Method Detail

      • 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
      • createUIOptions

        protected UIOptions createUIOptions(java.lang.String projectId)
                                     throws java.io.IOException,
                                            MXException
        Description copied from class: WorkViewBean
        Called only once, by getUIOptions to actually create the options. SUbclasses con override this, or getUIOptions.
        Overrides:
        createUIOptions in class WorkViewBean
        Returns:
        Throws:
        java.io.IOException
        MXException
      • setColors

        public void setColors()
      • getHexString

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