@Controller @RequestMapping(value="/lineestimate") public class AjaxLineEstimateController extends Object
| Constructor and Description |
|---|
AjaxLineEstimateController() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxsearch(org.springframework.ui.Model model,
org.egov.works.lineestimate.entity.LineEstimateSearchRequest lineEstimateSearchRequest) |
String |
ajaxSearchLEForEstimatePhotograph(org.springframework.ui.Model model,
org.egov.works.abstractestimate.entity.EstimatePhotographSearchRequest estimatePhotographSearchRequest) |
String |
ajaxSearchLineEstimatesForAbstractEstimate(org.springframework.ui.Model model,
org.egov.works.lineestimate.entity.LineEstimatesForAbstractEstimate lineEstimatesForAbstractEstimate) |
String |
checkDependantObjectsCreated(Long lineEstimateId) |
List<String> |
findAdminSanctionNumbers(String name) |
List<String> |
findAdminSanctionNumbersForAbstractEstimate(String name) |
List<String> |
findAdminSanctionNumbersForLoa(String name) |
List<String> |
findEstimateNumbersForAbstractEstimate(String name) |
List<String> |
findEstimateNumbersForEstimatePhotograph(String estimateNumber) |
List<String> |
findEstimateNumbersForLoa(String name) |
List<String> |
findLineEstimateNumbers(String name) |
List<org.egov.infra.admin.master.entity.Boundary> |
findWard(String name) |
List<String> |
findWinForEstimatePhotograph(String workIdentificationNumber) |
List<String> |
findworkIdNumbersForLoa(String name) |
List<String> |
findworkIdNumbersToSearchEstimates(String name) |
List<org.egov.commons.CFunction> |
getAllFunctionsByFundIdAndDepartmentId(org.springframework.ui.Model model,
Integer fundId,
Long departmentId) |
List<org.egov.commons.Scheme> |
getAllSchemesByFundId(String fundId) |
String |
getAllSubSchemesBySchemeId(org.springframework.ui.Model model,
String schemeId) |
String |
getAssignmentByDepartmentAndDesignation(Long approvalDesignation,
Long approvalDepartment) |
List<org.egov.model.budget.BudgetGroup> |
getBudgetHeadByFunction(Integer fundId,
Long departmentId,
Long functionId,
Long natureOfWorkId) |
List<org.egov.model.budget.BudgetGroup> |
getBudgetHeadByFunction(Long functionId) |
List<org.egov.infra.admin.master.entity.Boundary> |
getChildBoundariesById(Long id) |
String |
getCreatedByDepartment(Long department) |
org.egov.commons.CFinancialYear |
getFinancilYearById(Long fyId) |
List<org.egov.commons.EgwTypeOfWork> |
getSubTypeOfWork(Long id) |
String |
searchLineEstimatesToCancel(org.springframework.ui.Model model,
org.egov.works.lineestimate.entity.LineEstimateSearchRequest lineEstimateSearchRequest) |
Object |
toSearchLineEstimateForAbstractEstimateResultJson(Object object) |
Object |
toSearchLineEstimateForEstimatePhotograph(Object object) |
Object |
toSearchLineEstimateResultJson(Object object) |
Object |
toSearchLineEstimatesToCancelJson(Object object) |
@RequestMapping(value="/getschemesbyfundid",
method=GET)
@ResponseBody
public List<org.egov.commons.Scheme> getAllSchemesByFundId(@RequestParam(value="fundId")
String fundId)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/getsubschemesbyschemeid/{schemeId}",
method=GET,
produces="application/json")
@ResponseBody
public String getAllSubSchemesBySchemeId(org.springframework.ui.Model model,
@PathVariable
String schemeId)
throws IOException,
NumberFormatException,
org.egov.infra.exception.ApplicationException
IOExceptionNumberFormatExceptionorg.egov.infra.exception.ApplicationException@RequestMapping(value="/getfinancilyearbyid",
method=GET)
@ResponseBody
public org.egov.commons.CFinancialYear getFinancilYearById(@RequestParam(value="fyId")
Long fyId)
@RequestMapping(value="/ajax-getlocation",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.infra.admin.master.entity.Boundary> getChildBoundariesById(@RequestParam
Long id)
@RequestMapping(value="/getsubtypeofwork",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.commons.EgwTypeOfWork> getSubTypeOfWork(@RequestParam(value="id")
Long id)
@RequestMapping(value="/ajax-getward",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.infra.admin.master.entity.Boundary> findWard(@RequestParam(value="name")
String name)
@RequestMapping(value="/ajaxsearch",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxsearch(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.lineestimate.entity.LineEstimateSearchRequest lineEstimateSearchRequest)
@RequestMapping(value="/ajaxsearchlineestimatesforabstractestimate",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxSearchLineEstimatesForAbstractEstimate(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.lineestimate.entity.LineEstimatesForAbstractEstimate lineEstimatesForAbstractEstimate)
public Object toSearchLineEstimateForAbstractEstimateResultJson(Object object)
@RequestMapping(value="/lineEstimateNumbers",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findLineEstimateNumbers(@RequestParam
String name)
@RequestMapping(value="/lineEstimateNumbersForLoa",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findEstimateNumbersForLoa(@RequestParam
String name)
@RequestMapping(value="/lineEstimateNumbersForAbstractEstimate",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findEstimateNumbersForAbstractEstimate(@RequestParam
String name)
@RequestMapping(value="/adminSanctionNumbers",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findAdminSanctionNumbers(@RequestParam
String name)
@RequestMapping(value="/adminSanctionNumbersForLoa",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findAdminSanctionNumbersForLoa(@RequestParam
String name)
@RequestMapping(value="/adminSanctionNumbersForAbstractEstimate",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findAdminSanctionNumbersForAbstractEstimate(@RequestParam
String name)
@RequestMapping(value="/workIdNumbersForLoa",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findworkIdNumbersForLoa(@RequestParam
String name)
@RequestMapping(value="/workIdNumbersForEstimate",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findworkIdNumbersToSearchEstimates(@RequestParam
String name)
@RequestMapping(value="/ajax-assignmentByDepartmentAndDesignation",
method=GET,
produces="application/json")
@ResponseBody
public String getAssignmentByDepartmentAndDesignation(@RequestParam(value="approvalDesignation")
Long approvalDesignation,
@RequestParam(value="approvalDepartment")
Long approvalDepartment)
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="/ajaxsearchcreatedby",
method=GET,
produces="application/json")
@ResponseBody
public String getCreatedByDepartment(@RequestParam(value="department")
Long department)
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 searchLineEstimatesToCancel(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.lineestimate.entity.LineEstimateSearchRequest lineEstimateSearchRequest)
@RequestMapping(value="/ajax-checkifdependantObjectscreated",
method=GET,
produces="application/json")
@ResponseBody
public String checkDependantObjectsCreated(@RequestParam
Long lineEstimateId)
@RequestMapping(value="/getbudgethead",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.model.budget.BudgetGroup> getBudgetHeadByFunction(@RequestParam(value="fundId")
Integer fundId,
@RequestParam(value="departmentId")
Long departmentId,
@RequestParam(value="functionId")
Long functionId,
@RequestParam(value="natureOfWorkId")
Long natureOfWorkId)
@RequestMapping(value="/getbudgetheadbyfunction",
method=GET,
produces="application/json")
@ResponseBody
public List<org.egov.model.budget.BudgetGroup> getBudgetHeadByFunction(@RequestParam(value="functionId")
Long functionId)
@RequestMapping(value="/getfunctionsbyfundidanddepartmentid",
method=GET)
@ResponseBody
public List<org.egov.commons.CFunction> getAllFunctionsByFundIdAndDepartmentId(org.springframework.ui.Model model,
@RequestParam(value="fundId")
Integer fundId,
@RequestParam(value="departmentId")
Long departmentId)
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="/getestimatenumbers-uploadphotographs",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findEstimateNumbersForEstimatePhotograph(@RequestParam
String estimateNumber)
@RequestMapping(value="/getwin-uploadphotographs",
method=GET,
produces="application/json")
@ResponseBody
public List<String> findWinForEstimatePhotograph(@RequestParam
String workIdentificationNumber)
@RequestMapping(value="/searchlineestimateforestimatephotograph",
method=POST,
produces="text/plain")
@ResponseBody
public String ajaxSearchLEForEstimatePhotograph(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.abstractestimate.entity.EstimatePhotographSearchRequest estimatePhotographSearchRequest)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.