@Controller @RequestMapping(value="/abstractestimate") public class CancelAbstractEstimateController extends Object
| Constructor and Description |
|---|
CancelAbstractEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancelEstimate(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
String |
showSearchEstimateForm(org.egov.works.abstractestimate.entity.SearchRequestCancelEstimate searchRequestCancelEstimate,
org.springframework.ui.Model model) |
@RequestMapping(value="/cancel/search",
method=GET)
public String showSearchEstimateForm(@ModelAttribute
org.egov.works.abstractestimate.entity.SearchRequestCancelEstimate searchRequestCancelEstimate,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/cancel",
method=POST)
public String cancelEstimate(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.