@Service @Transactional(readOnly=true) public class DefaultersWTReportService extends Object
| Constructor and Description |
|---|
DefaultersWTReportService() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
getCurrentSession() |
List<DefaultersReport> |
getDefaultersReportDetails(String fromAmount,
String toAmount,
String ward,
String topDefaulters,
int startsFrom,
int maxResults) |
long |
getTotalCount(String fromAmount,
String toAmount,
String ward) |
long |
getTotalCountFromLimit(String fromAmount,
String toAmount,
String ward,
String topDefaulters) |
public org.hibernate.Session getCurrentSession()
public List<DefaultersReport> getDefaultersReportDetails(String fromAmount, String toAmount, String ward, String topDefaulters, int startsFrom, int maxResults) throws ParseException
ParseExceptionpublic long getTotalCount(String fromAmount, String toAmount, String ward) throws ParseException
ParseExceptionpublic long getTotalCountFromLimit(String fromAmount, String toAmount, String ward, String topDefaulters) throws ParseException
ParseExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.