@Controller @RequestMapping(value="/offlinestatus") public class SetOfflineStatusController extends Object
| Constructor and Description |
|---|
SetOfflineStatusController() |
| Modifier and Type | Method and Description |
|---|---|
String |
saveOffLineStatus(org.egov.works.workorder.entity.WorkOrder workOrder,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult resultBinder) |
String |
saveOffLineStatusForAbstractEstimate(org.egov.works.abstractestimate.entity.AbstractEstimate abstractEstimate,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult resultBinder) |
String |
setOffLineStatus(org.springframework.ui.Model model,
Long workOrderId,
javax.servlet.http.HttpServletRequest request) |
String |
setOffLineStatusForAbstractEstimate(org.springframework.ui.Model model,
Long abstractEstimateId,
javax.servlet.http.HttpServletRequest request) |
@RequestMapping(value="/setstatus-loa/{workOrderId}",
method=GET)
public String setOffLineStatus(org.springframework.ui.Model model,
@PathVariable
Long workOrderId,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/offlinestatus-save",
method=POST)
public String saveOffLineStatus(@ModelAttribute
org.egov.works.workorder.entity.WorkOrder workOrder,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult resultBinder)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/setstatus-abstractestimate/{abstractEstimateId}",
method=GET)
public String setOffLineStatusForAbstractEstimate(org.springframework.ui.Model model,
@PathVariable
Long abstractEstimateId,
javax.servlet.http.HttpServletRequest request)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/offlinestatus-saveabstractestimate",
method=POST)
public String saveOffLineStatusForAbstractEstimate(@ModelAttribute
org.egov.works.abstractestimate.entity.AbstractEstimate abstractEstimate,
org.springframework.ui.Model model,
javax.servlet.http.HttpServletRequest request,
org.springframework.validation.BindingResult resultBinder)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.