Package | Description |
---|---|
com.crm.dataobject.leads |
Modifier and Type | Method and Description |
---|---|
LeadLifeCycleState |
CRMDOLeadDefinition.getLeadLifeCycleStateFilter() |
LeadLifeCycleState |
CRMDOLeadStatus.getLifeCycleState() |
LeadLifeCycleState |
CRMDOLead.getLifeCycleState() |
static LeadLifeCycleState |
LeadLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LeadLifeCycleState[] |
LeadLifeCycleState.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<LeadLifeCycleState> |
LeadSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOLeadDefinition.setLeadLifeCycleStateFilter(LeadLifeCycleState leadLifeCycleStateFilter) |
void |
LeadSearchCriteria.setLifeCycleState(LeadLifeCycleState lifeCycleState) |
void |
CRMDOLeadStatus.setLifeCycleState(LeadLifeCycleState lifeCycleState) |
void |
CRMDOLead.setLifeCycleState(LeadLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
void |
LeadSearchCriteria.setLifeCycleStates(java.util.ArrayList<LeadLifeCycleState> lifeCycleStates) |