public class CRMBOWalletAllotmentBean extends CRMBO
| Constructor and Description |
|---|
CRMBOWalletAllotmentBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a wallet allotment.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.wallets.CRMDOWallet wallet) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.wallets.CRMDOWalletAllotmentGroupCondition groupCondition)
Loads a list of allotments of a wallet transaction.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.wallets.CRMDOWalletAllotmentGroupCondition groupCondition,
java.util.ArrayList<java.lang.String> associations)
Loads a list of wallet allotments of a wallet allotment group condition.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.wallets.CRMDOWallet wallet,
java.util.ArrayList<java.lang.String> associations) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.wallets.CRMDOWalletTransaction walletTransaction)
Loads a list of allotments of a wallet transaction.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadPerWalletAllotmentGroupCondition(java.lang.String walletAllotmentGroupConditionID,
java.lang.String walletID)
Loads a list of wallet allotments for a specific wallet and wallet allotment group condition
|
void |
validateAllotmentConditions(com.crm.dataobject.wallets.CRMDOWalletAllotment walletAllotment)
Validates the conditions of a wallet allotment.
|
construct, 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, validateOnSavedeepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContextpublic java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOpublic void validateAllotmentConditions(com.crm.dataobject.wallets.CRMDOWalletAllotment walletAllotment)
throws java.lang.Exception
walletAllotment - - the wallet allotment to validate the conditions ofjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.wallets.CRMDOWalletTransaction walletTransaction)
throws java.lang.Exception
walletTransaction - - the wallet transaction to load the allotments forjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.wallets.CRMDOWalletAllotmentGroupCondition groupCondition)
throws java.lang.Exception
groupCondition - - the wallet transaction to load the allotments forjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.wallets.CRMDOWalletAllotmentGroupCondition groupCondition,
java.util.ArrayList<java.lang.String> associations)
throws java.lang.Exception
groupCondition - - the wallet allotment group condition to load the allotments forassociations - - a list of associated data objectsjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.wallets.CRMDOWallet wallet)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.wallets.CRMDOWallet wallet,
java.util.ArrayList<java.lang.String> associations)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> loadPerWalletAllotmentGroupCondition(java.lang.String walletAllotmentGroupConditionID,
java.lang.String walletID)
throws java.lang.Exception
walletAllotmentGroupConditionID - - the wallet allotment group condition idwalletID - - the wallet idjava.lang.Exception