Package | Description |
---|---|
com.crm.dataobject.accounts | |
com.crm.dataobject.financialtransactions |
Modifier and Type | Method and Description |
---|---|
FinancialTransactionLifeCycleState |
CRMDOAccountReceivable.getFtLifeCycleStateFilter() |
FinancialTransactionLifeCycleState |
CRMDOAccountReceivable.getPaymentLifeCycleStateFilter() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDOAccountReceivable.setFtLifeCycleStateFilter(FinancialTransactionLifeCycleState ftLifeCycleStateFilter) |
void |
CRMDOAccountReceivable.setPaymentLifeCycleStateFilter(FinancialTransactionLifeCycleState paymentLifeCycleStateFilter) |
Modifier and Type | Method and Description |
---|---|
FinancialTransactionLifeCycleState |
CRMDOFinancialTransaction.getLifeCycleState() |
static FinancialTransactionLifeCycleState |
FinancialTransactionLifeCycleState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FinancialTransactionLifeCycleState[] |
FinancialTransactionLifeCycleState.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<FinancialTransactionLifeCycleState> |
FinancialTransactionSearchCriteria.getLifeCycleStates() |
Modifier and Type | Method and Description |
---|---|
void |
FinancialTransactionSearchCriteria.setLifeCycleState(FinancialTransactionLifeCycleState lifeCycleState) |
void |
CRMDOFinancialTransaction.setLifeCycleState(FinancialTransactionLifeCycleState lifeCycleState) |
Modifier and Type | Method and Description |
---|---|
void |
FinancialTransactionSearchCriteria.setLifeCycleStates(java.util.ArrayList<FinancialTransactionLifeCycleState> lifeCycleStates) |