psdi.webclient.beans.intsrv

Class IfaceControlDialogBean

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


    public class IfaceControlDialogBean
    extends DataBean
    • Constructor Detail

      • IfaceControlDialogBean

        public IfaceControlDialogBean()
    • Method Detail

      • cntlproperties

        public int cntlproperties()
      • addvalcontrol

        public int addvalcontrol()
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addboolcontrol

        public int addboolcontrol()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addlistcontrol

        public int addlistcontrol()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addxrefcontrol

        public int addxrefcontrol()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addcontrol

        public int addcontrol(java.lang.String controltype)
                       throws MXException,
                              java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • cancelDialog

        public int cancelDialog()
                         throws MXException,
                                java.rmi.RemoteException
        Description copied from class: DataBean
        Called by the dialog control when the dialog is cancled. Override this method if any special processing needs to be done when the user closes a dialog.
        Overrides:
        cancelDialog in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • insert

        public void insert()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: DataBean
        Inserts a row at the begining of the MboSet. Fires a row change event to all listeners upon success.
        Overrides:
        insert in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • selectControlDialog

        public int selectControlDialog()
                                throws MXException,
                                       java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException