com.ibm.itim.adhocreport
Class AdhocReportHook
java.lang.Object
|
+--com.ibm.itim.adhocreport.AdhocReportHook
- public class AdhocReportHook
- extends java.lang.Object
Gets reports from AdhocReportManager and return them as Collection
Constructor Summary |
AdhocReportHook()
Constructor of AdhocReportHook
Retrieves values from database using AdhocreportManager |
Method Summary |
java.util.Collection |
getReports()
Returns the list of reports |
java.lang.String |
getTitle(java.lang.String id)
Returns title if the report with id exists, otherwise, return null |
boolean |
isReport(java.lang.String id)
Returns true if id is a report id |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdhocReportHook
public AdhocReportHook()
throws javax.naming.NamingException,
java.rmi.RemoteException,
javax.ejb.CreateException,
java.lang.Exception
- Constructor of AdhocReportHook
Retrieves values from database using AdhocreportManager
getReports
public java.util.Collection getReports()
- Returns the list of reports
isReport
public boolean isReport(java.lang.String id)
- Returns true if id is a report id
getTitle
public java.lang.String getTitle(java.lang.String id)
- Returns title if the report with id exists, otherwise, return null