|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportManager
Provides report related operations.
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. |
Method Detail |
---|
Report getReport(String reportId) throws PortalException
PortalObjectNotFoundException
- if no report exists with the given
identifier.
PortalException
ReportType getReportType(String reportTypeId) throws PortalException
PortalObjectNotFoundException
- if no report type exists with
the given identifier.
PortalException
void register(String baseUrl) throws PortalException
baseUrl
- the path to the report type definition folder,
relative to lumisdata/def.
PortalException
void unregister(ReportType reportType) throws PortalException
reportType
- the report type.
PortalException
void registerDefaultTypes() throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |