@Controller @RequestMapping(value="/reports") public class AjaxEstimateAbstractReportController extends Object
| Constructor and Description |
|---|
AjaxEstimateAbstractReportController() |
| Modifier and Type | Method and Description |
|---|---|
String |
showSearchEstimateAbstractReportByDepartment(org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport,
org.springframework.ui.Model model) |
String |
showSearchEstimateAbstractReportByTypeOfWork(org.springframework.ui.Model model,
org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport) |
Object |
toSearchEstimateAbstractReportJson(Object object) |
public AjaxEstimateAbstractReportController()
@RequestMapping(value="/ajax-estimateabstractreportbydepartmentwise",
method=POST,
produces="text/plain")
@ResponseBody
public String showSearchEstimateAbstractReportByDepartment(@ModelAttribute
org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport,
org.springframework.ui.Model model)
@RequestMapping(value="/ajax-estimateabstractreportbytypeofworkwise",
method=POST,
produces="text/plain")
@ResponseBody
public String showSearchEstimateAbstractReportByTypeOfWork(org.springframework.ui.Model model,
@ModelAttribute
org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.