@Transactional(readOnly=true) public class BoundaryWisePropUsgeDelegate extends Object
| Constructor and Description |
|---|
BoundaryWisePropUsgeDelegate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBndryNameById(long bndryID) |
Map<Integer,TreeMap<Integer,BoundryWisePropUsgeBean>> |
getBoundaryWiseList(List boundaryList,
Integer bndryNo,
List<org.egov.ptis.domain.entity.property.PropertyTypeMaster> propMstrList)
To get the Map of Zone wise property usage and Demand in the current
financial year.
|
List |
getTotPropUsage(Integer bndryNo) |
List |
getWardList(Integer zoneNo) |
Map<Integer,Map<String,BoundryWisePropUsgeBean>> |
getZoneAndPropertyTypeWiseList(Map<Integer,TreeMap<Integer,BoundryWisePropUsgeBean>> zonePropTypeMap)
Called to get zonewise, property type wise sum of demands
|
List |
getZoneList() |
void |
propNAUsageMapWithDmyVals(Map<Integer,BoundryWisePropUsgeBean> propUsageIDMap,
Integer propNAUsgeId,
Map<Integer,BoundryWisePropUsgeBean> propUsag,
List<org.egov.ptis.domain.entity.property.PropertyTypeMaster> propMstrList) |
void |
prpUsageMap(BoundryWisePropUsgeBean bndryBean,
Object[] bndryObj,
Map<Integer,BoundryWisePropUsgeBean> propUsageIDMap,
String usgage,
Integer propNullId)
To set the values to the BoundryWisePropUsgeBean i.e(arrear
demand,current demand,total demand,av amount etc) .
|
void |
prpUsageMapWithDmyVals(Map<Integer,BoundryWisePropUsgeBean> propUsageIDMap,
Map<Integer,BoundryWisePropUsgeBean> propUsag,
List<org.egov.ptis.domain.entity.property.PropertyTypeMaster> propMstrList)
To set the zero values to the BoundryWisePropUsgeBean i.e(arrear
demand,current demand,total demand,av amount etc) .
|
public Map<Integer,TreeMap<Integer,BoundryWisePropUsgeBean>> getBoundaryWiseList(List boundaryList, Integer bndryNo, List<org.egov.ptis.domain.entity.property.PropertyTypeMaster> propMstrList)
java - .util.List boundaryListInteger - bndryNopublic void prpUsageMap(BoundryWisePropUsgeBean bndryBean, Object[] bndryObj, Map<Integer,BoundryWisePropUsgeBean> propUsageIDMap, String usgage, Integer propNullId)
org - .egov.ptis.property.client.struts2.reports.coc.
BoundryWisePropUsgeBean bndryBeanjava - .lang.Object[] bndryObjjava - .util.TreeMapjava - .lang.String usagejava - .lang.Integer propNullIdpublic void prpUsageMapWithDmyVals(Map<Integer,BoundryWisePropUsgeBean> propUsageIDMap, Map<Integer,BoundryWisePropUsgeBean> propUsag, List<org.egov.ptis.domain.entity.property.PropertyTypeMaster> propMstrList)
org - .egov.ptis.property.client.struts2.reports.coc.
BoundryWisePropUsgeBean bndryBeanjava - .lang.Object[] bndryObjjava - .util.TreeMapjava - .lang.String usagejava - .lang.Integer propNullIdpublic void propNAUsageMapWithDmyVals(Map<Integer,BoundryWisePropUsgeBean> propUsageIDMap, Integer propNAUsgeId, Map<Integer,BoundryWisePropUsgeBean> propUsag, List<org.egov.ptis.domain.entity.property.PropertyTypeMaster> propMstrList)
public List getZoneList()
public String getBndryNameById(long bndryID)
public Map<Integer,Map<String,BoundryWisePropUsgeBean>> getZoneAndPropertyTypeWiseList(Map<Integer,TreeMap<Integer,BoundryWisePropUsgeBean>> zonePropTypeMap)
zonePropTypeMap - zone and usage wise demand listCopyright © 2015–2017 eGovernments Foundation. All rights reserved.