@RestController @RequestMapping(value="/milestone") public class AjaxMilestoneController extends Object
| Constructor and Description |
|---|
AjaxMilestoneController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxMilestoneTemplateSearch(org.springframework.ui.Model model,
org.egov.works.milestone.entity.SearchRequestMilestoneTemplate searchRequestMilestoneTemplate) |
List<String> |
findContractorsToCancelMilestone(String code) |
List<String> |
findLOAsToCancelMilestone(String code) |
List<org.egov.works.models.masters.MilestoneTemplate> |
findMilestoneTemplateCodeForMilestone(String code) |
List<String> |
findWorkIdNumbersToTrackMilestone(String code) |
String |
searchMilestones(org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone) |
String |
searchMilestonesForView(org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone) |
String |
searchMilestonesToCancel(org.springframework.ui.Model model,
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone) |
String |
searchTrackMilestones(org.springframework.ui.Model model,
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone) |
Object |
toSearchMilestone(Object object) |
Object |
toSearchMilestonesToCancelJson(Object object) |
Object |
toSearchMilestoneTemplateJson(Object object) |
Object |
toSearchTrackMilestone(Object object) |
String |
validateCreateContractorPartBill(Long workOrderEstimateId,
String billType) |
@RequestMapping(value="/ajax-search",
method=POST,
produces="text/plain")
@ResponseBody
public String searchMilestones(@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone)
@RequestMapping(value="/ajaxmilestonetemplatecode-milestone",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.works.models.masters.MilestoneTemplate> findMilestoneTemplateCodeForMilestone(@RequestParam
String code)
@RequestMapping(value="/ajaxsearchmilestonetemplate",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxMilestoneTemplateSearch(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestoneTemplate searchRequestMilestoneTemplate)
@RequestMapping(value="/ajaxtrackmilestone-search",
method=POST,
produces="text/plain")
@ResponseBody
public String searchTrackMilestones(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone)
@RequestMapping(value="/ajaxworkidentificationnumbers-trackmilestone",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findWorkIdNumbersToTrackMilestone(@RequestParam
String code)
@RequestMapping(value="/cancel/ajax-search",
method=POST,
produces="text/plain")
@ResponseBody
public String searchMilestonesToCancel(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone)
@RequestMapping(value="/ajaxloanumbers-milestonetocancel",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findLOAsToCancelMilestone(@RequestParam
String code)
@RequestMapping(value="/ajaxcontractors-milestonetocancel",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findContractorsToCancelMilestone(@RequestParam
String code)
@RequestMapping(value="/ajax-searchmilestoneforview",
method=POST,
produces="text/plain")
@ResponseBody
public String searchMilestonesForView(@ModelAttribute
org.egov.works.milestone.entity.SearchRequestMilestone searchRequestMilestone)
@RequestMapping(value="/validate-milestonepercentagetocreatecontractorbill",
method=POST,
produces="application/json")
@ResponseBody
public String validateCreateContractorPartBill(@RequestParam(value="workOrderEstimateId")
Long workOrderEstimateId,
@RequestParam(value="billType")
String billType)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.