public class CRMBOWebCustomerEventBean extends CRMBOCustomerEventBean
Constructor and Description |
---|
CRMBOWebCustomerEventBean() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a web customer event.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.rewards.CRMDORewardParticipant participant,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
com.crm.dataobject.rewards.CRMDOCustomerEventClassification classification,
java.util.ArrayList<java.lang.String> associations)
Loads a list of web customer events based on a number of criteria.
|
com.crm.dataobject.rewards.CRMDOWebCustomerEvent |
loadByExternalSystemReferenceNumber(java.lang.String externalSystemReferenceNumber,
java.util.ArrayList<java.lang.String> associations)
Loads a web customer event by an external system reference number.
|
com.crm.dataobject.rewards.CRMDOWebCustomerEvent |
loadByNumber(java.lang.String number)
Loads a web customer event by a number.
|
com.crm.dataobject.rewards.CRMDOWebCustomerEvent |
loadByNumber(java.lang.String number,
java.util.ArrayList<java.lang.String> associations)
Loads a web customer event by a number.
|
applyPaymentMediumBrandAutomationRules, applyPaymentMediumIdentifierAutomationRules, applyPaymentMediumTypeAutomationRules, cancel, construct, isProcessImmediately, validateOnCancel, validateUniqueness
construct, construct, construct, construct, construct, construct, construct, construct, createAndUpdate, delete, delete, delete, getDOName, getDOName, getNextSequenceNumber, getNextSequenceNumber, getNumberScheme, isAssignable, load, load, load, load, load, load, load, load, load, loadAll, loadAll, loadAll, loadAllEntityStatusDO, loadAllEntityStatusDO, loadDataObject, loadDataObject, loadDataObject, loadDataObjects, loadEntityCategoryDO, loadEntityCategoryDO, loadEntityDO, loadEntityDO, loadEntityStatusDO, loadEntityStatusDO, parseAssociations, parseAssociations, save, save, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateApprovalRequestEntity, validateFormatSettings, validateFormatSettings, validateOnDelete, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSave
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBOCustomerEventBean
public com.crm.dataobject.rewards.CRMDOWebCustomerEvent loadByNumber(java.lang.String number) throws java.lang.Exception
number
- - the number of the web customer event to loadjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOWebCustomerEvent loadByNumber(java.lang.String number, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
number
- - the number of the web customer event to loadassociations
- - a list of associated data objectsjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOWebCustomerEvent loadByExternalSystemReferenceNumber(java.lang.String externalSystemReferenceNumber, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
externalSystemReferenceNumber
- - the number of the web customer event to loadassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.rewards.CRMDORewardParticipant participant, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, com.crm.dataobject.rewards.CRMDOCustomerEventClassification classification, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
participant
- - the Rewards Participant of the web customer eventaccountReceivable
- - the Accounts Receivable of the participant of the web customer eventclassification
- - the customer event classification of the web customer eventassociations
- - the associations related to the web customer eventjava.lang.Exception