@Controller @RequestMapping(value="/reports") public class NatureOfUsageReportController extends Object
| Constructor and Description |
|---|
NatureOfUsageReportController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.infra.admin.master.entity.Boundary> |
getBlocks() |
List<org.egov.ptis.domain.entity.property.PropertyUsage> |
getNatureOfUsages() |
org.hibernate.Session |
getSession() |
String |
getSrchCriteria() |
List<org.egov.infra.admin.master.entity.Boundary> |
getWards() |
NatureOfUsageResult |
natureOfUsageResultModel() |
void |
search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model) |
String |
searchForm(org.springframework.ui.Model model) |
void |
setSrchCriteria(String srchCriteria) |
@ModelAttribute(value="natureOfUsageResult") public NatureOfUsageResult natureOfUsageResultModel()
@ModelAttribute(value="natureOfUsages") public List<org.egov.ptis.domain.entity.property.PropertyUsage> getNatureOfUsages()
@ModelAttribute(value="wards") public List<org.egov.infra.admin.master.entity.Boundary> getWards()
@ModelAttribute(value="blocks") public List<org.egov.infra.admin.master.entity.Boundary> getBlocks()
@RequestMapping(value="/natureOfUsageReport-form",
method=GET)
public String searchForm(org.springframework.ui.Model model)
@RequestMapping(value="/natureOfUsageReportList",
method=GET,
produces="application/json")
@ResponseBody
public void search(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model)
throws IOException
IOExceptionpublic org.hibernate.Session getSession()
public String getSrchCriteria()
public void setSrchCriteria(String srchCriteria)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.