@Service public class AssetCommonUtil extends Object
| Constructor and Description |
|---|
AssetCommonUtil() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.infra.admin.master.entity.Boundary> |
getAllZoneOfHTypeAdmin() |
static Date |
loadCurrentDate() |
List<org.egov.infra.admin.master.entity.Boundary> |
populateArea(Long wardId)
Populate the Area list by ward
|
List<org.egov.infra.admin.master.entity.Boundary> |
populateLocations(Long areaId)
Populate the location list by area
|
List<org.egov.infra.admin.master.entity.Boundary> |
populateStreets(Long wardId)
Populate the street list by Ward
|
List<org.egov.infra.admin.master.entity.Boundary> |
populateWard(Long zoneId)
Populate the ward list by zone
|
String |
serialize(Object obj) |
void |
setBoundaryService(org.egov.infra.admin.master.service.BoundaryService boundaryService) |
void |
setBoundaryTypeService(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService) |
public List<org.egov.infra.admin.master.entity.Boundary> getAllZoneOfHTypeAdmin()
public List<org.egov.infra.admin.master.entity.Boundary> populateWard(Long zoneId)
public List<org.egov.infra.admin.master.entity.Boundary> populateArea(Long wardId)
public List<org.egov.infra.admin.master.entity.Boundary> populateStreets(Long wardId)
public List<org.egov.infra.admin.master.entity.Boundary> populateLocations(Long areaId)
public static Date loadCurrentDate()
public void setBoundaryService(org.egov.infra.admin.master.service.BoundaryService boundaryService)
public void setBoundaryTypeService(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.