@Controller @RequestMapping(value="/estimatephotograph") public class AjaxEstimatePhotographController extends Object
| Constructor and Description |
|---|
AjaxEstimatePhotographController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxSearchEstimatePhotograph(org.springframework.ui.Model model,
org.egov.works.abstractestimate.entity.EstimatePhotographSearchRequest estimatePhotographSearchRequest) |
List<String> |
findEstimateNumbersForViewEstimatePhotograph(String estimateNumber) |
List<String> |
findWinForViewEstimatePhotograph(String workIdentificationNumber) |
Object |
toSearchEstimatePhotograph(Object object) |
@RequestMapping(value="/searchestimatephotograph",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxSearchEstimatePhotograph(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.abstractestimate.entity.EstimatePhotographSearchRequest estimatePhotographSearchRequest)
@RequestMapping(value="/getestimatenumbers-viewestimatephotograph",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findEstimateNumbersForViewEstimatePhotograph(@RequestParam
String estimateNumber)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.