public class CRMBOBillingTermSchemeAllowedServiceBean extends CRMBO
| Constructor and Description |
|---|
CRMBOBillingTermSchemeAllowedServiceBean()
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 allowed services.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme)
Loads a list of billing term scheme allowed services by a billing term scheme.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme,
java.util.ArrayList<java.lang.String> associations)
Loads a list of billing term scheme allowed services by a billing term scheme.
|
com.crm.dataobject.billing.CRMDOBillingTermSchemeAllowedService |
load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme,
com.crm.dataobject.products.CRMDOProduct product)
Loads a list of billing term scheme allowed services by a billing term scheme.
|
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 CRMBOBillingTermSchemeAllowedServiceBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations in class CRMBOpublic java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme)
throws java.lang.Exception
billingTermScheme - - the billing term scheme to load the billing term scheme allowed services forjava.lang.Exceptionpublic com.crm.dataobject.billing.CRMDOBillingTermSchemeAllowedService load(com.crm.dataobject.billing.CRMDOBillingTermScheme billingTermScheme,
com.crm.dataobject.products.CRMDOProduct product)
throws java.lang.Exception
billingTermScheme - - the billing term scheme to load the billing term scheme allowed services forjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> 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 allowed services forassociations - - a list of associated data objectsjava.lang.Exception