| Package | Description |
|---|---|
| org.egov.adtax.entity | |
| org.egov.adtax.repository | |
| org.egov.adtax.service |
| Modifier and Type | Method and Description |
|---|---|
SubCategory |
Advertisement.getSubCategory() |
SubCategory |
AdvertisementRate.getSubCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Advertisement.setSubCategory(SubCategory subCategory) |
void |
AdvertisementRate.setSubCategory(SubCategory subCategory) |
| Modifier and Type | Method and Description |
|---|---|
SubCategory |
SubCategoryRepository.findByCode(String code) |
SubCategory |
SubCategoryRepository.findByDescription(String description) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCategory> |
SubCategoryRepository.getAllActiveSubCategory() |
List<SubCategory> |
SubCategoryRepository.getAllActiveSubCategoryByCategoryId(Long categoryId) |
List<SubCategory> |
SubCategoryRepository.getAllSubCategory() |
List<SubCategory> |
SubCategoryRepository.getAllSubCategoryByCategoryId(Long categoryId) |
List<SubCategory> |
SubCategoryRepository.searchSubcategoryByCategoryIdAndSubCategoryId(Long category,
Long subCategoryId) |
| Modifier and Type | Method and Description |
|---|---|
AdvertisementRate |
AdvertisementRateRepository.findScheduleOfRateByCategorySubcategoryUomAndClass(HoardingCategory category,
SubCategory subCategory,
UnitOfMeasure unitOfMeasure,
RatesClass ratesClass,
org.egov.commons.CFinancialYear financialYear) |
List<AdvertisementRatesDetails> |
AdvertisementRateDetailRepository.findScheduleOfRateDetailsByCategorySubcategoryUomAndClass(HoardingCategory category,
SubCategory subCategory,
UnitOfMeasure unitOfMeasure,
RatesClass ratesClass,
org.egov.commons.CFinancialYear financialYear) |
Double |
AdvertisementRateDetailRepository.getAmountByCategorySubcategoryUomAndClass(HoardingCategory category,
SubCategory subCategory,
UnitOfMeasure unitOfMeasure,
RatesClass ratesClass,
Double units,
org.egov.commons.CFinancialYear financialYear) |
| Modifier and Type | Method and Description |
|---|---|
SubCategory |
SubCategoryService.createSubCategory(SubCategory subCategory) |
SubCategory |
SubCategoryService.getSubCategoryById(Long id) |
SubCategory |
SubCategoryService.updateSubCategory(SubCategory subCategory) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCategory> |
SubCategoryService.getAllActiveSubCategoryByCategoryId(Long categoryId) |
List<SubCategory> |
SubCategoryService.getAllSubCategory() |
| Modifier and Type | Method and Description |
|---|---|
SubCategory |
SubCategoryService.createSubCategory(SubCategory subCategory) |
AdvertisementRate |
AdvertisementRateService.findScheduleOfRateByCategorySubcategoryUomAndClass(HoardingCategory category,
SubCategory subCategory,
UnitOfMeasure unitofmeasure,
RatesClass classtype,
org.egov.commons.CFinancialYear financialYear) |
List<AdvertisementRatesDetails> |
AdvertisementRateService.findScheduleOfRateDetailsByCategorySubcategoryUomAndClass(HoardingCategory category,
SubCategory subCategory,
UnitOfMeasure unitOfMeasure,
RatesClass ratesClass,
org.egov.commons.CFinancialYear financialYear) |
Double |
AdvertisementRateService.getAmountByCategorySubcategoryUomAndClass(HoardingCategory category,
SubCategory subCategory,
UnitOfMeasure unitofmeasure,
RatesClass classtype,
Double units,
org.egov.commons.CFinancialYear financialYear) |
SubCategory |
SubCategoryService.updateSubCategory(SubCategory subCategory) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.