com.ibm.tivoli.maximo.miniapps.scheduler.crews

Class CrewWorkViewBean

    • Constructor Detail

      • CrewWorkViewBean

        public CrewWorkViewBean()
    • Method Detail

      • createUIOptions

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

        public com.ibm.json.java.JSONObject _toggleview(WebClientSession sess,
                                                        java.lang.String ids,
                                                        java.lang.String values)
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • _pre3wks

        public com.ibm.json.java.JSONObject _pre3wks(WebClientSession sess,
                                                     java.lang.String ids,
                                                     java.lang.String values)
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • _next3wks

        public com.ibm.json.java.JSONObject _next3wks(WebClientSession sess,
                                                      java.lang.String ids,
                                                      java.lang.String values)
                                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • loadSchedulerProject

        public void loadSchedulerProject(WebClientSession sess)
                                  throws java.lang.Exception
        Load the Scheduler project gantt model for the given project.
        Overrides:
        loadSchedulerProject in class WorkViewBean
        Parameters:
        sess -
        Throws:
        java.lang.Exception
      • 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.
        Overrides:
        getLayoutUI in class WorkViewBean
        Parameters:
        sess -
        appName -
        project -
        Returns:
        Throws:
        java.lang.Exception