psdi.webclient.beans.report

Class SetAllAppSecurityBean

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


    public class SetAllAppSecurityBean
    extends DataBean
    This Bean class is used by the Set All Application Security dialog of Report application. When the user saves the data it calls execute method of ReportDialogDet to save the data.
    • Constructor Detail

      • SetAllAppSecurityBean

        public SetAllAppSecurityBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Set the APP, without this conditional sigoption don't work.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        As mboSetRemote (REPORTDIALOGDETSET) is a non-persistent object we have to call save method. This method also calls fireStructureChangedEvent.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException