@Controller
@RequestMapping(value="/deactivation")
public class PropertyDeactivationController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
| Constructor and Description |
|---|
PropertyDeactivationController() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<org.egov.infra.filestore.entity.FileStoreMapper> |
addToFileStore(org.springframework.web.multipart.MultipartFile[] files) |
String |
deactivationForm(org.springframework.ui.Model model) |
String |
deactivationFormSubmit(org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model,
String assessmentNo) |
String |
deactivationSearchForm(org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult resultBinder,
String assessmentNo,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.Errors errors) |
List<org.egov.ptis.domain.entity.property.DocumentType> |
documentsList(org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation) |
protected void |
processAndStoreApplicationDocuments(org.egov.ptis.domain.entity.property.PropertyDeactivation dsd) |
org.egov.ptis.domain.entity.property.PropertyDeactivation |
propertyDeactivation() |
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@ModelAttribute public org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation()
@ModelAttribute(value="documentsList") public List<org.egov.ptis.domain.entity.property.DocumentType> documentsList(@ModelAttribute org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation)
@RequestMapping(value="/new",
method=GET)
public String deactivationForm(org.springframework.ui.Model model)
@RequestMapping(value="/search/{assessmentNo}",
method=POST)
public String deactivationSearchForm(@ModelAttribute
org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult resultBinder,
@PathVariable(value="assessmentNo")
String assessmentNo,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.Errors errors)
@RequestMapping(value="/update/{assessmentNo}",
method=POST)
public String deactivationFormSubmit(@ModelAttribute
org.egov.ptis.domain.entity.property.PropertyDeactivation propertyDeactivation,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttrs,
org.springframework.ui.Model model,
@PathVariable(value="assessmentNo")
String assessmentNo)
protected void processAndStoreApplicationDocuments(org.egov.ptis.domain.entity.property.PropertyDeactivation dsd)
protected Set<org.egov.infra.filestore.entity.FileStoreMapper> addToFileStore(org.springframework.web.multipart.MultipartFile[] files)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.