psdi.iface.app.location

Class MaxLocProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class MaxLocProcess
    extends MicSetIn
    Integration point processing class for Storeroom Location transactions coming into Maximo from an external system.
    • Constructor Detail

      • MaxLocProcess

        public MaxLocProcess()
                      throws MXException,
                             java.rmi.RemoteException
        Construct MaxLocProcess class
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception
    • Method Detail

      • createMboSet

        public MboSetRemote createMboSet(boolean primaryMbo,
                                         MboRemote parentMbo,
                                         MosDetailInfo mdi,
                                         java.lang.String processTable)
                                  throws MXException,
                                         java.rmi.RemoteException
        Call back method to create mbo and mbo set sets for incoming transactions.
        Overrides:
        createMboSet in class MosProcessImpl
        Parameters:
        primaryMbo - Give boolean to specify is it primary table or additional table
        parentMbo - The parent mbo of this MboSet to be created
        micInfo - The integration object info
        processTable - The name of process MAXIMO table
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception