| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
FeeMatrix.getFeeType() |
FeeType |
LicenseSubCategoryDetails.getFeeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeeMatrix.setFeeType(FeeType feeType) |
void |
LicenseSubCategoryDetails.setFeeType(FeeType feeType) |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
FeeTypeRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
FeeTypeService.create(FeeType feeType) |
FeeType |
FeeTypeService.findById(Long id) |
FeeType |
FeeTypeService.findByName(String name) |
FeeType |
FeeTypeService.update(FeeType feeType) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeType> |
FeeTypeService.findAll() |
| Modifier and Type | Method and Description |
|---|---|
FeeType |
FeeTypeService.create(FeeType feeType) |
FeeType |
FeeTypeService.update(FeeType feeType) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.