| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrixDetail> |
FeeMatrix.getFeeMatrixDetail() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeeMatrix.setFeeMatrixDetail(List<FeeMatrixDetail> feeMatrixDetail) |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrixDetail |
FeeMatrixDetailRepositoryCustom.findFeeDetailList(FeeMatrix feeMatrix,
Integer uom,
Date appdate,
long financialYearId) |
FeeMatrixDetail |
FeeMatrixDetailRepositoryImpl.findFeeDetailList(FeeMatrix feeMatrix,
Integer uom,
Date appdate,
long financialYearId) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrixDetail> |
FeeMatrixDetailRepositoryCustom.findByParams(Long licenseCategory,
Long subCategory,
Long financialYear) |
List<FeeMatrixDetail> |
FeeMatrixDetailRepositoryImpl.findByParams(Long licenseCategory,
Long subCategory,
Long financialYear) |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrixDetail |
FeeMatrixDetailService.findByFeeMatrixDetailId(Long feeMatrixDetailId) |
FeeMatrixDetail |
FeeMatrixDetailService.findByLicenseFeeByRange(FeeMatrix feeMatrix,
BigDecimal uom,
Date date,
long financialYearId) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrixDetail> |
FeeMatrixDetailService.findAll() |
List<FeeMatrixDetail> |
FeeMatrixService.findFeeList(T license) |
List<FeeMatrixDetail> |
FeeMatrixDetailService.searchFeeMatrix(Long licenseCategory,
Long subCategory,
Long financialYear) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeeMatrixDetailService.delete(FeeMatrixDetail feeMatrixDetail) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
AbstractLicenseService.recalculateDemand(List<FeeMatrixDetail> feeList,
T license) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.