psdi.dm.procclass

Class DMReportsProcess

  • All Implemented Interfaces:
    MicConstants, MosConstants


    public class DMReportsProcess
    extends MicSetIn
    Represents class to process dmreports data from external system. Reportnum is an Autokey field, so can be different from db to db. So need to update reportnum of all related tables for a report. Since replibrary is not in maxapps table, we are not going to take it.
    • Constructor Detail

      • DMReportsProcess

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

      • setAdditionalData

        public void setAdditionalData(MboSetRemote mboSet,
                                      java.lang.String objectName)
                               throws MXException,
                                      java.rmi.RemoteException
        Call back method to set all values which was not set. Called per mbo after the mbo fields has been set.
        Overrides:
        setAdditionalData in class MosProcessImpl
        Parameters:
        mboSet - The MboSet of the currently processed mbo.
        objectName - the name of the currently processed mbo.
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception