@Controller
@RequestMapping(value="/transactions")
public class SewerageUpdateConnectionController
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 |
|---|
SewerageUpdateConnectionController(org.egov.stms.transactions.service.SewerageApplicationDetailsService sewerageApplicationDetailsService,
org.egov.infra.admin.master.service.DepartmentService departmentService,
org.springframework.validation.SmartValidator validator) |
| Modifier and Type | Method and Description |
|---|---|
org.egov.stms.transactions.entity.SewerageApplicationDetails |
getSewerageApplicationDetails(String applicationNumber) |
String |
update(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
org.springframework.ui.Model model,
org.springframework.web.multipart.MultipartFile[] files,
String removedInspectRowId,
String removedEstimationDtlRowId) |
String |
view(org.springframework.ui.Model model,
String applicationNumber,
javax.servlet.http.HttpServletRequest request) |
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@Autowired
public SewerageUpdateConnectionController(org.egov.stms.transactions.service.SewerageApplicationDetailsService sewerageApplicationDetailsService,
org.egov.infra.admin.master.service.DepartmentService departmentService,
org.springframework.validation.SmartValidator validator)
@ModelAttribute(value="sewerageApplicationDetails")
public org.egov.stms.transactions.entity.SewerageApplicationDetails getSewerageApplicationDetails(@PathVariable
String applicationNumber)
@RequestMapping(value="/update/{applicationNumber}",
method=GET)
public String view(org.springframework.ui.Model model,
@PathVariable
String applicationNumber,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/update/{applicationNumber}",
method=POST)
public String update(@ModelAttribute
org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
org.springframework.ui.Model model,
@RequestParam(value="files")
org.springframework.web.multipart.MultipartFile[] files,
@RequestParam
String removedInspectRowId,
@RequestParam
String removedEstimationDtlRowId)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.