| Package | Description |
|---|---|
| org.egov.adtax.entity | |
| org.egov.adtax.entity.enums | |
| org.egov.adtax.service |
| Modifier and Type | Method and Description |
|---|---|
ProcessStatus |
AdvertisementDemandGenerationLog.getDemandGenerationStatus() |
ProcessStatus |
AdvertisementDemandGenerationLog.getExecutionStatus() |
ProcessStatus |
AdvertisementDemandGenerationLogDetail.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvertisementDemandGenerationLog.setDemandGenerationStatus(ProcessStatus demandGenerationStatus) |
void |
AdvertisementDemandGenerationLog.setExecutionStatus(ProcessStatus executionStatus) |
void |
AdvertisementDemandGenerationLogDetail.setStatus(ProcessStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStatus |
ProcessStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessStatus[] |
ProcessStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AdvertisementDemandGenerationLogDetail |
AdTaxDemandGenerationLogService.createOrGetDemandGenerationLogDetail(AdvertisementDemandGenerationLog generationLog,
Advertisement advertisement,
ProcessStatus status,
String detailMessage) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.