@Controller @RequestMapping(value="/report/baseRegister") public class BaseRegisterReportController extends Object
| Constructor and Description |
|---|
BaseRegisterReportController() |
| Modifier and Type | Method and Description |
|---|---|
void |
getPropertyModel(org.springframework.ui.Model model) |
String |
searchForm(org.springframework.ui.Model model) |
void |
springPaginationDataTablesUpdate(String ward,
String block,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean exemptedCase) |
List<org.egov.infra.admin.master.entity.Boundary> |
wardBoundaries() |
@ModelAttribute public void getPropertyModel(org.springframework.ui.Model model)
@ModelAttribute(value="wards") public List<org.egov.infra.admin.master.entity.Boundary> wardBoundaries()
@RequestMapping(method=GET) public String searchForm(org.springframework.ui.Model model)
@RequestMapping(value="/result",
method=GET,
produces="application/json")
@ResponseBody
public void springPaginationDataTablesUpdate(@RequestParam
String ward,
@RequestParam
String block,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
@RequestParam
boolean exemptedCase)
throws IOException
IOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.