psdi.iface.app.interror

Class IntErrorChangeStatusSet

    • Constructor Detail

      • IntErrorChangeStatusSet

        public IntErrorChangeStatusSet(MboServerInterface ms)
                                throws MXException,
                                       java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The MboServerInterface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Factory method to create an IntErrorChangeStatus object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - The IntErrorChangeStatusSet.
        Returns:
        an IntErrorChangeStatusMbo object.
        Throws:
        MXException
        java.rmi.RemoteException
      • getMboIntoSet

        protected MboSetRemote getMboIntoSet(MboRemote mbo)
                                      throws MXException,
                                             java.rmi.RemoteException
        This method returns the select Mbo in a set by itself. This should be a framework method but for now it's not. The MboSet should not be linked to any other set as it will be used to change status and will be saved.
        Specified by:
        getMboIntoSet in class ChangeStatusSet
        Parameters:
        mbo - The IntErrorChange Mbo.
        Returns:
        changeIntErrorSet ;
        Throws:
        MXException
        java.rmi.RemoteException
      • changeMboStatus

        protected void changeMboStatus(MboRemote intError,
                                       MboRemote param)
                                throws MXException,
                                       java.rmi.RemoteException
        This method is called during standard status change routine.
        Overrides:
        changeMboStatus in class ChangeStatusSet
        Parameters:
        intError - The IntErrorChange Mbo.
        param - The Param Mbo.
        Throws:
        MXException
        java.rmi.RemoteException