@Controller @RequestMapping(value="/abstractestimate") public class AjaxAbstractEstimateController extends Object
| Constructor and Description |
|---|
AjaxAbstractEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxSearchAbstractEstimatesForLOA(org.springframework.ui.Model model,
org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest) |
String |
ajaxSearchAbstractEstimatesForOfflineStatus(org.springframework.ui.Model model,
org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest) |
String |
estimateTemplateToJson(Object object) |
List<String> |
findAbstractEstimateNumbersForAbstractEstimate(String estimateNumber) |
List<String> |
findApprovedAdminSanctionNumbersForCreateLOA(String adminSanctionNumber) |
List<String> |
findApprovedEstimateNumbersForCreateLOA(String estimateNumber) |
List<String> |
findApprovedWorkIdentificationNumbersForCreateLOA(String workIdentificationNumber) |
List<org.egov.commons.CChartOfAccounts> |
findDeductionAccountCodesAndAccountHeadByGlcodeLike(String searchQuery) |
List<String> |
findEstimateNumbersToCancelEstimate(String code) |
List<org.egov.works.models.masters.ScheduleOfRate> |
findSorByScheduleCategories(String code,
String scheduleCategories,
Date estimateDate) |
List<org.egov.works.models.masters.ScheduleOfRate> |
findSorByScheduleCategoriesAndEstimateId(String code,
String scheduleCategories,
Date estimateDate,
Long estimateId) |
List<String> |
getAbstractEstimateNumbersToSetOfflineStatus(String code) |
String |
getAssignmentByDesignation(Long approvalDesignation) |
List<org.egov.works.models.masters.EstimateTemplate> |
getEstimateTemplateByCodeIgnoreCase(String code) |
org.egov.works.models.masters.OverheadRate |
getPercentageOrLumpsumByOverhead(Long overheadId) |
String |
populateMilestoneTemplateActivity(String id,
org.springframework.ui.Model model,
Date estimateDate) |
String |
searchEstimatesToCancel(org.springframework.ui.Model model,
org.egov.works.abstractestimate.entity.SearchRequestCancelEstimate searchRequestCancelEstimate) |
Object |
toSearchAbstractEstimateForLOAResultJson(Object object) |
Object |
toSearchAbstractEstimateForOfflineStatusJson(Object object) |
Object |
toSearchEstimatesToCancelJson(Object object) |
public Object toSearchAbstractEstimateForLOAResultJson(Object object)
@RequestMapping(value="/getpercentageorlumpsumbyoverheadid",
method=GET)
@ResponseBody
public org.egov.works.models.masters.OverheadRate getPercentageOrLumpsumByOverhead(@RequestParam(value="overheadId")
Long overheadId)
@RequestMapping(value="/ajaxsor-byschedulecategories",
method=GET,
produces="application/json; charset=utf-8")
@ResponseBody
public List<org.egov.works.models.masters.ScheduleOfRate> findSorByScheduleCategories(@RequestParam(value="code")
String code,
@RequestParam(value="scheduleCategories")
String scheduleCategories,
@RequestParam(value="estimateDate")
Date estimateDate)
@RequestMapping(value="/ajaxsor-byschedulecategoriesandestimateid",
method=GET,
produces="application/json; charset=utf-8")
@ResponseBody
public List<org.egov.works.models.masters.ScheduleOfRate> findSorByScheduleCategoriesAndEstimateId(@RequestParam(value="code")
String code,
@RequestParam(value="scheduleCategories")
String scheduleCategories,
@RequestParam(value="estimateDate")
Date estimateDate,
@RequestParam(value="estimateId")
Long estimateId)
@RequestMapping(value="/ajaxestimatetemplatebycode",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.works.models.masters.EstimateTemplate> getEstimateTemplateByCodeIgnoreCase(@RequestParam
String code)
@RequestMapping(value="/ajaxgetestimatetemplatebyid",
method=GET)
@ResponseBody
public String populateMilestoneTemplateActivity(@RequestParam
String id,
org.springframework.ui.Model model,
@RequestParam
Date estimateDate)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/getabstractestimatesbynumber",
method=GET)
@ResponseBody
public List<String> findAbstractEstimateNumbersForAbstractEstimate(@RequestParam
String estimateNumber)
@RequestMapping(value="/ajaxsearchabstractestimatesforloa",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxSearchAbstractEstimatesForLOA(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest)
@RequestMapping(value="/ajax-assignmentByDesignation",
method=GET,
produces="application/json")
@ResponseBody
public String getAssignmentByDesignation(@RequestParam(value="approvalDesignation")
Long approvalDesignation)
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException,
NumberFormatException,
org.egov.infra.exception.ApplicationException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionNumberFormatExceptionorg.egov.infra.exception.ApplicationException@RequestMapping(value="/cancel/ajax-search",
method=POST,
produces="text/plain")
@ResponseBody
public String searchEstimatesToCancel(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.abstractestimate.entity.SearchRequestCancelEstimate searchRequestCancelEstimate)
@RequestMapping(value="/ajaxsearchabstractestimatesforofflinestatus",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxSearchAbstractEstimatesForOfflineStatus(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.abstractestimate.entity.AbstractEstimateForLoaSearchRequest abstractEstimateForLoaSearchRequest)
public Object toSearchAbstractEstimateForOfflineStatusJson(Object object)
@RequestMapping(value="/ajaxestimatenumbers-estimatetocancel",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findEstimateNumbersToCancelEstimate(@RequestParam
String code)
@RequestMapping(value="/ajaxestimatenumbers-forofflinestatus",
method=GET,
produces="application/json")
@ResponseBody
public List<String> getAbstractEstimateNumbersToSetOfflineStatus(@RequestParam
String code)
@RequestMapping(value="/ajaxestimatenumbers-tocreateloa",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findApprovedEstimateNumbersForCreateLOA(@RequestParam
String estimateNumber)
@RequestMapping(value="/ajaxadminsanctionnumbers-tocreateloa",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findApprovedAdminSanctionNumbersForCreateLOA(@RequestParam
String adminSanctionNumber)
@RequestMapping(value="/ajaxworkidentificationnumbers-tocreateloa",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findApprovedWorkIdentificationNumbersForCreateLOA(@RequestParam
String workIdentificationNumber)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.