psdi.webclient.controls

Class ReportListPortlet

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class ReportListPortlet
    extends PortletDataInstance
    Represents the control instance for Report List Portlet in the Start Center application. It contains methods to get data needed for rendering the portlet.
    Since:
    7.1.1.4 BS
    • Constructor Detail

      • ReportListPortlet

        public ReportListPortlet()
    • Method Detail

      • getReports

        public java.util.SortedMap getReports()
                                       throws MXException,
                                              java.rmi.RemoteException
        Returns a collection of reports and related information included in this portlet
        Returns:
        SortedMap>
        Throws:
        MXException
        java.rmi.RemoteException
      • canRunReport

        public boolean canRunReport(java.lang.String reportname,
                                    java.lang.String reportapp)
                             throws MXException,
                                    java.rmi.RemoteException
        Double checks to see if report is allowed to be run
        Returns:
        true if report can be runs
        Throws:
        MXException
        java.rmi.RemoteException
      • getNoOfReports

        public int getNoOfReports()
                           throws MXException,
                                  java.rmi.RemoteException
        Returns No of records
        Throws:
        MXException
        java.rmi.RemoteException
      • getSelectedReports

        public MboSetData getSelectedReports()
                                      throws MXException,
                                             java.rmi.RemoteException
        Deprecated. 
        Returns a collection of reports and related information included in this portlet
        Throws:
        MXException
        java.rmi.RemoteException