com.ibm.tivoli.maximo.miniapps.scheduler.pm

Class PMReforecastModelAction

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.scheduler.pm.PMReforecastModelAction


  • public class PMReforecastModelAction
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isEnabled(java.lang.Object actionObject)
      Check if action is enabled for this object or not.
      void processActionResponse(java.lang.Object responseObject, MXGanttModel model, BaseTreeGridMiniAppBean bean, DataBean appBean)
      Process any necessary action after getting the response from server.
      void setModel(MXGanttModel model)
      Sets Context of the action.The context can be accessed in action class to do necessary logic
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PMReforecastModelAction

        public PMReforecastModelAction()
    • Method Detail

      • isEnabled

        public boolean isEnabled(java.lang.Object actionObject)
        Check if action is enabled for this object or not.
        Parameters:
        - - object used to find out if action is enabled or not.
        Returns:
        true is action is enabled else false.
      • processActionResponse

        public void processActionResponse(java.lang.Object responseObject,
                                          MXGanttModel model,
                                          BaseTreeGridMiniAppBean bean,
                                          DataBean appBean)
                                   throws MXException,
                                          java.io.IOException
        Process any necessary action after getting the response from server.
        Parameters:
        - - action response object, in this case PMReforecastResult
        Throws:
        MXException
        java.io.IOException
      • setModel

        public void setModel(MXGanttModel model)
        Sets Context of the action.The context can be accessed in action class to do necessary logic
        Parameters:
        - - context object