| Package | Description |
|---|---|
| org.egov.infra.reporting.engine | |
| org.egov.infra.reporting.engine.jasper | |
| org.egov.infra.reporting.viewer |
| Modifier and Type | Method and Description |
|---|---|
ReportOutput |
ReportService.createReport(ReportRequest reportInput) |
ReportOutput |
AbstractReportService.createReport(ReportRequest reportInput) |
protected abstract ReportOutput |
AbstractReportService.createReportFromHql(ReportRequest reportInput)
Creates report using a template that uses HQL for fetching data
|
protected abstract ReportOutput |
AbstractReportService.createReportFromJavaBean(ReportRequest reportInput)
Creates a report using given report input where the report data source is java beans
|
protected ReportOutput |
AbstractReportService.createReportFromSql(ReportRequest reportInput)
Creates report using a JDBC connection
|
protected abstract ReportOutput |
AbstractReportService.createReportFromSql(ReportRequest reportInput,
Connection connection)
Creates report for given report template, format, connection and parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected ReportOutput |
JasperReportService.createReportFromHql(ReportRequest reportInput) |
protected ReportOutput |
JasperReportService.createReportFromJavaBean(ReportRequest reportInput) |
protected ReportOutput |
JasperReportService.createReportFromSql(ReportRequest reportInput,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
ReportOutput |
ReportViewerUtil.getReportOutputFormCache(String reportOutputCacheKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
ReportViewerUtil.addReportToTempCache(ReportOutput reportOutput) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.