@Controller @RequestMapping(value="/report/dataEntryConnectionReport/search") public class DataEntryConnectionReportController extends Object
| Modifier and Type | Field and Description |
|---|---|
org.egov.wtms.application.service.WaterConnectionDetailsService |
waterConnectionDetailsService |
| Constructor and Description |
|---|
DataEntryConnectionReportController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.wtms.application.entity.DataEntryConnectionReport |
reportModel() |
List<org.egov.infra.admin.master.entity.Boundary> |
revenueWardList() |
String |
search(org.springframework.ui.Model model) |
void |
searchResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
@Autowired public org.egov.wtms.application.service.WaterConnectionDetailsService waterConnectionDetailsService
@RequestMapping(method=GET) public String search(org.springframework.ui.Model model)
@ModelAttribute public org.egov.wtms.application.entity.DataEntryConnectionReport reportModel()
@ModelAttribute(value="revenueWards") public List<org.egov.infra.admin.master.entity.Boundary> revenueWardList()
@RequestMapping(value="/result/",
method=GET,
produces="application/json")
@ResponseBody
public void searchResult(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
ParseException
IOExceptionParseExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.