psdi.iface.app.pc

Class MoutPCProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class MoutPCProcess
    extends MicSetOut
    Integration Point class for Purchase Contract transactions going out.
    • Constructor Detail

      • MoutPCProcess

        public MoutPCProcess()
                      throws MXException,
                             java.rmi.RemoteException
        Default Constructor
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception
    • Method Detail

      • checkBusinessRules

        public int checkBusinessRules(MboRemote mbo,
                                      MosDetailInfo mosDetInfo,
                                      java.util.Map ovrdColValueMap)
                               throws MXException,
                                      java.rmi.RemoteException
        Call back method to find out whether we can send data out.
        Overrides:
        checkBusinessRules in class MosDefinitionImpl
        Parameters:
        mbo - Reference to processing Mbo
        mosDetInfo - Reference to Object Struture Detail info for the current level
        ovrdColValueMap - Map to set all values to be set in the XML
        Returns:
        - PROCESS, SKIP indicating can we take data from specific table or not
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception