@Controller @RequestMapping(value="/reports/estimateabstractreport") public class EstimateAbstractReportController extends Object
| Constructor and Description |
|---|
EstimateAbstractReportController() |
| Modifier and Type | Method and Description |
|---|---|
String |
departmentWiseShowSearchForm(org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport,
org.springframework.ui.Model model) |
String |
typeOfWorkWiseShowSearchForm(org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport,
org.springframework.ui.Model model) |
@RequestMapping(value="/departmentwise-searchform",
method=GET)
public String departmentWiseShowSearchForm(@ModelAttribute
org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationException@RequestMapping(value="/typeofworkwise-searchform",
method=GET)
public String typeOfWorkWiseShowSearchForm(@ModelAttribute
org.egov.works.reports.entity.EstimateAbstractReport estimateAbstractReport,
org.springframework.ui.Model model)
throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.