| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.entity.enums | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
ProcessStatus |
DemandGenerationLog.getDemandGenerationStatus() |
ProcessStatus |
DemandGenerationLog.getExecutionStatus() |
ProcessStatus |
DemandGenerationLogDetail.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
DemandGenerationLog.setDemandGenerationStatus(ProcessStatus demandGenerationStatus) |
void |
DemandGenerationLog.setExecutionStatus(ProcessStatus executionStatus) |
void |
DemandGenerationLogDetail.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 |
|---|---|
DemandGenerationLog |
DemandGenerationLogService.updateDemandGenerationLog(DemandGenerationLog demandGenerationLog,
ProcessStatus executionStatus,
ProcessStatus demandGenerationStatus) |
void |
DemandGenerationLogService.updateDemandGenerationLogDetail(DemandGenerationLogDetail demandGenerationLogDetail,
ProcessStatus status,
String details) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.