public class CRMBORewardParticipantBean extends CRMBO
Constructor and Description |
---|
CRMBORewardParticipantBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a Rewards Participant.
|
java.lang.Boolean |
isInSegment(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
com.crm.dataobject.segments.CRMDOSegment segment)
Return a boolean indicates if the Accounts Receivable of the Rewards Participant is in the segment
|
com.crm.dataobject.rewards.CRMDORewardParticipant |
load(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
Loads a Rewards Participant based on an Accounts Receivable.
|
com.crm.dataobject.rewards.CRMDORewardParticipant |
load(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
java.util.ArrayList<java.lang.String> associations)
Loads a Rewards Participant based on an Accounts Receivable.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.contactinfo.CRMDOContactInformation contactInformation)
Loads a list of Rewards Participants based on a number of criteria.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.contactinfo.CRMDOContactInformation contactInformation,
java.util.ArrayList<java.lang.String> associations)
Loads a list of Rewards Participants based on a number of criteria.
|
com.crm.dataobject.rewards.CRMDORewardParticipant |
loadByNumber(java.lang.String value)
Loads a Rewards Participant based on a number.
|
com.crm.dataobject.rewards.CRMDORewardParticipant |
loadByNumber(java.lang.String value,
java.util.ArrayList<java.lang.String> associations)
Loads a Rewards Participant based on a number.
|
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, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateOnDelete, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSave
dispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBORewardParticipantBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public com.crm.dataobject.rewards.CRMDORewardParticipant loadByNumber(java.lang.String value) throws java.lang.Exception
value
- - the Rewards Participant numberjava.lang.Exception
public com.crm.dataobject.rewards.CRMDORewardParticipant loadByNumber(java.lang.String value, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
value
- - the Rewards Participant numberassociations
- - a list of related Rewards Participant's association objectsjava.lang.Exception
public com.crm.dataobject.rewards.CRMDORewardParticipant load(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
accountReceivable
- - the Rewards Participant Accounts Receivablejava.lang.Exception
public com.crm.dataobject.rewards.CRMDORewardParticipant load(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
accountReceivable
- - the Rewards Participant Accounts Receivableassociations
- - a list of related Rewards Participant's association objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.contactinfo.CRMDOContactInformation contactInformation) throws java.lang.Exception
contactInformation
- - the contact information of the Rewards Participantjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.contactinfo.CRMDOContactInformation contactInformation, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
contactInformation
- - the contact information of the Rewards Participantassociations
- - a list of related Rewards Participant's association objectsjava.lang.Exception
public java.lang.Boolean isInSegment(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, com.crm.dataobject.segments.CRMDOSegment segment) throws java.lang.Exception
accountReceivable
- - the Accounts Receivable of the Rewards Participant to check is included in the segmentsegment
- - the segment to check if the Accounts Receivable of the Rewards Participant in included injava.lang.Exception