public class CRMBOAccountPresentmentPreferenceBean extends CRMBO
Constructor and Description |
---|
CRMBOAccountPresentmentPreferenceBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of an account presentment preference.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.accounts.CRMDOAccountReceivable account)
Loads a list of account presentment preferences by an account.
|
com.crm.dataobject.accounts.CRMDOAccountPresentmentPreference |
load(com.crm.dataobject.accounts.CRMDOAccountReceivable account,
com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
Loads the account presentment preference for an account and a presentment preference.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadActive(com.crm.dataobject.accounts.CRMDOAccountReceivable account)
Loads the active account presentment preference for an account
|
com.crm.dataobject.accounts.CRMDOAccountPresentmentPreference |
loadActive(com.crm.dataobject.accounts.CRMDOAccountReceivable account,
com.crm.dataobject.accounts.PresentmentMethod presentmentMethod)
Loads the active account presentment preference for an account and a presentment method.
|
com.crm.dataobject.accounts.CRMDOAccountPresentmentPreference |
loadActiveByType(com.crm.dataobject.accounts.CRMDOAccountReceivable account,
java.lang.String type)
Loads the active account presentment preference for an account and a type
|
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 CRMBOAccountPresentmentPreferenceBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.accounts.CRMDOAccountReceivable account) throws java.lang.Exception
account
- - the account to load byjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadActive(com.crm.dataobject.accounts.CRMDOAccountReceivable account) throws java.lang.Exception
account
- - the account to load the active presentment preference forjava.lang.Exception
public com.crm.dataobject.accounts.CRMDOAccountPresentmentPreference loadActiveByType(com.crm.dataobject.accounts.CRMDOAccountReceivable account, java.lang.String type) throws java.lang.Exception
account
- - the account to load the active presentment preference fortype
- - the type to load the active presentment preference forjava.lang.Exception
public com.crm.dataobject.accounts.CRMDOAccountPresentmentPreference load(com.crm.dataobject.accounts.CRMDOAccountReceivable account, com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference) throws java.lang.Exception
account
- - the account to load the presentment preference forpresentmentPreference
- - the presentment preference to load the presentment preference forjava.lang.Exception
public com.crm.dataobject.accounts.CRMDOAccountPresentmentPreference loadActive(com.crm.dataobject.accounts.CRMDOAccountReceivable account, com.crm.dataobject.accounts.PresentmentMethod presentmentMethod) throws com.crm.exception.businessnetwork.CannotViewRecordException, java.lang.Exception
account
- - the account to load the active presentment preference forpresentmentMethod
- - the presentment method to load the presentment preference forjava.lang.Exception
com.crm.exception.businessnetwork.CannotViewRecordException