| Package | Description |
|---|---|
| org.egov.adtax.entity | |
| org.egov.adtax.repository | |
| org.egov.adtax.service |
| Modifier and Type | Method and Description |
|---|---|
HoardingCategory |
Advertisement.getCategory() |
HoardingCategory |
AdvertisementRate.getCategory() |
HoardingCategory |
SubCategory.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Advertisement.setCategory(HoardingCategory category) |
void |
AdvertisementRate.setCategory(HoardingCategory category) |
void |
SubCategory.setCategory(HoardingCategory category) |
| Modifier and Type | Method and Description |
|---|---|
HoardingCategory |
HoardingCategoryRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<HoardingCategory> |
HoardingCategoryRepository.getAllActiveHoardingCategory() |
List<HoardingCategory> |
HoardingCategoryRepository.getAllHoardingCategory() |
| 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 |
|---|---|
HoardingCategory |
HoardingCategoryService.createHoardingCategory(HoardingCategory category) |
HoardingCategory |
HoardingCategoryService.getCategoryById(Long id) |
HoardingCategory |
HoardingCategoryService.updateHoardingCategory(HoardingCategory category) |
| Modifier and Type | Method and Description |
|---|---|
List<HoardingCategory> |
HoardingCategoryService.getAllActiveHoardingCategory() |
List<HoardingCategory> |
HoardingCategoryService.getAllHoardingCategory() |
| Modifier and Type | Method and Description |
|---|---|
HoardingCategory |
HoardingCategoryService.createHoardingCategory(HoardingCategory category) |
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) |
HoardingCategory |
HoardingCategoryService.updateHoardingCategory(HoardingCategory category) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.