| Package | Description |
|---|---|
| com.crm.dataobject.inventory |
| Modifier and Type | Method and Description |
|---|---|
InstalledItemLifeCycleState |
CRMDOInstalledItemChangeHistory.getFromState() |
InstalledItemLifeCycleState |
CRMDOInstalledItem.getState() |
InstalledItemLifeCycleState |
CRMDOInstalledItemChangeHistory.getToState() |
static InstalledItemLifeCycleState |
InstalledItemLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstalledItemLifeCycleState[] |
InstalledItemLifeCycleState.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<InstalledItemLifeCycleState> |
InstalledItemSearchCriteria.getLifeCycleStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
CRMDOInstalledItemChangeHistory.setFromState(InstalledItemLifeCycleState fromState) |
void |
InstalledItemSearchCriteria.setLifeCycleState(InstalledItemLifeCycleState lifeCycleState) |
void |
CRMDOInstalledItem.setState(InstalledItemLifeCycleState state) |
void |
CRMDOInstalledItemChangeHistory.setToState(InstalledItemLifeCycleState toState) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstalledItemSearchCriteria.setLifeCycleStates(java.util.ArrayList<InstalledItemLifeCycleState> lifeCycleStates) |