psdi.app.appsetup

Class CtrlCondition

  • java.lang.Object
    • Constructor Detail

      • CtrlCondition

        public CtrlCondition(MboSet ms)
                      throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a ctrlcondition record and set its defaults. The table below shows the default values for each of the attributes listed.
        Attribute NameAttribute Value
        ctrlgroupid Owner Mbos ctrlgroupid
        reevaluate true
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • generateSeqID

        public void generateSeqID()
                           throws MXException,
                                  java.rmi.RemoteException
        Sets this control condition's sequence ID to the next sequence ID value.
        Throws:
        MXException
        java.rmi.RemoteException
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Deletes the CtrlCondition and all related records. When the CtrlCondition is deleted, associated records in the following tables will also be deleted:
        • CTRLCONDPROPTRUE (CTRLCONDPROP records when condition is true)
        • CTRLCONDPROPFALSE (CTRLCONDPROP records when condition is false)
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - The bitwise flag specified to determine if certain normal security checks are to be bypassed for this delete request. For example: if the accessModifer is NOACCESSCHECK, then the check for the object's NODELETE flag and the call to the object's canDelete() method will not be performed. If the accessModifer is NONE, then all the access checks are performed before this object is marked delete.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Undeletes the CtrlCondition and all related records. When the CtrlCondition is undeleted, associated records in the following tables will also be undeleted:
        • CTRLCONDPROPTRUE (CTRLCONDPROP records when condition is true)
        • CTRLCONDPROPFALSE (CTRLCONDPROP records when condition is false)
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException