@Service @Transactional(readOnly=true) public class DrillDownReportService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCALITY_SELECT_QRY |
static String |
NOT_AVAILABLE |
| Constructor and Description |
|---|
DrillDownReportService() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.SQLQuery |
getDrillDownReportQuery(org.joda.time.DateTime fromDate,
org.joda.time.DateTime toDate,
String complaintDateType,
String department,
String boundary,
String complainttype,
String selecteduser,
String locality) |
org.hibernate.SQLQuery |
getDrillDownReportQuery(org.joda.time.DateTime fromDate,
org.joda.time.DateTime toDate,
String complaintDateType,
String groupBy,
String department,
String boundary,
String complainttype,
String selecteduser,
String locality) |
public static final String NOT_AVAILABLE
public static final String LOCALITY_SELECT_QRY
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.