@Controller
@RequestMapping(value="/lineestimate")
public class CreateLineEstimateController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Constructor and Description |
|---|
CreateLineEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(org.egov.works.lineestimate.entity.LineEstimate lineEstimate,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors,
org.springframework.web.multipart.MultipartFile[] files,
javax.servlet.http.HttpServletRequest request,
String workFlowAction) |
void |
getLineEstimateDoc(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
showNewLineEstimateForm(org.egov.works.lineestimate.entity.LineEstimate lineEstimate,
org.springframework.ui.Model model) |
org.springframework.web.servlet.ModelAndView |
successView(org.egov.works.lineestimate.entity.LineEstimate lineEstimate,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
org.springframework.ui.ModelMap modelMap) |
@RequestMapping(value="/newform",
method=GET)
public String showNewLineEstimateForm(@ModelAttribute(value="lineEstimate")
org.egov.works.lineestimate.entity.LineEstimate lineEstimate,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/create",
method=POST)
public String create(@ModelAttribute(value="lineEstimate")
org.egov.works.lineestimate.entity.LineEstimate lineEstimate,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult errors,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile[] files,
javax.servlet.http.HttpServletRequest request,
@RequestParam
String workFlowAction)
throws org.egov.infra.exception.ApplicationException,
IOException
org.egov.infra.exception.ApplicationExceptionIOException@RequestMapping(value="/downloadLineEstimateDoc",
method=GET)
public void getLineEstimateDoc(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/lineestimate-success",
method=GET)
public org.springframework.web.servlet.ModelAndView successView(@ModelAttribute
org.egov.works.lineestimate.entity.LineEstimate lineEstimate,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
org.springframework.ui.ModelMap modelMap)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.