psdi.iface.app.interror

Class MaxIntErrorExtract

  • java.lang.Object
    • Constructor Detail

      • MaxIntErrorExtract

        public MaxIntErrorExtract(MboSet ms)
                           throws MXException,
                                  java.rmi.RemoteException
        Construct the MaxIntErrorMsg object.
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        This is called whenever a change is made to the attributes of maxinterrormsg. When any field realated to the object is changed, changedate and changeby is updated.
        Overrides:
        modify in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • extracterrors

        public java.lang.String extracterrors()
                                       throws MXException,
                                              java.rmi.RemoteException
        This is called whenever a change is made to the attributes of maxinterrormsg. When any field realated to the object is changed, changedate and changeby is updated.
        Specified by:
        extracterrors in interface MaxIntErrorExtractRemote
        Throws:
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        This method is called by the framework before delete.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Delete any columns in MAXIFACECOND and conditions in MAXIFACECOND referenced by the proc to be deleted.
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Delete any columns in MAXIFACECOND and conditions in MAXIFACECOND referenced by the proc to be deleted.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - accessModifier
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)