@Controller @RequestMapping(value="/councilreports") public class CouncilReportsController extends Object
| Constructor and Description |
|---|
CouncilReportsController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.council.entity.CommitteeType> |
getCommitteTypeList() |
List<org.egov.infra.admin.master.entity.Department> |
getDepartmentList() |
String |
getMeetingDetails(org.springframework.ui.Model model) |
String |
getSearchView(org.springframework.ui.Model model) |
List<org.egov.infra.admin.master.entity.Boundary> |
getWardsList() |
String |
searchApplication(org.egov.council.entity.es.CouncilMeetingDetailsSearchRequest searchRequest) |
String |
searchPreambleWardwise(org.springframework.ui.Model model,
org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.validation.BindingResult errors) |
@ModelAttribute(value="committeeType") public List<org.egov.council.entity.CommitteeType> getCommitteTypeList()
@ModelAttribute(value="departments") public List<org.egov.infra.admin.master.entity.Department> getDepartmentList()
@ModelAttribute(value="wards") public List<org.egov.infra.admin.master.entity.Boundary> getWardsList()
@RequestMapping(value="/preamblewardwise/search",
method=GET)
public String getSearchView(org.springframework.ui.Model model)
@RequestMapping(value="/preamblewardwise/search-result",
method=POST,
produces="text/plain")
@ResponseBody
public String searchPreambleWardwise(org.springframework.ui.Model model,
@ModelAttribute
org.egov.council.entity.CouncilPreamble councilPreamble,
org.springframework.validation.BindingResult errors)
@RequestMapping(value="/meetingdetails/search",
method=GET)
public String getMeetingDetails(org.springframework.ui.Model model)
@RequestMapping(value="/meetingdetails/search",
method=POST,
produces="text/plain")
@ResponseBody
public String searchApplication(@ModelAttribute
org.egov.council.entity.es.CouncilMeetingDetailsSearchRequest searchRequest)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.