Package | Description |
---|---|
com.crm.dataobject.jobs | |
com.crm.dataobject.servicerequests |
Modifier and Type | Method and Description |
---|---|
JobLifeCycleState |
CRMDOJobStatus.getLifeCycleState() |
JobLifeCycleState |
CRMDOJob.getLifeCycleState() |
static JobLifeCycleState |
JobLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobLifeCycleState[] |
JobLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<JobLifeCycleState> |
JobSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
JobSearchCriteria.setLifeCycleState(JobLifeCycleState lifeCycleState) |
void |
CRMDOJobStatus.setLifeCycleState(JobLifeCycleState lifeCycleState) |
void |
CRMDOJob.setLifeCycleState(JobLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
void |
JobSearchCriteria.setLifeCycleStates(java.util.ArrayList<JobLifeCycleState> lifeCycleStates) |
Modifier and Type | Method and Description |
---|---|
JobLifeCycleState |
CRMDOServiceRequest.getJobLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOServiceRequest.setJobLifeCycleState(JobLifeCycleState jobLifeCycleState) |