public class CRMBOBillingTermSchemePricingRuleBean extends CRMBOConfigurationEntity
| Constructor and Description |
|---|
CRMBOBillingTermSchemePricingRuleBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a billing term scheme pricing rule.
|
com.crm.dataobject.billing.CRMDOBillingTermSchemePricingRule |
load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme)
Loads yhe billing term scheme pricing rule of a billing term scheme.
|
com.crm.dataobject.billing.CRMDOBillingTermSchemePricingRule |
load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme,
java.util.ArrayList<java.lang.String> associations)
Loads the billing term scheme pricing rule of a billing term scheme.
|
isDefault, loadDefault, setDefaultconstruct, 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, load, load, load, load, load, loadAll, loadAll, loadAll, loadAllEntityStatusDO, loadAllEntityStatusDO, loadDataObject, loadDataObject, loadDataObject, loadDataObjects, loadDataObjects, loadEntityCategoryDO, loadEntityCategoryDO, loadEntityDO, loadEntityDO, loadEntityStatusDO, loadEntityStatusDO, parseAssociations, 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 CRMBOBillingTermSchemePricingRuleBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOConfigurationEntitypublic com.crm.dataobject.billing.CRMDOBillingTermSchemePricingRule load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme)
throws java.lang.Exception
billingTermScheme - - the billing term scheme to load the billing term scheme pricing rule forjava.lang.Exceptionpublic com.crm.dataobject.billing.CRMDOBillingTermSchemePricingRule load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme,
java.util.ArrayList<java.lang.String> associations)
throws java.lang.Exception
billingTermScheme - - the billing term scheme to load the billing term scheme pricing rule forassociations - - a list of associated data objectsjava.lang.Exception