psdi.webclient.beans.report

Class SetReportSecurityBean

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


    public class SetReportSecurityBean
    extends DataBean
    This Bean class is used by the SetApplicationSecurity dialog of Report application. The two main thing this class does is 1) puts a filter on MAXAPPS MboSet to only show the applications which has reports. 2) When the user saves the data it calls execute method of ReportDialogDet to save the data.
    • Constructor Detail

      • SetReportSecurityBean

        public SetReportSecurityBean()
    • Method Detail

      • initialize

        protected void initialize()
                           throws MXException,
                                  java.rmi.RemoteException
        Filter the MboSet to have only the application which has report.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save()
                  throws MXException
        Calls execute() method of the ReportDialogDetSet to populate data to ReportAppAuth object.
        Overrides:
        save in class DataBean
        Throws:
        MXException