@Controller
@RequestMapping(value="/transactions")
public class SewerageChangeInClosetsController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Constructor and Description |
|---|
SewerageChangeInClosetsController(org.egov.stms.transactions.service.SewerageApplicationDetailsService sewerageApplicationDetailsService,
org.egov.stms.utils.SewerageTaxUtils sewerageTaxUtils) |
| 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) |
void |
createSewerageConnectionFee(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
String feeCode) |
List<org.egov.stms.transactions.entity.SewerageApplicationDetailsDocument> |
documentTypeMasterList(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails) |
String |
showNewApplicationForm(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
String shscNumber,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult errors) |
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) |
@Autowired
public SewerageChangeInClosetsController(org.egov.stms.transactions.service.SewerageApplicationDetailsService sewerageApplicationDetailsService,
org.egov.stms.utils.SewerageTaxUtils sewerageTaxUtils)
@RequestMapping(value="/modifyConnection/{shscNumber}",
method=GET)
public String showNewApplicationForm(@ModelAttribute
org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
@PathVariable
String shscNumber,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult errors)
@ModelAttribute(value="documentNamesList") public List<org.egov.stms.transactions.entity.SewerageApplicationDetailsDocument> documentTypeMasterList(@ModelAttribute org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails)
@RequestMapping(value="/modifyConnection/{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="/changeInClosets-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)
public void createSewerageConnectionFee(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
String feeCode)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.