psdi.dm.procclass

Class DMCalendarProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class DMCalendarProcess
    extends MicSetIn
    Represents class to process calendar data from external system.
    • Constructor Detail

      • DMCalendarProcess

        public DMCalendarProcess()
                          throws MXException,
                                 java.rmi.RemoteException
        Construct the set
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to call back and save transaction
        Overrides:
        save in class MosProcessImpl
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • checkBusinessRules

        public int checkBusinessRules(MboSetRemote mboSet,
                                      java.lang.String tableName)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from class: MosProcessImpl
        Default method to call back and find out can we process data.
        Overrides:
        checkBusinessRules in class MosProcessImpl
        Parameters:
        mboSet - Give MboSet for the current level.
        tableName - Give of the table to process.
        Returns:
        PROCESS (means continue to process)
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
      • checkValidateErrors

        public void checkValidateErrors()
                                 throws MXException,
                                        java.rmi.RemoteException
        set the $CURRENTWORKPERIOD NOSAVE
        Overrides:
        checkValidateErrors in class MosProcessImpl
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception