psdi.webclient.beans.recontask

Class ReconTaskDataBean

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


    public class ReconTaskDataBean
    extends DataBean
    • Constructor Detail

      • ReconTaskDataBean

        public ReconTaskDataBean()
    • Method Detail

      • addRule

        public int addRule(java.lang.String ruleTable,
                           java.lang.String dialogToShow)
                    throws MXException,
                           java.rmi.RemoteException
        Processes a "Select Link/Comparison Rule" button click event.
        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.
      • addlinkrule

        public int addlinkrule()
                        throws MXException,
                               java.rmi.RemoteException
        Called when the "Select Link Rule" 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.
      • addcomprule

        public int addcomprule()
                        throws MXException,
                               java.rmi.RemoteException
        Called when the "Select Comparison Rule" button 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.