@Controller
@RequestMapping(value="/abstractestimate")
public class UpdateAbstractEstimateController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.eis.service.AssignmentService |
assignmentService |
| Constructor and Description |
|---|
UpdateAbstractEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.works.abstractestimate.entity.AbstractEstimate |
getAbstractEstimate(String abstractEstimateId) |
String |
update(org.egov.works.abstractestimate.entity.AbstractEstimate abstractEstimate,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.multipart.MultipartFile[] files,
String removedActivityIds) |
String |
updateAbstractEstimate(org.springframework.ui.Model model,
String abstractEstimateId,
javax.servlet.http.HttpServletRequest request,
String mode) |
@Autowired protected org.egov.eis.service.AssignmentService assignmentService
@ModelAttribute
public org.egov.works.abstractestimate.entity.AbstractEstimate getAbstractEstimate(@PathVariable
String abstractEstimateId)
@RequestMapping(value="/update/{abstractEstimateId}",
method=GET)
public String updateAbstractEstimate(org.springframework.ui.Model model,
@PathVariable
String abstractEstimateId,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="mode",required=false)
String mode)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/update/{abstractEstimateId}",
method=POST)
public String update(@ModelAttribute(value="abstractEstimate")
org.egov.works.abstractestimate.entity.AbstractEstimate abstractEstimate,
org.springframework.validation.BindingResult errors,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
@RequestParam(value="file")
org.springframework.web.multipart.MultipartFile[] files,
@RequestParam
String removedActivityIds)
throws org.egov.infra.exception.ApplicationException,
IOException
org.egov.infra.exception.ApplicationExceptionIOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.