com.ibm.tivoli.maximo.miniapps.scheduler.compare.max

Class CompareMaxResourceHoursBean

    • Constructor Detail

      • CompareMaxResourceHoursBean

        public CompareMaxResourceHoursBean()
    • Method Detail

      • loadCompareUI

        public void loadCompareUI(WebClientSession sess,
                                  java.lang.String appName,
                                  com.ibm.json.java.JSONObject compareJsonData)
                           throws java.lang.Exception
        Loads the Gantt UI (ie, the TreeGrid ui) for the given project.
        Overrides:
        loadCompareUI in class CompareViewBean
        Parameters:
        sess -
        appName -
        projectId -
        Throws:
        java.lang.Exception
      • loadCompareData

        public void loadCompareData(WebClientSession sess,
                                    com.ibm.json.java.JSONObject compareJsonData)
                             throws java.lang.Exception
        Load the compare project data
        Overrides:
        loadCompareData in class CompareViewBean
        Parameters:
        sess -
        Throws:
        java.lang.Exception
      • getTooltipForDate

        public DynamicTooltip getTooltipForDate(WebClientSession sess,
                                                java.lang.String projectid,
                                                java.lang.String col,
                                                java.lang.String id,
                                                long date)
                                         throws MXException,
                                                java.rmi.RemoteException,
                                                java.lang.InterruptedException,
                                                java.util.concurrent.ExecutionException
        Overrides:
        getTooltipForDate in class BaseTreeGridMiniAppBean
        Throws:
        MXException
        java.rmi.RemoteException
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException
      • getScheduleFuture

        protected java.util.concurrent.Future getScheduleFuture(java.lang.String projectId)