@Controller
@RequestMapping(value="/transactions")
public class SewerageLegacyConnectionController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
protected org.egov.infra.filestore.service.FileStoreService |
fileStoreService |
| Constructor and Description |
|---|
SewerageLegacyConnectionController(org.egov.stms.utils.SewerageTaxUtils sewerageTaxUtils,
org.egov.stms.transactions.service.SewerageApplicationDetailsService sewerageApplicationDetailsService) |
| Modifier and Type | Method and Description |
|---|---|
String |
create(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,
org.springframework.ui.Model model,
org.springframework.web.multipart.MultipartFile[] files) |
List<org.egov.stms.transactions.entity.SewerageApplicationDetailsDocument> |
documentTypeMasterList(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails) |
String |
showLegacyApplicationForm(org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
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 protected org.egov.eis.service.AssignmentService assignmentService
@Autowired @Qualifier(value="fileStoreService") protected org.egov.infra.filestore.service.FileStoreService fileStoreService
@Autowired
public SewerageLegacyConnectionController(org.egov.stms.utils.SewerageTaxUtils sewerageTaxUtils,
org.egov.stms.transactions.service.SewerageApplicationDetailsService sewerageApplicationDetailsService)
@ModelAttribute(value="documentNamesList") public List<org.egov.stms.transactions.entity.SewerageApplicationDetailsDocument> documentTypeMasterList(@ModelAttribute org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails)
@RequestMapping(value="/legacyConnection-newform",
method=GET)
public String showLegacyApplicationForm(@ModelAttribute
org.egov.stms.transactions.entity.SewerageApplicationDetails sewerageApplicationDetails,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/legacyConnection-create",
method=POST)
public String create(@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,
org.springframework.ui.Model model,
@RequestParam(value="files")
org.springframework.web.multipart.MultipartFile[] files)
@RequestMapping(value="/sewerageLegacyApplication-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–2016 eGovernments Foundation. All rights reserved.