| Constructor and Description |
|---|
FeeMatrixService(FeeMatrixRepository feeMatrixRepository) |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrix |
create(FeeMatrix feeMatrix) |
List<FeeMatrix> |
findAll() |
List<FeeMatrix> |
findBySubCategory(LicenseSubCategory subCategory) |
List<FeeMatrixDetail> |
findFeeList(T license) |
FeeMatrix |
search(FeeMatrix feeMatrix) |
FeeMatrix |
update(FeeMatrix feeMatrix) |
@Autowired public FeeMatrixService(FeeMatrixRepository feeMatrixRepository)
public List<FeeMatrixDetail> findFeeList(T license)
license - public List<FeeMatrix> findBySubCategory(LicenseSubCategory subCategory)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.