public class CRMBOCustomerEventDefinitionBean extends CRMBODefinition
Constructor and Description |
---|
CRMBOCustomerEventDefinitionBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a customer event definition.
|
java.lang.Boolean |
isPurchaseCustomerEventAutomaticCreationSupported(com.crm.dataobject.financialtransactions.CRMDOInvoice invoice,
com.crm.dataobject.rewards.CRMDOCustomerEventDefinition customerEventDefinition)
Check in the Purchase Customer Events Automation of the customer event active definition if an automatically creation of a purchase customer event is supported.
|
loadActiveDefinition, loadInactiveDefinitions, save, setActiveDefinition, validateOnDelete
isDefault, loadDefault, setDefault
construct, construct, construct, construct, construct, construct, construct, construct, createAndUpdate, delete, delete, delete, getDOName, getDOName, getNextSequenceNumber, getNextSequenceNumber, getNumberScheme, load, load, load, load, load, load, load, load, loadAll, loadAll, loadAll, parseAssociations, save, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSave
dispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBOCustomerEventDefinitionBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public java.lang.Boolean isPurchaseCustomerEventAutomaticCreationSupported(com.crm.dataobject.financialtransactions.CRMDOInvoice invoice, com.crm.dataobject.rewards.CRMDOCustomerEventDefinition customerEventDefinition) throws java.lang.Exception
invoice
- - the invoice that the type of will be evaluate against the types selected in the Purchase Customer Events Automation.customerEventDefinition
- - the active customer event Definitionjava.lang.Exception