@Controller public class SearchBoundaryTypeController extends Object
| Constructor and Description |
|---|
SearchBoundaryTypeController(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService,
org.egov.infra.admin.master.service.HierarchyTypeService hierarchyTypeService) |
| Modifier and Type | Method and Description |
|---|---|
String |
addChildSearch(org.springframework.ui.Model model) |
org.egov.infra.admin.master.entity.BoundaryType |
boundaryTypeModel() |
String |
search(org.egov.infra.admin.master.entity.BoundaryType boundaryType,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
javax.servlet.http.HttpServletRequest request) |
String |
updateSearch(org.springframework.ui.Model model) |
String |
viewSearch(org.springframework.ui.Model model) |
@Autowired
public SearchBoundaryTypeController(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService,
org.egov.infra.admin.master.service.HierarchyTypeService hierarchyTypeService)
@ModelAttribute public org.egov.infra.admin.master.entity.BoundaryType boundaryTypeModel()
@RequestMapping(value="/boundarytype/view",
method=GET)
public String viewSearch(org.springframework.ui.Model model)
@RequestMapping(value="/boundarytype/update",
method=GET)
public String updateSearch(org.springframework.ui.Model model)
@RequestMapping(value="/boundarytype/addchild",
method=GET)
public String addChildSearch(org.springframework.ui.Model model)
@RequestMapping(value={"/boundarytype/view","/boundarytype/update","/boundarytype/addchild"},
method=POST)
public String search(@ModelAttribute
org.egov.infra.admin.master.entity.BoundaryType boundaryType,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
javax.servlet.http.HttpServletRequest request)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.