@Controller
@RequestMapping(value="/letterofacceptance")
public class UpdateLetterOfAcceptanceController
extends org.egov.eis.web.controller.workflow.GenericWorkFlowController
| Constructor and Description |
|---|
UpdateLetterOfAcceptanceController() |
| Modifier and Type | Method and Description |
|---|---|
String |
beforeUpdate(org.springframework.ui.Model model,
String id,
javax.servlet.http.HttpServletRequest request) |
String |
forward(String id,
org.springframework.ui.Model model,
String workFlowAction,
javax.servlet.http.HttpServletRequest request) |
org.egov.works.workorder.entity.WorkOrder |
getWorkOrder(String id) |
String |
modify(org.egov.works.workorder.entity.WorkOrder workOrder,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult resultBinder,
javax.servlet.http.HttpServletRequest request) |
String |
viewLOA(String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request) |
@ModelAttribute
public org.egov.works.workorder.entity.WorkOrder getWorkOrder(@PathVariable
String id)
@RequestMapping(value="/update/{id}",
method=GET)
public String beforeUpdate(org.springframework.ui.Model model,
@PathVariable
String id,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/update/{id}",
method=POST)
public String forward(@PathVariable
String id,
org.springframework.ui.Model model,
@RequestParam
String workFlowAction,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/modify/{id}",
method=GET)
public String viewLOA(@PathVariable
String id,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/modify/{id}",
method=POST)
public String modify(@ModelAttribute(value="workOrder")
org.egov.works.workorder.entity.WorkOrder workOrder,
org.springframework.ui.Model model,
org.springframework.validation.BindingResult resultBinder,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.