psdi.webclient.beans.domain

Class DomainBean

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


    public class DomainBean
    extends AppBean
    • Constructor Detail

      • DomainBean

        public DomainBean()
    • Method Detail

      • properties

        public int properties()
      • addalndomain

        public int addalndomain()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addnumericdomain

        public int addnumericdomain()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addsynonymdomain

        public int addsynonymdomain()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addnumrangedomain

        public int addnumrangedomain()
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addmaxtabledomain

        public int addmaxtabledomain()
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • addcrossoverdomain

        public int addcrossoverdomain()
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • adddomain

        public int adddomain(java.lang.String intDomType)
                      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 AppBean
        Throws:
        MXException
        java.rmi.RemoteException