public class FeeMatrixRepositoryImpl extends Object implements FeeMatrixRepositoryCustom
| Constructor and Description |
|---|
FeeMatrixRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Optional<FeeMatrix> |
findFeeMatrix(License license,
NatureOfBusiness natureOfBusiness,
FeeType feeType,
LicenseAppType appType,
Date effectiveDate) |
List<FeeMatrix> |
searchFeeMatrix(Long categoryId,
Long subcategoryId,
Long financialYearId) |
public List<FeeMatrix> searchFeeMatrix(Long categoryId, Long subcategoryId, Long financialYearId)
searchFeeMatrix in interface FeeMatrixRepositoryCustompublic Optional<FeeMatrix> findFeeMatrix(License license, NatureOfBusiness natureOfBusiness, FeeType feeType, LicenseAppType appType, Date effectiveDate)
findFeeMatrix in interface FeeMatrixRepositoryCustomCopyright © 2015–2017 eGovernments Foundation. All rights reserved.