@Controller @RequestMapping(value="/common") public class AjaxCommonController extends Object
| Constructor and Description |
|---|
AjaxCommonController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.ptis.domain.entity.property.AmalgamatedPropInfo |
getAmalgamatedPropertyDetails(String assessmentNo)
Provides the details of the property for amalgamation
|
List<org.egov.ptis.domain.entity.property.PropertyUsage> |
getUsageByPropertyType(String propTypeCategory)
Populates the usages based on the property type category
|
@RequestMapping(value="/amalgamation/getamalgamatedpropdetails",
method=GET,
produces="application/json")
@ResponseBody
public org.egov.ptis.domain.entity.property.AmalgamatedPropInfo getAmalgamatedPropertyDetails(@RequestParam(value="assessmentNo")
String assessmentNo)
assessmentNo - @RequestMapping(value="/getusagebypropertytype",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.ptis.domain.entity.property.PropertyUsage> getUsageByPropertyType(@RequestParam(value="propTypeCategory")
String propTypeCategory)
propTypeCategory - Copyright © 2015–2017 eGovernments Foundation. All rights reserved.