public class CRMProcessFinancialStatementCustomerEventBean extends CRMProcessCustomerEventBean
Constructor and Description |
---|
CRMProcessFinancialStatementCustomerEventBean() |
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
applyCommonOperations(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent)
Executes the common operations of the financial statement customer event
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
cancel(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent)
Cancels a financial statement customer event.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
create(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent)
Creates a financial statement customer event
|
java.util.ArrayList<com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent> |
list(com.crm.dataobject.rewards.FinancialStatementCustomerEventSearchCriteria financialStatementCustomerEventSearchCriteria,
java.util.ArrayList<java.lang.String> associations)
Lists financial statement customer events objects based on the given criteria.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
listKeyPerfomanceIndicators(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent)
Lists the key performance indicators of a financial statement customer event
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
newFinancialStatementCustomerEvent(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
Constructs and initializes a new Financial Statement Customer Event.
|
com.crm.dataobject.rewards.CRMDOFinStatementCustomerEventKeyPerformanceIndicator |
newKeyPerformanceIndicator(com.crm.dataobject.rewards.CRMDOCustomerEvent customerEvent)
Instantiates and initializes a new financial statement customer event Key Performance Indicator.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
preview(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent)
Previews a financial statement customer event.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
read(java.lang.String id)
Reads a financial statement customer event by specifying the financial statement customer event ID.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
read(java.lang.String id,
java.util.ArrayList<java.lang.String> associations)
Reads a financial statement customer event by specifying the financial statement customer event ID.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
readByExternalSystemReferenceNumber(java.lang.String externalSystemReferenceNumber)
Reads a financial statement customer event specifying the financial statement customer event external system reference number.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
readByExternalSystemReferenceNumber(java.lang.String externalSystemReferenceNumber,
java.util.ArrayList<java.lang.String> associations)
Reads a financial statement customer event specifying the financial statement customer event external system reference number.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
readByNumber(java.lang.String number)
Reads a financial statement customer event specifying the financial statement customer event number.
|
com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent |
readByNumber(java.lang.String number,
java.util.ArrayList<java.lang.String> associations)
Reads an financial statement customer event specifying the financial statement customer event number.
|
anonymizeContactCustomerEvents, applyPromoCode, getTotalAwardAlternativeAmount, getTotalAwardAmount, isAccessible, isProcessImmediately, isProcessImmediately, validatePromoCode
createCronExpressionFromDate, createCronExpressionFromDate, setMandatoryField
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMProcessFinancialStatementCustomerEventBean()
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent applyCommonOperations(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent) throws java.lang.Exception, com.crm.exception.CannotAccessEntityException
financialStatementCustomerEvent
- - the financial statement event for which common operations will be executedjava.lang.Exception
com.crm.exception.CannotAccessEntityException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent create(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent) throws java.lang.Exception, com.crm.exception.CannotAccessEntityException
financialStatementCustomerEvent
- - the financial statement customer event to createjava.lang.Exception
com.crm.exception.CannotCreateException
com.crm.exception.CannotAccessEntityException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent read(java.lang.String id) throws java.lang.Exception
id
- - the financial statement customer event IDjava.lang.Exception
com.crm.exception.CannotAccessEntityException
com.crm.exception.NotFoundException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent read(java.lang.String id, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception, com.crm.exception.CannotAccessEntityException, com.crm.exception.NotFoundException
id
- - the financial statement customer event IDassociations
- - a list of associated data objectsjava.lang.Exception
com.crm.exception.CannotAccessEntityException
com.crm.exception.NotFoundException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent readByNumber(java.lang.String number) throws java.lang.Exception
number
- - the financial statement customer event numberjava.lang.Exception
com.crm.exception.CannotAccessEntityException
com.crm.exception.NotFoundException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent readByNumber(java.lang.String number, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception, com.crm.exception.CannotAccessEntityException, com.crm.exception.NotFoundException
number
- - the financial statement customer event numberassociations
- - a list of associated data objectsjava.lang.Exception
com.crm.exception.CannotAccessEntityException
com.crm.exception.NotFoundException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent readByExternalSystemReferenceNumber(java.lang.String externalSystemReferenceNumber) throws java.lang.Exception
externalSystemReferenceNumber
- - the financial statement customer event external system reference numberjava.lang.Exception
com.crm.exception.CannotAccessEntityException
com.crm.exception.NotFoundException
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent readByExternalSystemReferenceNumber(java.lang.String externalSystemReferenceNumber, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception, com.crm.exception.CannotAccessEntityException, com.crm.exception.NotFoundException
externalSystemReferenceNumber
- - the financial statement customer event external system reference numberassociations
- - a list of associated data objectsjava.lang.Exception
com.crm.exception.CannotAccessEntityException
com.crm.exception.NotFoundException
public java.util.ArrayList<com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent> list(com.crm.dataobject.rewards.FinancialStatementCustomerEventSearchCriteria financialStatementCustomerEventSearchCriteria, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
financialStatementCustomerEventSearchCriteria
- - the criteria that will be used to load the financial statement customer events objectsassociations
- - a list of associated data objectsjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent cancel(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent) throws java.lang.Exception
financialStatementCustomerEvent
- - the financial statement customer event to be cancelledjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent preview(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent) throws java.lang.Exception
financialStatementCustomerEvent
- - the financial statement customer event to previewjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> listKeyPerfomanceIndicators(com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent financialStatementCustomerEvent) throws java.lang.Exception
financialStatementCustomerEvent
- - the financial statement customer event to load the key performance indicators ofjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOFinStatementCustomerEventKeyPerformanceIndicator newKeyPerformanceIndicator(com.crm.dataobject.rewards.CRMDOCustomerEvent customerEvent) throws java.lang.Exception
customerEvent
- - the financial statement customer event to create the key performance indicator forjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent newFinancialStatementCustomerEvent(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
accountReceivable
- - the account Receivable to use for the Financial Statement Customer Event constructionjava.lang.Exception