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