psdi.webclient.beans.dm

Class DMMapRulesBean

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


    public class DMMapRulesBean
    extends DataBean
    • Constructor Detail

      • DMMapRulesBean

        public DMMapRulesBean()
        Create the tree bean, just call super()
    • Method Detail

      • getList

        public MboSetRemote getList(int nRow,
                                    java.lang.String attribute)
                             throws MXException,
                                    java.rmi.RemoteException
        Filter out the mapped radio button by restricting the domain if there is not a package with a status of DEPLOY_INPROGRESS Throws MXException or RemoteException if the data could not be obtained.
        Overrides:
        getList in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • handlerule

        public int handlerule()
                       throws MXException,
                              java.rmi.RemoteException
        Handle the OK button, save changes...
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • handleclose

        public int handleclose()
                        throws MXException,
                               java.rmi.RemoteException
        Handle the Cancel button, discard changes...
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException