| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrix |
FeeMatrixDetail.getFeeMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeeMatrixDetail.setFeeMatrix(FeeMatrix feeMatrix) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FeeMatrix> |
FeeMatrixRepositoryCustom.findFeeMatrix(License license,
NatureOfBusiness natureOfBusiness,
FeeType feeType,
LicenseAppType appType,
Date effectiveDate) |
Optional<FeeMatrix> |
FeeMatrixRepositoryImpl.findFeeMatrix(License license,
NatureOfBusiness natureOfBusiness,
FeeType feeType,
LicenseAppType appType,
Date effectiveDate) |
List<FeeMatrix> |
FeeMatrixRepositoryCustom.searchFeeMatrix(Long categoryId,
Long subcategoryId,
Long financialYearId) |
List<FeeMatrix> |
FeeMatrixRepositoryImpl.searchFeeMatrix(Long categoryId,
Long subcategoryId,
Long financialYearId) |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrix |
FeeMatrixService.create(FeeMatrix feeMatrix) |
FeeMatrix |
FeeMatrixService.getFeeMatrixById(Long id) |
FeeMatrix |
FeeMatrixService.update(FeeMatrix feeMatrix) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrix> |
FeeMatrixService.getFeeMatrix(Long licenseCategory,
Long subCategory,
Long financialYear) |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrix |
FeeMatrixService.create(FeeMatrix feeMatrix) |
FeeMatrix |
FeeMatrixService.update(FeeMatrix feeMatrix) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.