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, validatePromoCodecreateCronExpressionFromDate, createCronExpressionFromDate, setMandatoryFielddeepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContextpublic 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.Exceptioncom.crm.exception.CannotAccessEntityExceptionpublic 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.Exceptioncom.crm.exception.CannotCreateExceptioncom.crm.exception.CannotAccessEntityExceptionpublic com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent read(java.lang.String id)
throws java.lang.Exception
id - - the financial statement customer event IDjava.lang.Exceptioncom.crm.exception.CannotAccessEntityExceptioncom.crm.exception.NotFoundExceptionpublic 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.Exceptioncom.crm.exception.CannotAccessEntityExceptioncom.crm.exception.NotFoundExceptionpublic com.crm.dataobject.rewards.CRMDOFinancialStatementCustomerEvent readByNumber(java.lang.String number)
throws java.lang.Exception
number - - the financial statement customer event numberjava.lang.Exceptioncom.crm.exception.CannotAccessEntityExceptioncom.crm.exception.NotFoundExceptionpublic 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.Exceptioncom.crm.exception.CannotAccessEntityExceptioncom.crm.exception.NotFoundExceptionpublic 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.Exceptioncom.crm.exception.CannotAccessEntityExceptioncom.crm.exception.NotFoundExceptionpublic 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.Exceptioncom.crm.exception.CannotAccessEntityExceptioncom.crm.exception.NotFoundExceptionpublic 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.Exceptionpublic 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.Exceptionpublic 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.Exceptionpublic 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.Exceptionpublic 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.Exceptionpublic 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