psdi.app.reportlistcfg

Class ReportListCfgSet

    • Field Detail

      • WEBCLIENT_HIDE_UNAUTHORIZED_REPORTS

        public static final java.lang.String WEBCLIENT_HIDE_UNAUTHORIZED_REPORTS
        See Also:
        Constant Field Values
    • Constructor Detail

      • ReportListCfgSet

        public ReportListCfgSet(MboServerInterface ms)
                         throws MXException,
                                java.rmi.RemoteException
        Constructs the set of ReportListCfg.
        Parameters:
        ms - the MboServerInterface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getSelectedReports

        public java.util.NavigableMap getSelectedReports()
                                                  throws java.rmi.RemoteException,
                                                         MXException
        Returns a collection of all Reports currently marked as selected to be displayed in this portlet
        Specified by:
        getSelectedReports in interface ReportListCfgSetRemote
        Returns:
        collection of selected Reports as NavigableMap
        Throws:
        java.rmi.RemoteException
        MXException
      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generates a new ReportListCfg object.
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet.
        Returns:
        Mbo - the new ReportListCfg.
        Throws:
        MXException
        java.rmi.RemoteException
      • getSelectedReports

        public MboSetData getSelectedReports(int start,
                                             int rowcount)
                                      throws java.rmi.RemoteException,
                                             MXException
        Deprecated. 
        Returns a collection of all Reports currently marked as selected to be displayed in this portlet
        Specified by:
        getSelectedReports in interface ReportListCfgSetRemote
        Returns:
        collection of selected Reports as MboSetData
        Throws:
        java.rmi.RemoteException
        MXException
      • getNoOfReports

        public int getNoOfReports()
                           throws java.rmi.RemoteException,
                                  MXException
        Deprecated. 
        Returns no of records in this portlet
        Specified by:
        getNoOfReports in interface ReportListCfgSetRemote
        Returns:
        number of records as integer
        Throws:
        java.rmi.RemoteException
        MXException