psdi.app.recontask

Class ReconTaskComp

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, ReconTaskCompRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class ReconTaskComp
    extends Mbo
    implements ReconTaskCompRemote
    MBO representing a single Comparison Step for a Reconciliation Task. A Comparison Step references a Comparison Rule and allows a Task to contain multiple Comparison Steps.
    See Also:
    psdi.app.rcnlnkrule.ReconCompRule
    • Constructor Detail

      • ReconTaskComp

        public ReconTaskComp(MboSet ms)
                      throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new ReconTaskComp, setting any field defaults. If RECONTASKCOMP exist, set RECONTASK resultoption field to required and editable
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • delete

        public void delete(long modifier)
                    throws MXException,
                           java.rmi.RemoteException
        if RECONTASKCOMP does not exist then set the RECONTASK.RESULTOPTION field to readonly and not required
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        modifier - 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
        This method undeletes an comparison rule line that has been marked for deletion. Also, set RECONTASK resultoption field to required.
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException