public interface FeeMatrixDetailRepositoryCustom
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrixDetail> |
findByParams(Long licenseCategory,
Long subCategory,
Long financialYear) |
FeeMatrixDetail |
findFeeDetailList(FeeMatrix feeMatrix,
Integer uom,
Date appdate,
long financialYearId) |
FeeMatrixDetail findFeeDetailList(FeeMatrix feeMatrix, Integer uom, Date appdate, long financialYearId)
List<FeeMatrixDetail> findByParams(Long licenseCategory, Long subCategory, Long financialYear)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.