public class LicenseReportService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
hashMap |
protected List<Map<String,Object>> |
licenseList |
protected List |
pageList |
protected Integer |
pageNum |
protected Integer |
pageSize |
protected org.egov.infra.web.utils.EgovPaginatedList |
paginateList |
protected String |
query |
| Constructor and Description |
|---|
LicenseReportService() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Installment |
getCurrentInstallment(String moduleName) |
org.egov.infra.web.utils.EgovPaginatedList |
getLateRenewalsListReport(String pageNo,
String moduleName,
String licenseType) |
String |
getParameterValue(String field,
Map<String,String[]> parameters) |
List<Map<String,Object>> |
getTotalForLateRenewalsReport(String moduleName,
String licenseType) |
List<Map<String,Object>> |
getTotalForTradeWiseReport(String moduleName,
String licenseType,
String type) |
protected List<Map<String,Object>> |
getTotalList(String licenseType,
org.egov.commons.Installment installment) |
List<Map<String,Object>> |
getTotalsForWardWiseReport(Integer zoneId,
String moduleName,
String licenseType) |
org.egov.infra.web.utils.EgovPaginatedList |
getTradeWiseReportList(String pageNo,
String moduleName,
String licenseType,
String type) |
org.egov.infra.web.utils.EgovPaginatedList |
getWardWiseReportList(Integer zoneId,
String pageNo,
String moduleName,
String licenseType) |
org.egov.infra.web.utils.EgovPaginatedList |
getZoneWiseReportList(String pageNo,
String moduleName,
String licenseType) |
protected org.egov.infra.web.utils.EgovPaginatedList paginateList
protected Integer pageNum
protected Integer pageSize
protected List pageList
protected String query
public org.egov.infra.web.utils.EgovPaginatedList getZoneWiseReportList(String pageNo, String moduleName, String licenseType)
public org.egov.infra.web.utils.EgovPaginatedList getWardWiseReportList(Integer zoneId, String pageNo, String moduleName, String licenseType)
public org.egov.infra.web.utils.EgovPaginatedList getTradeWiseReportList(String pageNo, String moduleName, String licenseType, String type)
public org.egov.infra.web.utils.EgovPaginatedList getLateRenewalsListReport(String pageNo, String moduleName, String licenseType)
public List<Map<String,Object>> getTotalsForWardWiseReport(Integer zoneId, String moduleName, String licenseType)
public List<Map<String,Object>> getTotalForTradeWiseReport(String moduleName, String licenseType, String type)
public List<Map<String,Object>> getTotalForLateRenewalsReport(String moduleName, String licenseType)
protected List<Map<String,Object>> getTotalList(String licenseType, org.egov.commons.Installment installment)
public org.egov.commons.Installment getCurrentInstallment(String moduleName)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.