@Controller
@RequestMapping(value="/feematrix/update/{id}")
public class UpdateFeeMatrixController
extends Object
| Constructor and Description |
|---|
UpdateFeeMatrixController() |
| Modifier and Type | Method and Description |
|---|---|
String |
edit() |
org.egov.tl.entity.FeeMatrix |
feeMatrix(Long id) |
List<org.egov.commons.CFinancialYear> |
financialYears() |
List<org.egov.tl.entity.LicenseAppType> |
licenseAppTypes() |
List<org.egov.tl.entity.LicenseCategory> |
licenseCategories() |
List<org.egov.tl.entity.NatureOfBusiness> |
natureOfBusinesses() |
String |
update(org.egov.tl.entity.FeeMatrix feeMatrix,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttribs) |
@ModelAttribute
public org.egov.tl.entity.FeeMatrix feeMatrix(@PathVariable
Long id)
@ModelAttribute public List<org.egov.tl.entity.LicenseCategory> licenseCategories()
@ModelAttribute public List<org.egov.tl.entity.NatureOfBusiness> natureOfBusinesses()
@ModelAttribute(value="financialYears") public List<org.egov.commons.CFinancialYear> financialYears()
@ModelAttribute public List<org.egov.tl.entity.LicenseAppType> licenseAppTypes()
@RequestMapping(method=GET) public String edit()
@RequestMapping(method=POST) public String update(@ModelAttribute org.egov.tl.entity.FeeMatrix feeMatrix, org.springframework.validation.BindingResult bindingResult, org.springframework.web.servlet.mvc.support.RedirectAttributes responseAttribs)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.