psdi.webclient.beans.recontask

Class RuleTableDataBean

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


    public class RuleTableDataBean
    extends DataBean
    This bean handles single selection events in the "Link Rules" and "Comparison Rules" table of rules related to the currently viewed Task.
    Since:
    7.1
    • Constructor Detail

      • RuleTableDataBean

        public RuleTableDataBean()
    • Method Detail

      • selectlinkrecord

        public int selectlinkrecord()
                             throws MXException,
                                    java.rmi.RemoteException
        Selects a single "Link Rule" record and closes the dialog.
        Throws:
        MXException
        java.rmi.RemoteException
      • selectcomprecord

        public int selectcomprecord()
                             throws MXException,
                                    java.rmi.RemoteException
        Selects a single "Comparison Rule" record and closes the dialog.
        Throws:
        MXException
        java.rmi.RemoteException
      • selectrulerecord

        protected int selectrulerecord(java.lang.String okEvent)
                                throws MXException,
                                       java.rmi.RemoteException
        Selects the clicked on row, adds it to the selection and closes the dialog.
        Parameters:
        okEvent - - The name of the event that closes the dialog such as "dialogok" or custom events.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        RuleTableDataBean.selectlinkrecord()