| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service | |
| org.egov.tl.utils |
| Modifier and Type | Field and Description |
|---|---|
protected LicenseSubCategory |
License.tradeName |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategory |
FeeMatrix.getSubCategory() |
LicenseSubCategory |
LicenseSubCategoryDetails.getSubCategory() |
LicenseSubCategory |
License.getTradeName() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeeMatrix.setSubCategory(LicenseSubCategory subCategory) |
void |
LicenseSubCategoryDetails.setSubCategory(LicenseSubCategory subCategory) |
void |
License.setTradeName(LicenseSubCategory tradeName) |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategory |
LicenseSubCategoryRepository.findByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
LicenseSubCategoryRepository.findByCategoryIdOrderByNameAsc(Long id) |
List<LicenseSubCategory> |
LicenseSubCategoryRepository.findByLicenseTypeName(String licenseTypeName) |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategory |
LicenseSubCategoryService.getSubCategoryByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
LicenseSubCategoryService.getSubCategoriesByCategory(Long categoryId) |
List<LicenseSubCategory> |
LicenseSubCategoryService.getSubCategoriesByLicenseTypeName(String licenseTypeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseSubCategoryService.createSubCategory(LicenseSubCategory subCategory) |
void |
LicenseSubCategoryService.updateSubCategory(LicenseSubCategory licenseSubCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
LicenseUtils.getAllTradeNames(String simpleName) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.