| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Field and Description |
|---|---|
protected LicenseCategory |
License.category |
| Modifier and Type | Method and Description |
|---|---|
LicenseCategory |
License.getCategory() |
LicenseCategory |
LicenseSubCategory.getCategory() |
LicenseCategory |
FeeMatrix.getLicenseCategory() |
LicenseCategory |
Validity.getLicenseCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
License.setCategory(LicenseCategory category) |
void |
LicenseSubCategory.setCategory(LicenseCategory category) |
void |
FeeMatrix.setLicenseCategory(LicenseCategory licenseCategory) |
void |
Validity.setLicenseCategory(LicenseCategory licenseCategory) |
| Modifier and Type | Method and Description |
|---|---|
LicenseCategory |
LicenseCategoryRepository.findByCodeIgnoreCase(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseCategory> |
LicenseCategoryRepository.findAllByOrderByNameAsc() |
| Modifier and Type | Method and Description |
|---|---|
LicenseCategory |
LicenseCategoryService.getCategoryByCode(String code) |
LicenseCategory |
LicenseCategoryService.saveCategory(LicenseCategory licenseCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseCategory> |
LicenseCategoryService.getCategories() |
List<LicenseCategory> |
LicenseCategoryService.getCategoriesOrderByName() |
| Modifier and Type | Method and Description |
|---|---|
LicenseCategory |
LicenseCategoryService.saveCategory(LicenseCategory licenseCategory) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.