|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.report.ReportManager
public class ReportManager
Implementation of report management operations.
Constructor Summary | |
---|---|
ReportManager()
|
Method Summary | |
---|---|
Report |
getReport(String reportId)
Returns the report with the given identifier. |
ReportType |
getReportType(String reportTypeId)
Returns the report type with the given identifier. |
void |
register(String baseUrl)
Registers a new report type. |
void |
registerDefaultTypes()
Registers all Portal's default report types. |
void |
unregister(ReportType reportType)
Unregisters a report type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportManager()
Method Detail |
---|
public Report getReport(String reportId) throws PortalException
IReportManager
getReport
in interface IReportManager
PortalObjectNotFoundException
- if no report exists with the given
identifier.
PortalException
public ReportType getReportType(String reportTypeId) throws PortalException
IReportManager
getReportType
in interface IReportManager
PortalObjectNotFoundException
- if no report type exists with
the given identifier.
PortalException
public void register(String baseUrl) throws PortalException
IReportManager
register
in interface IReportManager
baseUrl
- the path to the report type definition folder,
relative to lumisdata/def.
PortalException
public void unregister(ReportType reportType) throws PortalException
IReportManager
unregister
in interface IReportManager
reportType
- the report type.
PortalException
public void registerDefaultTypes() throws PortalException
IReportManager
registerDefaultTypes
in interface IReportManager
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |