Package | Description |
---|---|
com.crm.dataobject.activities | |
com.crm.dataobject.jobs | |
com.crm.dataobject.leads | |
com.crm.dataobject.resourcescheduling | |
com.crm.dataobject.servicerequests |
Modifier and Type | Method and Description |
---|---|
ActivityLifeCycleState |
CRMDOActivityStatus.getLifeCycleState() |
ActivityLifeCycleState |
CRMDOActivity.getLifeCycleState() |
static ActivityLifeCycleState |
ActivityLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivityLifeCycleState[] |
ActivityLifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CRMDOActivityStatus.setLifeCycleState(ActivityLifeCycleState lifeCycleState) |
void |
CRMDOActivity.setLifeCycleState(ActivityLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
ActivityLifeCycleState |
CRMDOJob.getActivityLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOJob.setActivityLifeCycleState(ActivityLifeCycleState activityLifeCycleState) |
Modifier and Type | Method and Description |
---|---|
ActivityLifeCycleState |
CRMDOLead.getActivityLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOLead.setActivityLifeCycleState(ActivityLifeCycleState activityLifeCycleState) |
Modifier and Type | Method and Description |
---|---|
ActivityLifeCycleState |
ResSchDefActivityServiceCondition.getActivityLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
ResSchDefActivityServiceCondition.setActivityLifeCycleState(ActivityLifeCycleState activityLifeCycleState) |
Modifier and Type | Method and Description |
---|---|
ActivityLifeCycleState |
CRMDOServiceRequest.getActivityLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOServiceRequest.setActivityLifeCycleState(ActivityLifeCycleState activityLifeCycleState) |