psdi.app.reportlistcfg

Interface ReportListCfgSetRemote

    • Field Detail

      • REPORT

        static final java.lang.String REPORT
        Relationship to the REPORT table, used to find a reports added in Report List POrtlet.
        (report.reportnum=reportlistcfg.reportnum and report.appname=reportlistcfg.reportappname)
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
    • Method Detail

      • getSelectedReports

        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
        Returns:
        collection of selected Reports as MboSetData
        Throws:
        java.rmi.RemoteException
        MXException
      • updateSelectedReports

        void updateSelectedReports(MboSetRemote msb)
                            throws java.rmi.RemoteException,
                                   MXException
        Adds the selected Reports into this portlet. Ignores if the Reporet is already added.
        Parameters:
        MboSetRemote - of Report
        Throws:
        java.rmi.RemoteException
        MXException
      • getNoOfReports

        int getNoOfReports()
                    throws java.rmi.RemoteException,
                           MXException
        Deprecated. 
        Returns no of records in this portlet
        Returns:
        number of records as integer
        Throws:
        java.rmi.RemoteException
        MXException
      • getSelectedReports

        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
        Returns:
        collection of selected Reports as NavigableMap
        Throws:
        java.rmi.RemoteException
        MXException