public class CRMBOUsageServiceCatalogBean extends CRMBO
Constructor and Description |
---|
CRMBOUsageServiceCatalogBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
allowModification(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) |
java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalogService> |
changeRates(java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalogService> usageServices,
java.math.BigDecimal percentage)
Changes the rates of a list of usage services.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
copy(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Creates a copy of a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
copy(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
java.lang.Boolean copyRates)
Creates a copy of a usage service catalog.
|
java.lang.Boolean |
evaluateExpirationDate(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
java.util.Date validationDate) |
java.lang.Boolean |
evaluateTermedServiceBasedCriteria(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.subscriptions.CRMDOSubscription subscription,
com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.subscriptions.CRMDOSubscriptionService subscriptionService) |
java.lang.String |
getCurrentVersionID(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Returns the id of the current usage service catalog.
|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Gets the default association data objects of the usage service catalog.
|
java.lang.String |
getFirstVersionID(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Returns the id of the first usage service catalog.
|
java.lang.String |
getLatestVersionID(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Returns the id of the latest usage service catalog.
|
java.util.ArrayList<UsageServiceTieredPeriod> |
getUsageServiceTieredPeriods(com.crm.dataobject.billing.CRMDOUdr udr,
com.crm.dataobject.billing.CRMDOBillingTerm billingTerm,
com.crm.dataobject.billing.CRMDOBillingTermDefinition billingTermDefinition,
com.crm.dataobject.billing.CRMDOUsageServiceCatalogDefinition serviceCatalogDefinition,
java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalog> usageServiceCatalogs,
java.util.ArrayList<com.crm.dataobject.CRMDO> autoApplyDiscountDefinitions,
java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.String>> entityIDsPerSegment) |
java.util.ArrayList<UsageServiceTieredPeriod> |
getUsageServiceTieredPeriods(com.crm.dataobject.billing.CRMDOUdr udr,
com.crm.dataobject.billing.CRMDOBillingTerm billingTerm,
com.crm.dataobject.billing.CRMDOBillingTermDefinition billingTermDefinition,
com.crm.dataobject.billing.CRMDOUsageServiceCatalogDefinition serviceCatalogDefinition,
java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalog> usageServiceCatalogs,
java.util.ArrayList<com.crm.dataobject.CRMDO> autoApplyDiscountDefinitions,
java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.String>> entityIDsPerSegment,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
com.crm.dataobject.platform.CRMDOTaxDefinition taxDefinition) |
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
getValidUsageServiceCatalog(com.crm.dataobject.billing.CRMDOUdr udr,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalog> usageServiceCatalogs)
Returns the valid usage service catalog.
|
java.lang.Boolean |
isAsOfDateValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
java.util.Date asOfDate)
Checks if the usage service catalog is valid on a given date.
|
java.lang.Boolean |
isRelatedWithCorporateAccount(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
java.lang.String id,
java.lang.String name) |
java.lang.Boolean |
isRelatedWithCorporateAccount(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) |
java.lang.Boolean |
isRelatedWithCorporateAccount(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) |
java.lang.Boolean |
isRelatedWithRatedBillingItem(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Returns if a usage service catalog is related with a rated billing item.
|
java.lang.Boolean |
isTermedServicesCriteriaValid(java.util.Set<com.crm.dataobject.products.ProductCriterion> termedServicesCriteria,
com.crm.dataobject.products.CRMDOProduct product) |
java.lang.Boolean |
isUsedByMeterReadingType(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Checks if the given usage service catalog is used by a meter reading type.
|
java.lang.Boolean |
isUsedByUDR(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
Checks if the given usage service catalog is used by a udr.
|
java.lang.Boolean |
isUsedByUDR(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
java.lang.Boolean onlyUnprocessed)
Checks if the given usage service catalog is used by a udr.
|
java.lang.Boolean |
isUsedByUnprocessedUDR(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
Checks if the given usage service catalog is used by a udr.
|
java.lang.Boolean |
isValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
com.crm.dataobject.subscriptions.CRMDOSubscription subscription,
com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.priceplan.CRMDOPricePlan pricePlan,
com.crm.dataobject.billing.CRMDOBillingTerm billingTerm) |
java.lang.Boolean |
isValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
com.crm.dataobject.subscriptions.CRMDOSubscription subscription,
com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.priceplan.CRMDOPricePlan pricePlan,
com.crm.dataobject.billing.CRMDOBillingTerm billingTerm,
com.crm.dataobject.subscriptions.CRMDOSubscriptionService subscriptionService) |
java.lang.Boolean |
isValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable,
com.crm.dataobject.subscriptions.CRMDOSubscription subscription,
com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.priceplan.CRMDOPricePlan pricePlan,
com.crm.dataobject.billing.CRMDOBillingTerm billingTerm,
com.crm.dataobject.subscriptions.CRMDOSubscriptionService subscriptionService,
java.util.Date validationDate) |
java.lang.Boolean |
isValidInstalledItemRequirement(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.subscriptions.CRMDOSubscriptionInstalledItem subscriptionInstalledItem) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.products.CRMDOProduct product)
Loads a list of usage service catalogs based on product.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.products.CRMDOProduct product,
com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations,
java.lang.Boolean excludeCorporateUsageServiceCatalogs)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations,
java.lang.Boolean excludeCorporateUsageServiceCatalogs,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(java.lang.Integer numberOfResults,
java.lang.Integer offset,
java.lang.String orderby,
com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(java.lang.Integer numberOfResults,
java.lang.Integer offset,
java.lang.String orderby,
com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(java.lang.Integer numberOfResults,
java.lang.Integer offset,
java.lang.String orderby,
com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
com.crm.dataobject.products.CRMDOProduct product,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(java.lang.Integer numberOfResults,
java.lang.Integer offset,
java.lang.String orderby,
com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
com.crm.dataobject.products.CRMDOProduct product,
java.util.ArrayList<java.lang.String> associations,
java.lang.Boolean excludeCorporateUsageServiceCatalogs)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(java.lang.Integer numberOfResults,
java.lang.Integer offset,
java.lang.String orderby,
com.crm.dataobject.provisioning.CRMDOProvProvider provProvider,
com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement,
com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement,
java.util.Date validAsOfDate,
com.crm.dataobject.products.CRMDOProduct product,
java.util.ArrayList<java.lang.String> associations,
java.lang.Boolean excludeCorporateUsageServiceCatalogs,
com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable)
Loads a list of usage service catalogs based on given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(java.lang.String usageServiceCatalogName,
java.util.Date fromDate,
java.util.Date toDate) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadAllByName(java.lang.String name)
Loads all usage service catalogs with the specified name.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadAllByName(java.lang.String name,
java.util.ArrayList<java.lang.String> associations)
Loads all usage service catalogs with the specified name.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadByAltCode(java.lang.String altCode)
Loads a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadByAltCode(java.lang.String altCode,
java.util.ArrayList<java.lang.String> associations)
Loads a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadByAltCode(java.lang.String altCode,
java.util.Date fromDate,
java.util.ArrayList<java.lang.String> associations)
Loads a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadByName(java.lang.String name)
Loads a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadByName(java.lang.String name,
java.util.ArrayList<java.lang.String> associations)
Loads a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadByName(java.lang.String name,
java.util.Date fromDate,
java.util.ArrayList<java.lang.String> associations)
Loads a usage service catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadCorporateAccount(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Loads the account related with the given usage service catalog.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadEffective() |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadEffective(java.util.ArrayList<java.lang.String> associations) |
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadFromXML(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Loads the xml information
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
loadLatest(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog)
Returns the latest usage service catalog.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadNextVersions(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.products.CRMDOProduct product)
Loads a list of usage service catalogs based on the given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadNextVersions(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
com.crm.dataobject.products.CRMDOProduct product,
java.util.ArrayList<java.lang.String> associations)
Loads a list of usage service catalogs based on the given parameters.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadNonReplaced() |
com.crm.dataobject.provisioning.CRMDOProvProvider |
loadProvider(com.crm.dataobject.billing.CRMDOUsageServiceCatalog catalog) |
void |
validateAccountClassificationCriteriaUniqueness(java.util.Set<com.crm.dataobject.accounts.AccountClassificationCriterion> accountClassificationCriteria)
Validates that an account classification criterion exists only one time for a Usage Service Catalog.
|
void |
validateBillingTermSchemeCriteriaUniqueness(java.util.Set<com.crm.dataobject.billing.BillingTermSchemeCriterion> billingTermSchemeCriteria)
Validates that a billing term criterion exists only one time for a Usage Service Catalog.
|
void |
validateCreditRatingUniqueness(java.util.Set<com.crm.dataobject.accounts.CreditRatingCriterion> creditRatingCriteria)
Validates that credit Rating criterion exists only one time for a Usage Service Catalog.
|
void |
validatePricePlanCriteriaUniqueness(java.util.Set<com.crm.dataobject.priceplan.PricePlanCriterion> pricePlanCriteria)
Validates that a price plan criterion exists only one time for a Usage Service Catalog.
|
com.crm.dataobject.billing.CRMDOUsageServiceCatalog |
validateReplacement(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog,
java.util.Date effectiveDate,
java.math.BigDecimal percentage) |
void |
validateSubscriptionTypeCriteriaUniqueness(java.util.Set<com.crm.dataobject.subscriptions.SubscriptionTypeCriterion> subscriptionTypeCriteria)
Validates that a subscription type criterion exists only one time for a Usage Service Catalog.
|
void |
validateTermedServiceCriteriaUniqueness(java.util.Set<com.crm.dataobject.products.ProductCriterion> termedServiceCriteria)
Validates that Termed Service criterion exists only one time for a Usage Service Catalog.
|
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 CRMBOUsageServiceCatalogBean()
public void validateBillingTermSchemeCriteriaUniqueness(java.util.Set<com.crm.dataobject.billing.BillingTermSchemeCriterion> billingTermSchemeCriteria) throws java.lang.Exception, com.crm.exception.OnlyOneRecordException
billingTermSchemeCriteria
- - the billing term criteria to be validatedjava.lang.Exception
com.crm.exception.OnlyOneRecordException
public void validateSubscriptionTypeCriteriaUniqueness(java.util.Set<com.crm.dataobject.subscriptions.SubscriptionTypeCriterion> subscriptionTypeCriteria) throws java.lang.Exception, com.crm.exception.OnlyOneRecordException
subscriptionTypeCriteria
- - the subscription type criteria to be validatedjava.lang.Exception
com.crm.exception.OnlyOneRecordException
public void validateAccountClassificationCriteriaUniqueness(java.util.Set<com.crm.dataobject.accounts.AccountClassificationCriterion> accountClassificationCriteria) throws java.lang.Exception, com.crm.exception.OnlyOneRecordException
accountClassificationCriteria
- - the account classification criteria to be validatedjava.lang.Exception
com.crm.exception.OnlyOneRecordException
public void validateTermedServiceCriteriaUniqueness(java.util.Set<com.crm.dataobject.products.ProductCriterion> termedServiceCriteria) throws com.crm.exception.OnlyOneRecordException, java.lang.Exception
termedServiceCriteria
- - the Termed Service criteria to be validatedjava.lang.Exception
com.crm.exception.OnlyOneRecordException
public void validateCreditRatingUniqueness(java.util.Set<com.crm.dataobject.accounts.CreditRatingCriterion> creditRatingCriteria) throws com.crm.exception.OnlyOneRecordException, java.lang.Exception
creditRatingCriteria
- - the credit Rating criteria to be validatedjava.lang.Exception
com.crm.exception.OnlyOneRecordException
public void validatePricePlanCriteriaUniqueness(java.util.Set<com.crm.dataobject.priceplan.PricePlanCriterion> pricePlanCriteria) throws java.lang.Exception, com.crm.exception.OnlyOneRecordException
pricePlanCriteria
- - the price Plan criteria to be validatedjava.lang.Exception
com.crm.exception.OnlyOneRecordException
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadFromXML(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to load the xml informationjava.lang.Exception
public java.util.ArrayList<UsageServiceTieredPeriod> getUsageServiceTieredPeriods(com.crm.dataobject.billing.CRMDOUdr udr, com.crm.dataobject.billing.CRMDOBillingTerm billingTerm, com.crm.dataobject.billing.CRMDOBillingTermDefinition billingTermDefinition, com.crm.dataobject.billing.CRMDOUsageServiceCatalogDefinition serviceCatalogDefinition, java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalog> usageServiceCatalogs, java.util.ArrayList<com.crm.dataobject.CRMDO> autoApplyDiscountDefinitions, java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.String>> entityIDsPerSegment) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<UsageServiceTieredPeriod> getUsageServiceTieredPeriods(com.crm.dataobject.billing.CRMDOUdr udr, com.crm.dataobject.billing.CRMDOBillingTerm billingTerm, com.crm.dataobject.billing.CRMDOBillingTermDefinition billingTermDefinition, com.crm.dataobject.billing.CRMDOUsageServiceCatalogDefinition serviceCatalogDefinition, java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalog> usageServiceCatalogs, java.util.ArrayList<com.crm.dataobject.CRMDO> autoApplyDiscountDefinitions, java.util.HashMap<java.lang.String,java.util.ArrayList<java.lang.String>> entityIDsPerSegment, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, com.crm.dataobject.platform.CRMDOTaxDefinition taxDefinition) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, com.crm.dataobject.subscriptions.CRMDOSubscription subscription, com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.priceplan.CRMDOPricePlan pricePlan, com.crm.dataobject.billing.CRMDOBillingTerm billingTerm) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, com.crm.dataobject.subscriptions.CRMDOSubscription subscription, com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.priceplan.CRMDOPricePlan pricePlan, com.crm.dataobject.billing.CRMDOBillingTerm billingTerm, com.crm.dataobject.subscriptions.CRMDOSubscriptionService subscriptionService) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, com.crm.dataobject.subscriptions.CRMDOSubscription subscription, com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.priceplan.CRMDOPricePlan pricePlan, com.crm.dataobject.billing.CRMDOBillingTerm billingTerm, com.crm.dataobject.subscriptions.CRMDOSubscriptionService subscriptionService, java.util.Date validationDate) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean evaluateTermedServiceBasedCriteria(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.subscriptions.CRMDOSubscription subscription, com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.subscriptions.CRMDOSubscriptionService subscriptionService) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isTermedServicesCriteriaValid(java.util.Set<com.crm.dataobject.products.ProductCriterion> termedServicesCriteria, com.crm.dataobject.products.CRMDOProduct product) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isValidInstalledItemRequirement(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.subscriptions.CRMDOSubscriptionInstalledItem subscriptionInstalledItem) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean evaluateExpirationDate(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, java.util.Date validationDate) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(java.lang.Integer numberOfResults, java.lang.Integer offset, java.lang.String orderby, com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
numberOfResults
- - The number of results that can be retrievedoffset
- - It defines the number of entities that should be skipped from the resultsorderby
- provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations, java.lang.Boolean excludeCorporateUsageServiceCatalogs) throws java.lang.Exception
provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations, java.lang.Boolean excludeCorporateUsageServiceCatalogs, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(java.lang.Integer numberOfResults, java.lang.Integer offset, java.lang.String orderby, com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
numberOfResults
- - The number of results that can be retrievedoffset
- - It defines the number of entities that should be skipped from the resultsorderby
- provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(java.lang.Integer numberOfResults, java.lang.Integer offset, java.lang.String orderby, com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, com.crm.dataobject.products.CRMDOProduct product, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
numberOfResults
- - The number of results that can be retrievedoffset
- - It defines the number of entities that should be skipped from the resultsorderby
- provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forproduct
- - the product to load the usage service catalogsassociations
- - a list of associated data objectsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(java.lang.Integer numberOfResults, java.lang.Integer offset, java.lang.String orderby, com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, com.crm.dataobject.products.CRMDOProduct product, java.util.ArrayList<java.lang.String> associations, java.lang.Boolean excludeCorporateUsageServiceCatalogs) throws java.lang.Exception
numberOfResults
- - The number of results that can be retrievedoffset
- - It defines the number of entities that should be skipped from the resultsorderby
- provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forproduct
- - the product to load the usage service catalogsassociations
- - a list of associated data objectsexcludeCorporateUsageServiceCatalogs
- - it defines if the usage service catalogs that are assigned to a corporate account should be returned or notjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(java.lang.Integer numberOfResults, java.lang.Integer offset, java.lang.String orderby, com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement termedServiceRequirement, com.crm.dataobject.billing.UsageServiceCatalogTermedServiceRequirement excludeTermedServiceRequirement, java.util.Date validAsOfDate, com.crm.dataobject.products.CRMDOProduct product, java.util.ArrayList<java.lang.String> associations, java.lang.Boolean excludeCorporateUsageServiceCatalogs, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
numberOfResults
- - The number of results that can be retrievedoffset
- - It defines the number of entities that should be skipped from the resultsorderby
- provProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to load the the usage service catalogstermedServiceRequirement
- - the usage service catalog termed service requirement to exclude from the loaded the the usage service catalogsvalidAsOfDate
- - a validity date to load forproduct
- - the product to load the usage service catalogsassociations
- - a list of associated data objectsexcludeCorporateUsageServiceCatalogs
- - it defines if the usage service catalogs that are assigned to a corporate account should be returned or notjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadByName(java.lang.String name) throws java.lang.Exception
name
- - the name of a usage service catalogjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadByName(java.lang.String name, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
name
- - the name of a usage service catalogassociations
- - a list of default associationsjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadByName(java.lang.String name, java.util.Date fromDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
name
- - the name of a usage service catalogfromDate
- - the date to load the current usage service catalog forassociations
- - a list of default associationsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadAllByName(java.lang.String name) throws java.lang.Exception
name
- - the name of the usage service catalogs to loadjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadAllByName(java.lang.String name, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
name
- - the name of the usage service catalogs to loadassociations
- - a list of default associationsjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadByAltCode(java.lang.String altCode) throws java.lang.Exception
altCode
- - the name of a usage service catalogjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadByAltCode(java.lang.String altCode, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
altCode
- - the alternative code of a usage service catalogassociations
- - a list of default associationsjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadByAltCode(java.lang.String altCode, java.util.Date fromDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
altCode
- - the alternative code of a usage service catalogfromDate
- - the date to load the current usage service catalog forassociations
- - a list of default associationsjava.lang.Exception
public com.crm.dataobject.provisioning.CRMDOProvProvider loadProvider(com.crm.dataobject.billing.CRMDOUsageServiceCatalog catalog) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isAsOfDateValid(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, java.util.Date asOfDate) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to checkasOfDate
- - a date to check the usage service catalog validity byjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.products.CRMDOProduct product) throws java.lang.Exception
product
- - the product to load the usage service catalogsjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.products.CRMDOProduct product, com.crm.dataobject.provisioning.CRMDOProvProvider provProvider, com.crm.dataobject.billing.UsageServiceCatalogLifeCycleState lifeCycleState, java.util.Date validAsOfDate, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
product
- - the product to load the usage service catalogsprovProvider
- - the provisioning provider to load the usage service catalogslifeCycleState
- - the usage service catalog life cycle state to load the the usage service catalogsvalidAsOfDate
- - a validity date to load forassociations
- - a list of associated data objectsjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog copy(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to copyjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog copy(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, java.lang.Boolean copyRates) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to copycopyRates
- - indicates whether to copy base and tiered ratesjava.lang.Exception
public java.lang.Boolean allowModification(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isRelatedWithRatedBillingItem(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to check withjava.lang.Exception
public java.lang.String getLatestVersionID(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to return the latest version forjava.lang.Exception
public java.lang.String getFirstVersionID(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to return the first version forjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadLatest(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to return the latest version forjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog validateReplacement(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, java.util.Date effectiveDate, java.math.BigDecimal percentage) throws java.lang.Exception, com.crm.exception.MandatoryFieldException, com.crm.exception.CannotSaveException
java.lang.Exception
com.crm.exception.MandatoryFieldException
com.crm.exception.CannotSaveException
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadNonReplaced() throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(java.lang.String usageServiceCatalogName, java.util.Date fromDate, java.util.Date toDate) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadEffective() throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadEffective(java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
java.lang.Exception
public java.lang.String getCurrentVersionID(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to return the current version forjava.lang.Exception
public java.lang.Boolean isUsedByUnprocessedUDR(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to check withjava.lang.Exception
public java.lang.Boolean isUsedByUDR(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to check withjava.lang.Exception
public java.lang.Boolean isUsedByUDR(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, java.lang.Boolean onlyUnprocessed) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to check withjava.lang.Exception
public java.lang.Boolean isUsedByMeterReadingType(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to check withjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalogService> changeRates(java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalogService> usageServices, java.math.BigDecimal percentage) throws java.lang.Exception
usageServices
- - a list of usage services to change the rates ofpercentage
- - the percentage to change the rates ofjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog getValidUsageServiceCatalog(com.crm.dataobject.billing.CRMDOUdr udr, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, java.util.ArrayList<com.crm.dataobject.billing.CRMDOUsageServiceCatalog> usageServiceCatalogs) throws java.lang.Exception
udr
- - the udr to get the related usage service catalogaccountReceivable
- - the related account receivableusageServiceCatalogs
- - the percentage to change the rates ofjava.lang.Exception
public java.lang.Boolean isRelatedWithCorporateAccount(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isRelatedWithCorporateAccount(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean isRelatedWithCorporateAccount(com.crm.dataobject.accounts.CRMDOAccountReceivable accountReceivable, java.lang.String id, java.lang.String name) throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.billing.CRMDOUsageServiceCatalog loadCorporateAccount(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to load the related account forjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadNextVersions(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.products.CRMDOProduct product) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to load the next usage service catalog versions forjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadNextVersions(com.crm.dataobject.billing.CRMDOUsageServiceCatalog usageServiceCatalog, com.crm.dataobject.products.CRMDOProduct product, java.util.ArrayList<java.lang.String> associations) throws java.lang.Exception
usageServiceCatalog
- - the usage service catalog to load the next usage service catalog versions forassociations
- - a list of associated data objectsjava.lang.Exception