psdi.iface.app.control

Class MaxSystemControl

  • java.lang.Object
    • Constructor Detail

      • MaxSystemControl

        public MaxSystemControl(MboSet ms)
                         throws MXException,
                                java.rmi.RemoteException
        Construct the MaxSystemControl 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 MaxSystemControl.
        Specified by:
        add in interface MboRemote
        Overrides:
        add 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 system controls in MAXSYSTEMCONTROL referenced by the control 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)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Overwitten for ifaceproc's MBO. Undelete any system controls in MAXSYSTEMCONTROL referenced by the control to be deleted.
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete 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 MaxSystemControl. 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.
        • EXTSYSNAME
        • CHANGEBY
        • CHANGEDATE
        Overrides:
        skipCopyField in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • copy

        public MboRemote copy(MboSetRemote newMbo)
                       throws MXException,
                              java.rmi.RemoteException
        Duplicates an MAXEXTSYSCONTROL record. Also duplicates the related MAXEXTCTLVAL, MAXEXTCTLBOOL, MAXEXTCTLLIST, MAXEXTCTLXREF, MAXEXTOVER entries
        Specified by:
        copy in interface MboRemote
        Overrides:
        copy in class Mbo
        Parameters:
        newMbo - The newly created external system.
        Returns:
        MboRemote The newly created external system controls.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.copy(MboSetRemote, long)