public class CRMBOUsageAllowanceLimitProductBean extends CRMBO
Constructor and Description |
---|
CRMBOUsageAllowanceLimitProductBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a usage allowance limit product
|
com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct |
load(com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.products.CRMDOProductType productType,
com.crm.dataobject.products.CRMDOProductFamily productFamily,
com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit,
java.util.ArrayList<java.lang.String> associations)
Loads a usage allowance limit products by a product family.
|
com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct |
load(com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit,
java.util.ArrayList<java.lang.String> associations)
Loads a usage allowance limit products by a product.
|
com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct |
load(com.crm.dataobject.products.CRMDOProductFamily productFamily,
com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit,
java.util.ArrayList<java.lang.String> associations)
Loads a usage allowance limit products by a product family.
|
com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct |
load(com.crm.dataobject.products.CRMDOProductType productType,
com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit,
java.util.ArrayList<java.lang.String> associations)
Loads a usage allowance limit products by a product type.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit)
Loads a list of usage allowance limit products by a usage allowance limit.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage allowance limit products by a usage allowance limit.
|
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, 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, validateOnSave
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBOUsageAllowanceLimitProductBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit) throws java.lang.Exception
usageAllowanceLimit
- - the usage allowance limit to load the usage allowance limit products forjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
usageAllowanceLimit
- - the usage allowance limit to load the usage allowance limit products forassociations
- - the associations to load withjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct load(com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
product
- - the product to load the usage allowance limit products forassociations
- - the associations to load withjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct load(com.crm.dataobject.products.CRMDOProductType productType, com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
productType
- - the product type to load the usage allowance limit products forassociations
- - the associations to load withjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct load(com.crm.dataobject.products.CRMDOProductFamily productFamily, com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
productFamily
- - the product family to load the usage allowance limit products forusageAllowanceLimit
- - the usage allowance limit to load the usage allowance limit products forassociations
- - the associations to load withjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageAllowanceLimitProduct load(com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.products.CRMDOProductType productType, com.crm.dataobject.products.CRMDOProductFamily productFamily, com.crm.dataobject.billing.CRMDOUsageAllowanceLimit usageAllowanceLimit, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
product
- - the product to load the usage allowance limit products forproductFamily
- - the product family to load the usage allowance limit products forproductType
- - the product type to load the usage allowance limit products forassociations
- - the associations to load withjava.lang.Exception