@Controller
@RequestMapping(value="/property/demolition/{assessmentNo}")
public class PropertyDemolitionController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMMON_FORM |
protected static String |
DEMOLITION_FORM |
protected static String |
DEMOLITION_SUCCESS |
| Constructor and Description |
|---|
PropertyDemolitionController() |
| Modifier and Type | Method and Description |
|---|---|
String |
demoltionFormSubmit(org.egov.ptis.domain.entity.property.Property property,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
String workFlowAction) |
org.egov.ptis.domain.entity.property.BasicProperty |
getBasicProperty() |
String |
newForm(org.springframework.ui.Model model,
String assessmentNo) |
org.egov.ptis.domain.entity.property.Property |
propertyModel(String assessmentNo) |
void |
setBasicProperty(org.egov.ptis.domain.entity.property.BasicProperty basicProperty) |
protected static final String COMMON_FORM
protected static final String DEMOLITION_FORM
protected static final String DEMOLITION_SUCCESS
@ModelAttribute
public org.egov.ptis.domain.entity.property.Property propertyModel(@PathVariable
String assessmentNo)
@RequestMapping(method=GET) public String newForm(org.springframework.ui.Model model, @PathVariable String assessmentNo)
@Transactional @RequestMapping(method=POST) public String demoltionFormSubmit(@ModelAttribute org.egov.ptis.domain.entity.property.Property property, org.springframework.validation.BindingResult errors, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs, org.springframework.ui.Model model, javax.servlet.http.HttpServletRequest request, @RequestParam String workFlowAction) throws org.egov.ptis.exceptions.TaxCalculatorExeption
org.egov.ptis.exceptions.TaxCalculatorExeptionpublic org.egov.ptis.domain.entity.property.BasicProperty getBasicProperty()
public void setBasicProperty(org.egov.ptis.domain.entity.property.BasicProperty basicProperty)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.