psdi.webclient.beans.doclinks

Class AddDocLinksDrBean

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


    public class AddDocLinksDrBean
    extends AddDocLinksBean
    • Constructor Detail

      • AddDocLinksDrBean

        public AddDocLinksDrBean()
    • Method Detail

      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: DataBean
        This method is meant to be overrided by dialog beans but by default if the bean's remote is a NonPersistentMboSetRemote, then execute is called on the bean's remote and if the DataBean has a parent then execute is called on the bean's parent bean. If the remote is not a NonPersistentMboSetRemote then if the bean has a parentbean and a parent relationship then execute is called on the parent bean, else save is called on the bean's remote If you do not want to save the parent of the bean then override execute and just call save.
        Overrides:
        execute in class AddDocLinksBean
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DataBean.execute()
      • save

        public void save()
                  throws MXException
        Description copied from class: DataBean
        Saves the changes made to the MboSet Throws MXException or RemoteException on failure The MboSet data or cached data will be undisturbed.
        Overrides:
        save in class DataBean
        Throws:
        MXException
      • 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 AddDocLinksBean
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DataBean.cancelDialog()