com.ibm.tivoli.maximo.skd.beans

Class SKDProjectDMAppBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class SKDProjectDMAppBean
    extends AppBean
    AppBean for Scheduler Data Manager application.
    • Constructor Detail

      • SKDProjectDMAppBean

        public SKDProjectDMAppBean()
    • Method Detail

      • POPUMATRIX

        public int POPUMATRIX()
                       throws MXException,
                              java.rmi.RemoteException
        populating optimization destination matrix
        Throws:
        MXException
        java.rmi.RemoteException
      • DMTabChanged

        public int DMTabChanged()
                         throws MXException,
                                java.rmi.RemoteException
        This event is called from scheduler Data Manager validate tabs. If the SKDDATAVALOPTION record not exist for the project, add one
        Returns:
        EVENT_HANDLED
        Throws:
        MXException
        java.rmi.RemoteException
      • getString

        public java.lang.String getString(java.lang.String attribute)
        Description copied from class: DataBean
        Return the string for the specified column in the current row
        Overrides:
        getString in class DataBean
      • isValidationInProgress

        public boolean isValidationInProgress()
                                       throws MXException,
                                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateQuery

        public int validateQuery()
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateCalendar

        public int validateCalendar()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateMapProvider

        public int validateMapProvider()
                                throws MXException,
                                       java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateWork

        public int validateWork()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateConstraints

        public int validateConstraints()
                                throws MXException,
                                       java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateResource

        public int validateResource()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validateAssign

        public int validateAssign()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • REFRESH

        public int REFRESH()
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • skdProjectDataChange

        public int skdProjectDataChange()
                                 throws MXException,
                                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • validationopfailed

        public int validationopfailed()
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • filterWorkByErrorType

        public int filterWorkByErrorType()
                                  throws MXException,
                                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • filterConstraintByErrorType

        public int filterConstraintByErrorType()
                                        throws MXException,
                                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • filterResourceByErrorType

        public int filterResourceByErrorType()
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • filterAssignByErrorType

        public int filterAssignByErrorType()
                                    throws MXException,
                                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setValue

        public void setValue(int nRow,
                             java.lang.String attribute,
                             java.lang.String value,
                             long accessModifier)
                      throws MXException
        Description copied from class: DataBean
        Updates an attribute's value on the given row. Fires a row change event to all the listeners upon success.
        Overrides:
        setValue in class DataBean
        Throws:
        MXException