public interface ReportService
| Modifier and Type | Method and Description |
|---|---|
ReportOutput |
createReport(ReportRequest reportInput)
Creates report using given report input object, and returns the generated report output object.
|
boolean |
isValidTemplate(String templateName) |
ReportOutput createReport(ReportRequest reportInput)
reportInput - Input to be passed to report engine for generating the reportReportRequest,
ReportOutputboolean isValidTemplate(String templateName)
templateName - Template name to be checkedCopyright © 2015–2016 eGovernments Foundation. All rights reserved.