| Package | Description |
|---|---|
| org.egov.adtax.entity | |
| org.egov.adtax.repository | |
| org.egov.adtax.service |
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementDemandGenerationLogDetail> |
AdvertisementDemandGenerationLog.getDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvertisementDemandGenerationLog.addDetails(AdvertisementDemandGenerationLogDetail logDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvertisementDemandGenerationLog.setDetails(List<AdvertisementDemandGenerationLogDetail> details) |
| Modifier and Type | Method and Description |
|---|---|
AdvertisementDemandGenerationLogDetail |
AdTaxDemandGenerationLogDetailRepository.findByDemandGenerationLogIdAndAdvertisementId(Long logId,
Long advertisementId) |
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementDemandGenerationLogDetail> |
AdTaxDemandGenerationLogDetailRepository.findByAdvertisementIdOrderByIdDesc(Long advertisementId) |
List<AdvertisementDemandGenerationLogDetail> |
AdTaxDemandGenerationLogDetailRepository.findByDemandGenerationLogIdOrderByIdDesc(Long demandGenerationLogId) |
| Modifier and Type | Method and Description |
|---|---|
AdvertisementDemandGenerationLogDetail |
AdTaxDemandGenerationLogService.createOrGetDemandGenerationLogDetail(AdvertisementDemandGenerationLog generationLog,
Advertisement advertisement,
ProcessStatus status,
String detailMessage) |
AdvertisementDemandGenerationLogDetail |
AdTaxDemandGenerationLogService.updateDemandGenerationLogDetail(AdvertisementDemandGenerationLogDetail logDetail) |
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementDemandGenerationLogDetail> |
AdTaxDemandGenerationLogService.getDemandGenerationLogDetailByDemandGenerationLog(AdvertisementDemandGenerationLog demandGenerationLog) |
| Modifier and Type | Method and Description |
|---|---|
AdvertisementDemandGenerationLogDetail |
AdTaxDemandGenerationLogService.updateDemandGenerationLogDetail(AdvertisementDemandGenerationLogDetail logDetail) |
| Modifier and Type | Method and Description |
|---|---|
List<AdvertisementDemandStatus> |
AdTaxDemandGenerationLogService.getLogDetailResultList(List<AdvertisementDemandGenerationLogDetail> logDetail,
AdvertisementDemandGenerationLog demandGenerationLog,
List<Long> detailList,
boolean value) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.