@Controller
@RequestMapping(value="/boundarytype/update/{id}")
public class UpdateBoundaryTypeController
extends Object
| Constructor and Description |
|---|
UpdateBoundaryTypeController(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.infra.admin.master.entity.BoundaryType |
boundaryTypeModel(Long id) |
String |
updateBoundaryType(org.egov.infra.admin.master.entity.BoundaryType boundaryType,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs) |
String |
updateBoundaryTypeForm() |
@Autowired public UpdateBoundaryTypeController(org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService)
@ModelAttribute
public org.egov.infra.admin.master.entity.BoundaryType boundaryTypeModel(@PathVariable
Long id)
@RequestMapping(method=GET) public String updateBoundaryTypeForm()
@RequestMapping(method=POST) public String updateBoundaryType(@ModelAttribute org.egov.infra.admin.master.entity.BoundaryType boundaryType, org.springframework.validation.BindingResult errors, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.