@Controller
@RequestMapping(value="/transactions")
public class SewerageCloseConnectionController
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 |
|---|
SewerageCloseConnectionController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
String shscNumber,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
String workFlowAction,
org.springframework.web.multipart.MultipartFile[] files) |
org.springframework.web.servlet.ModelAndView |
successView(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
org.springframework.ui.ModelMap modelMap) |
String |
view(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
org.springframework.ui.Model model,
String shscNumber,
javax.servlet.http.HttpServletRequest request) |
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@RequestMapping(value="/closeConnection/{shscNumber}",
method=GET)
public String view(@ModelAttribute
org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
org.springframework.ui.Model model,
@PathVariable
String shscNumber,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/closeConnection/{shscNumber}",
method=POST)
public String create(@ModelAttribute
org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
@PathVariable
String shscNumber,
org.springframework.validation.BindingResult resultBinder,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
@RequestParam
String workFlowAction,
@RequestParam(value="files")
org.springframework.web.multipart.MultipartFile[] files)
@RequestMapping(value="/closeConnection-success",
method=GET)
public org.springframework.web.servlet.ModelAndView successView(@ModelAttribute
org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
org.springframework.ui.ModelMap modelMap)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.