@Controller
@RequestMapping(value="/demolition/update/{id}")
public class UpdatePropertyDemolitionController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
protected static String |
DEMOLITION_FORM |
protected static String |
DEMOLITION_SUCCESS |
protected static String |
DEMOLITION_VIEW |
static String |
EDIT |
static String |
VIEW |
| Constructor and Description |
|---|
UpdatePropertyDemolitionController(org.egov.ptis.domain.service.demolition.PropertyDemolitionService propertyDemolitionService) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.ptis.domain.entity.property.Property |
propertyModel(String id) |
String |
update(org.egov.ptis.domain.entity.property.Property property,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
String workFlowAction) |
String |
view(org.springframework.ui.Model model,
Long id,
javax.servlet.http.HttpServletRequest request) |
protected static final String DEMOLITION_FORM
protected static final String DEMOLITION_VIEW
protected static final String DEMOLITION_SUCCESS
public static final String EDIT
public static final String VIEW
@Autowired protected org.egov.eis.service.AssignmentService assignmentService
@Autowired public UpdatePropertyDemolitionController(org.egov.ptis.domain.service.demolition.PropertyDemolitionService propertyDemolitionService)
@ModelAttribute
public org.egov.ptis.domain.entity.property.Property propertyModel(@PathVariable
String id)
@RequestMapping(method=GET) public String view(org.springframework.ui.Model model, @PathVariable Long id, javax.servlet.http.HttpServletRequest request)
@RequestMapping(method=POST) public String update(@ModelAttribute org.egov.ptis.domain.entity.property.Property property, org.springframework.validation.BindingResult errors, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, @RequestParam String workFlowAction) throws org.egov.ptis.exceptions.TaxCalculatorExeption
org.egov.ptis.exceptions.TaxCalculatorExeptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.