@Service public class CollectionReportService extends Object
| Constructor and Description |
|---|
CollectionReportService() |
| Modifier and Type | Method and Description |
|---|---|
CollectionSummaryReportResult |
getCollectionSummaryReport(Date fromDate,
Date toDate,
String paymentMode,
String source,
Long serviceId,
int status,
String serviceType) |
org.hibernate.Session |
getCurrentSession() |
List<Object[]> |
getDistrictNames() |
org.hibernate.SQLQuery |
getOnlinePaymentReportData(String districtName,
String ulbName,
String fromDate,
String toDate,
String transactionId) |
List<Object[]> |
getUlbNames(String districtName) |
List<CollectionSummaryReport> |
populateQueryResults(List<Object[]> queryResults) |
public org.hibernate.Session getCurrentSession()
public org.hibernate.SQLQuery getOnlinePaymentReportData(String districtName, String ulbName, String fromDate, String toDate, String transactionId)
public CollectionSummaryReportResult getCollectionSummaryReport(Date fromDate, Date toDate, String paymentMode, String source, Long serviceId, int status, String serviceType)
public List<CollectionSummaryReport> populateQueryResults(List<Object[]> queryResults)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.