@Controller @RequestMapping(value="/abstractestimate") public class SearchAbstractEstimateController extends Object
| Constructor and Description |
|---|
SearchAbstractEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
searchAbstractEstimateForLOA(org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest,
org.springframework.ui.Model model) |
String |
searchAbstractEstimateToSetOfflineStatus(org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest,
org.springframework.ui.Model model) |
String |
searchForm(org.egov.works.abstractestimate.entity.SearchAbstractEstimate searchAbstractEstimate,
org.springframework.ui.Model model) |
String |
showSearchEstimateForm(Long typeOfWorkId,
org.springframework.ui.Model model) |
String |
viewAbstractEstimate(String id,
org.springframework.ui.Model model) |
@RequestMapping(value="/searchform",
method=GET)
public String searchForm(@ModelAttribute
org.egov.works.abstractestimate.entity.SearchAbstractEstimate searchAbstractEstimate,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/view/{id}",
method=GET)
public String viewAbstractEstimate(@PathVariable
String id,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/searchabstractestimateforloa-form",
method=GET)
public String searchAbstractEstimateForLOA(@ModelAttribute
org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest,
org.springframework.ui.Model model)
@RequestMapping(value="/searchabstractestimateforofflinestatus-form",
method=GET)
public String searchAbstractEstimateToSetOfflineStatus(@ModelAttribute
org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest,
org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.