@Deprecated public interface ReportManager
Modifier and Type | Method and Description |
---|---|
Report |
generate(String reportName,
Map<String,Object> params)
Deprecated.
This method returns the report associated with the supplied name and parameters.
|
List<ReportDefinition> |
getReportDefinitions()
Deprecated.
This method returns a list of registered report definitions.
|
void |
register(ReportDefinition rd)
Deprecated.
This method registers the supplied report definition.
|
void |
unregister(ReportDefinition rd)
Deprecated.
This method unregisters the supplied report definition.
|
void register(ReportDefinition rd) throws Exception
rd
- The report definitionException
- Failed to register reportvoid unregister(ReportDefinition rd) throws Exception
rd
- The report definitionException
- Failed to unregister reportList<ReportDefinition> getReportDefinitions()
Report generate(String reportName, Map<String,Object> params) throws Exception
reportName
- The report nameparams
- The report parametersException
- Failed to generate the reportCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.