| 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 |
|---|---|
FeeMatrix |
FeeMatrixRepository.findByUniqueNo(String uniqueNo) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrix> |
FeeMatrixRepository.findBySubCategory(LicenseSubCategory subCategory) |
| 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 |
|---|---|
FeeMatrix |
FeeMatrixService.create(FeeMatrix feeMatrix) |
FeeMatrix |
FeeMatrixService.search(FeeMatrix feeMatrix) |
FeeMatrix |
FeeMatrixService.update(FeeMatrix feeMatrix) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrix> |
FeeMatrixService.findAll() |
List<FeeMatrix> |
FeeMatrixService.findBySubCategory(LicenseSubCategory subCategory) |
| Modifier and Type | Method and Description |
|---|---|
FeeMatrix |
FeeMatrixService.create(FeeMatrix feeMatrix) |
FeeMatrixDetail |
FeeMatrixDetailService.findByLicenseFeeByRange(FeeMatrix feeMatrix,
BigDecimal uom,
Date date,
long financialYearId) |
FeeMatrix |
FeeMatrixService.search(FeeMatrix feeMatrix) |
FeeMatrix |
FeeMatrixService.update(FeeMatrix feeMatrix) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.