psdi.webclient.beans.recontask

Class MultiselectRuleDataBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, MboConstants, DataBeanListener


    public class MultiselectRuleDataBean
    extends MultiselectDataBean
    implements MboConstants
    Action handler for the "Reconsiliation Task" view's lookups for Link Rules and Comparison Rules. The method "addlinkrules" is called when the Link Rule lookup's "OK" button is pressed. It adds the selected link rules to the list of the parent MBO's related link rules. The method "addcomprules" is called when the Comparison Rule lookup's "OK" button is pressed. It adds the selected comparison rules to the list of the parent MBO's related link rules.
    • Constructor Detail

      • MultiselectRuleDataBean

        public MultiselectRuleDataBean()
    • Method Detail

      • addlinkrules

        public int addlinkrules()
                         throws MXException,
                                java.rmi.RemoteException
        Called when the "OK" button of the Link Rule lookup is pressed.
        Returns:
        Dialog handling result.
        Throws:
        MXException - If it's needed to interrupt link rule addition for some reason.
        java.rmi.RemoteException - If another exception occurs.
      • addcomprules

        public int addcomprules()
                         throws MXException,
                                java.rmi.RemoteException
        Called when the "OK" button of the Comparison Rule lookup is pressed.
        Returns:
        Dialog handling result.
        Throws:
        MXException - If it's needed to interrupt comparison rule addition for some reason.
        java.rmi.RemoteException - If another exception occurs.