| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategoryDetails> |
LicenseSubCategory.getLicenseSubCategoryDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseSubCategory.addLicenseSubCategoryDetails(LicenseSubCategoryDetails licenseSubCategoryDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseSubCategory.setLicenseSubCategoryDetails(List<LicenseSubCategoryDetails> licenseSubCategoryDetails) |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategoryDetails |
SubCategoryDetailsRepository.findBySubCategoryIdAndFeeTypeId(Long subCategoryId,
Long feeTypeId) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategoryDetails> |
SubCategoryDetailsRepository.findBySubCategoryId(Long subCategoryId) |
| Modifier and Type | Method and Description |
|---|---|
LicenseSubCategoryDetails |
SubCategoryDetailsService.getSubcategoryDetailBySubcategoryAndFeeType(Long subCategoryId,
Long feeTypeId) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseSubCategoryDetails> |
SubCategoryDetailsService.getSubcategoryDetailsBySubcategoryId(Long subCategoryId) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.