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, validateOnSavedispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic CRMBORewardParticipantBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOpublic com.crm.dataobject.rewards.CRMDORewardParticipant loadByNumber(java.lang.String value)
throws java.lang.Exception
value - - the Rewards Participant numberjava.lang.Exceptionpublic 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.Exceptionpublic com.crm.dataobject.rewards.CRMDORewardParticipant load(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
throws java.lang.Exception
accountReceivable - - the Rewards Participant Accounts Receivablejava.lang.Exceptionpublic 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.Exceptionpublic 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.Exceptionpublic 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.Exceptionpublic 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