public interface ReportService extends Service
| Modifier and Type | Method and Description |
|---|---|
SystemReportData |
getSystemReportData()
Gets the data for system reports.
|
SerializableInputStream |
readSystemReport(SystemReportQuery query)
Generates a PDF content for a system report, showing reports on the complete system.
|
SerializableInputStream |
readUserReport(UserReportQuery query)
Generates a PDF content for an user report
|
void |
validate(SystemReportQuery query)
Validates the system reports.
|
SystemReportData getSystemReportData() throws FrameworkException
FrameworkExceptionSerializableInputStream readSystemReport(SystemReportQuery query) throws FrameworkException, ReportExecutionException
SerializableInputStream readUserReport(UserReportQuery query) throws FrameworkException, ReportExecutionException
void validate(SystemReportQuery query) throws ValidationException, FrameworkException
readSystemReport(SystemReportQuery).