Package | Description |
---|---|
com.crm.dataobject.communications | |
com.crm.dataobject.notifications |
Modifier and Type | Method and Description |
---|---|
CommunicationQueueLifeCycleState |
CRMDOCommunicationQueue.getLifeCycleState() |
static CommunicationQueueLifeCycleState |
CommunicationQueueLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationQueueLifeCycleState[] |
CommunicationQueueLifeCycleState.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<CommunicationQueueLifeCycleState> |
CommunicationQueueSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOCommunicationQueue.setLifeCycleState(CommunicationQueueLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
void |
CommunicationQueueSearchCriteria.setLifeCycleStates(java.util.ArrayList<CommunicationQueueLifeCycleState> lifeCycleStates) |
Modifier and Type | Method and Description |
---|---|
CommunicationQueueLifeCycleState |
NotificationHistoryCriterion.getCommunicationQueueLifeCycleState() |
CommunicationQueueLifeCycleState |
NotificationSearchCriteria.getLifeCycleState() |
CommunicationQueueLifeCycleState |
CRMDONotification.getLifeCycleState() |
Modifier and Type | Method and Description |
---|---|
void |
NotificationHistoryCriterion.setCommunicationQueueLifeCycleState(CommunicationQueueLifeCycleState communicationQueueLifeCycleState) |
void |
NotificationSearchCriteria.setLifeCycleState(CommunicationQueueLifeCycleState lifeCycleState) |
void |
CRMDONotification.setLifeCycleState(CommunicationQueueLifeCycleState lifeCycleState) |