@Controller @RequestMapping(value="/feematrix") public class ViewFeeMatrixController extends Object
| Constructor and Description |
|---|
ViewFeeMatrixController() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.commons.CFinancialYear> |
financialYears() |
List<org.egov.tl.entity.LicenseCategory> |
licenseCategories() |
String |
search(Long categoryId,
Long subcategoryId,
Long financialYearId) |
String |
searchForm(org.springframework.ui.Model model) |
String |
view(Long id,
org.springframework.ui.Model model) |
@ModelAttribute public List<org.egov.tl.entity.LicenseCategory> licenseCategories()
@ModelAttribute(value="financialYears") public List<org.egov.commons.CFinancialYear> financialYears()
@RequestMapping(value="view/{id}",
method=GET)
public String view(@PathVariable
Long id,
org.springframework.ui.Model model)
@RequestMapping(value="search",
method=GET)
public String searchForm(org.springframework.ui.Model model)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.