| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service | |
| org.egov.tl.service.masters | |
| 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) |
LicenseSubCategory |
LicenseSubCategoryRepository.findByName(String name) |
LicenseSubCategory |
LicenseSubCategoryRepository.findOne(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
LicenseSubCategoryRepository.findAll() |
List<LicenseSubCategory> |
LicenseSubCategoryRepository.findAllByCategoryId(Long id) |
List<LicenseSubCategory> |
LicenseSubCategoryRepository.findByLicenseType_Name(String licenseTypeName) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrix> |
FeeMatrixRepository.findBySubCategory(LicenseSubCategory subCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<FeeMatrix> |
FeeMatrixService.findBySubCategory(LicenseSubCategory subCategory) |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategory |
LicenseSubCategoryService.findById(Long subCategoryId) |
LicenseSubCategory |
LicenseSubCategoryService.findSubCategoryByCode(String code) |
LicenseSubCategory |
LicenseSubCategoryService.findSubCategoryByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
LicenseSubCategoryService.findAll() |
List<LicenseSubCategory> |
LicenseSubCategoryService.findAllSubCategoryByCategory(Long categoryId) |
List<LicenseSubCategory> |
LicenseSubCategoryService.getLicenseSubCategoriesByLicenseTypeName(String licenseTypeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseSubCategoryService.createSubCategory(LicenseSubCategory subCategory) |
void |
LicenseSubCategoryService.updateLicenseSubCategory(LicenseSubCategory licenseSubCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategory> |
LicenseUtils.getAllTradeNames(String simpleName) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.