| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service.masters |
| 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) |
LicenseCategory |
LicenseCategoryRepository.findByNameIgnoreCase(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseCategory> |
LicenseCategoryRepository.findAllByOrderByNameAsc() |
| Modifier and Type | Method and Description |
|---|---|
LicenseCategory |
LicenseCategoryService.findById(Long categoryId) |
LicenseCategory |
LicenseCategoryService.findCategoryByCode(String code) |
LicenseCategory |
LicenseCategoryService.findCategoryByName(String name) |
LicenseCategory |
LicenseCategoryService.persistCategory(LicenseCategory licenseCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseCategory> |
LicenseCategoryService.findAll() |
List<LicenseCategory> |
LicenseCategoryService.findAllOrderByName() |
| Modifier and Type | Method and Description |
|---|---|
LicenseCategory |
LicenseCategoryService.persistCategory(LicenseCategory licenseCategory) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.