psdi.webclient.beans.configur

Class SaveChildOnlyDialogBean

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


    public class SaveChildOnlyDialogBean
    extends DataBean
    General purpose bean for dialogs where there is a main child set to be saved (one or two levels deep). Dialog OK should save only the child MboSetRemote, and dialog cancel should clear and close the child. Currently used for MaxDomainLink dialog; save set of MaxDomainLink (not owner).
    • Constructor Detail

      • SaveChildOnlyDialogBean

        public SaveChildOnlyDialogBean()
    • Method Detail

      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Description copied from class: DataBean
        Obtains and returns a MboSetRemote using the mboname of parent/relationship setup for the bean. Override this method if the DataBean needs to get a MboSetRemote in a non-standard way. (Not via a the MXSession, or a relationship from another DataBean).
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • insertAtEnd

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