@Controller @RequestMapping(value="/reports") public class AjaxWorkProgressRegisterController extends Object
| Constructor and Description |
|---|
AjaxWorkProgressRegisterController() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChildBoundariesById(String code) |
String |
showSearchWorkProgressRegister(org.springframework.ui.Model model,
org.egov.works.reports.entity.WorkProgressRegisterSearchRequest workProgressRegisterSearchRequest) |
Object |
toSearchContractorBillJson(Object object) |
@RequestMapping(value="/ajax-wincodestosearchworkprogressregister",
method=GET,
produces="application/json")
@ResponseBody
public List<String> getChildBoundariesById(@RequestParam
String code)
@RequestMapping(value="/ajax-workprogressregister",
method=POST,
produces="text/plain")
@ResponseBody
public String showSearchWorkProgressRegister(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.reports.entity.WorkProgressRegisterSearchRequest workProgressRegisterSearchRequest)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.