| Package | Description |
|---|---|
| org.egov.stms.entity | |
| org.egov.stms.masters.entity.enums | |
| org.egov.stms.transactions.service |
| Modifier and Type | Method and Description |
|---|---|
SewerageProcessStatus |
SewerageDemandGenerationLog.getDemandGenerationStatus() |
SewerageProcessStatus |
SewerageDemandGenerationLog.getExecutionStatus() |
SewerageProcessStatus |
SewerageDemandGenerationLogDetail.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
SewerageDemandGenerationLog.setDemandGenerationStatus(SewerageProcessStatus demandGenerationStatus) |
void |
SewerageDemandGenerationLog.setExecutionStatus(SewerageProcessStatus executionStatus) |
void |
SewerageDemandGenerationLogDetail.setStatus(SewerageProcessStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static SewerageProcessStatus |
SewerageProcessStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SewerageProcessStatus[] |
SewerageProcessStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SewerageDemandGenerationLogDetail |
SewerageDemandGenerationLogService.createOrGetDemandGenerationLogDetail(SewerageDemandGenerationLog demandGenerationLog,
SewerageApplicationDetails applicationDetails,
SewerageProcessStatus status,
String detailMsg)
Note:Do not add @Transactional
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.