| Package | Description |
|---|---|
| org.egov.infra.reporting.engine | |
| org.egov.infra.web.struts.actions |
| Modifier and Type | Method and Description |
|---|---|
ReportRequest.ReportDataSourceType |
ReportRequest.getReportDataSourceType() |
static ReportRequest.ReportDataSourceType |
ReportRequest.ReportDataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRequest.ReportDataSourceType[] |
ReportRequest.ReportDataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReportRequest(String reportTemplate,
Map<String,Object> reportParams,
ReportRequest.ReportDataSourceType dataSourceType)
Constructor to be used when report template contains the SQL/HQL query for fetching report data
|
| Modifier and Type | Method and Description |
|---|---|
ReportRequest.ReportDataSourceType |
ReportFormAction.getDataSourceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportFormAction.setDataSourceType(ReportRequest.ReportDataSourceType dataSourceType) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.