@Controller @RequestMapping(value="/report") public class DefaultersReportController extends Object
| Modifier and Type | Field and Description |
|---|---|
org.egov.ptis.client.util.PropertyTaxUtil |
propertyTaxUtil |
| Constructor and Description |
|---|
DefaultersReportController() |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultersReportSearchResult(String wardId,
String fromAmount,
String toAmount,
String limit,
String category,
String noofyr,
String proptype,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
List<Integer> |
limitList() |
List<String> |
noofyrsList() |
Map<String,String> |
ownershipCategories() |
String |
searchPTDefaultersForm(org.springframework.ui.Model model) |
String |
searchVLTDefaultersForm(org.springframework.ui.Model model) |
List<org.egov.infra.admin.master.entity.Boundary> |
wardBoundaries() |
@Autowired public org.egov.ptis.client.util.PropertyTaxUtil propertyTaxUtil
@ModelAttribute(value="wards") public List<org.egov.infra.admin.master.entity.Boundary> wardBoundaries()
@ModelAttribute(value="categories") public Map<String,String> ownershipCategories()
@RequestMapping(value="/defaultersReportVLT",
method=GET)
public String searchVLTDefaultersForm(org.springframework.ui.Model model)
@RequestMapping(value="/defaultersReportPT",
method=GET)
public String searchPTDefaultersForm(org.springframework.ui.Model model)
@RequestMapping(value="/defaultersReport/result",
method=GET,
produces="text/plain")
@ResponseBody
public String defaultersReportSearchResult(@RequestParam
String wardId,
@RequestParam
String fromAmount,
@RequestParam
String toAmount,
@RequestParam
String limit,
@RequestParam
String category,
@RequestParam
String noofyr,
@RequestParam
String proptype,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.