psdi.iface.app.ifaceproc

Class MaxTransformProc

  • java.lang.Object
    • Constructor Detail

      • MaxTransformProc

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

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new maxtransformproc table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        This method is called by the framework before save. Perform regular appValidate() and process LinkedMbo's deletion.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • modify

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

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws MXException,
                                        java.rmi.RemoteException
        Over-rides the method in the super class. If the field need not be copied during copy() return true else return false. The following fields are not copied from the source Mbo to the target Mbo.
        • IFACENAME
        • PROCNAME
        • FIELDNAME
        • CHANGEBY
        • CHANGEDATE
        Overrides:
        skipCopyField in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • checkCombineType

        public void checkCombineType(java.lang.String type)
                              throws MXException,
                                     java.rmi.RemoteException
        This method will set fields based on Combine Type.
        Specified by:
        checkCombineType in interface MaxTransformProcRemote
        Parameters:
        type - combine type
        Throws:
        MXException
        java.rmi.RemoteException