@Controller public class BoundaryController extends Object
| Constructor and Description |
|---|
BoundaryController(org.egov.infra.admin.master.service.BoundaryService boundaryService,
org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
getBoundary(Long[] ids,
org.springframework.ui.Model model) |
String |
showCreateBoundaryForm(org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
showPaginationForm() |
String |
showUpdateBoundaryForm(org.springframework.ui.Model model) |
String |
UpdateBoundary(org.egov.infra.admin.master.entity.Boundary boundary,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model) |
String |
viewBoundaryDetails() |
@Autowired
public BoundaryController(org.egov.infra.admin.master.service.BoundaryService boundaryService,
org.egov.infra.admin.master.service.BoundaryTypeService boundaryTypeService)
@ModelAttribute
public void getBoundary(@PathVariable
Long[] ids,
org.springframework.ui.Model model)
@RequestMapping(value="/view-boundary/{ids}",
method=GET)
public String viewBoundaryDetails()
@RequestMapping(value="/create-boundary/{ids}",
method=POST)
public String showCreateBoundaryForm(org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
@RequestMapping(value="/update-boundary/{ids}",
method=GET)
public String showUpdateBoundaryForm(org.springframework.ui.Model model)
@RequestMapping(value="/list-boundaries/{ids}",
method=POST)
public String showPaginationForm()
@RequestMapping(value="/update-boundary/{ids}",
method=POST)
public String UpdateBoundary(@ModelAttribute
org.egov.infra.admin.master.entity.Boundary boundary,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.