| Package | Description |
|---|---|
| de.hybris.platform.configurablebundleservices.bundle | |
| de.hybris.platform.configurablebundleservices.bundle.impl | |
| de.hybris.platform.core.model.order |
Contains generated models for each type of de.hybris.platform.jalo.order package.
|
| de.hybris.platform.subscriptionservices.daos | |
| de.hybris.platform.subscriptionservices.daos.impl | |
| de.hybris.platform.subscriptionservices.jalo | |
| de.hybris.platform.subscriptionservices.model |
Contains generated models for each type of de.hybris.platform.subscriptionservices.jalo package.
|
| de.hybris.platform.subscriptionservices.resource | |
| de.hybris.platform.subscriptionservices.subscription | |
| de.hybris.platform.subscriptionservices.subscription.impl |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
BundleCommerceCartService.getMasterBillingTime()
Get the master
BillingTimeModel |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
DefaultBundleCommerceCartService.getMasterBillingTime() |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
AbstractOrderModel.getBillingTime()
Generated method - Getter of the
AbstractOrder.billingTime attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setBillingTime(BillingTimeModel value)
Generated method - Setter of
AbstractOrder.billingTime attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
BillingTimeDao.findBillingTimeByCode(String code)
Finds the
BillingTimeModel for the given code. |
| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeModel> |
BillingTimeDao.findAllBillingTimes()
Find all
BillingTimeModels. |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
DefaultBillingTimeDao.findBillingTimeByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeModel> |
DefaultBillingTimeDao.findAllBillingTimes() |
| Modifier and Type | Method and Description |
|---|---|
protected CartModel |
PromotionBillingTimeRestrictionIntegrationTest.getChildCartForBillingTime(CartModel masterCartModel,
BillingTimeModel billingTimeModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
BillingEventModel
Generated model class for type BillingEvent first defined at extension subscriptionservices.
|
class |
BillingFrequencyModel
Generated model class for type BillingFrequency first defined at extension subscriptionservices.
|
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
BillingTimeChargeEntryAttribute.get(ChargeEntryModel model) |
BillingTimeModel |
BillingTimeUsageChargeAttribute.get(UsageChargeModel model) |
BillingTimeModel |
UsageChargeModel.getBillingTime()
Generated method - Getter of the
UsageCharge.billingTime dynamic attribute defined at extension subscriptionservices. |
BillingTimeModel |
ChargeEntryModel.getBillingTime()
Generated method - Getter of the
ChargeEntry.billingTime dynamic attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BillingTimeModel> |
PromotionBillingTimeRestrictionModel.getBillingTimes()
Generated method - Getter of the
PromotionBillingTimeRestriction.billingTimes attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
BillingTimeChargeEntryAttribute.set(ChargeEntryModel model,
BillingTimeModel value) |
void |
BillingTimeUsageChargeAttribute.set(UsageChargeModel model,
BillingTimeModel value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionBillingTimeRestrictionModel.setBillingTimes(Collection<BillingTimeModel> value)
Generated method - Setter of
PromotionBillingTimeRestriction.billingTimes attribute defined at extension subscriptionservices. |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
BillingTimeResource.getBillingTimeModel()
Convenience method which just delegates to
#getResourceValue() |
protected BillingTimeModel |
BillingTimeResource.readResource(String resourceId)
Gets the
BillingTimeModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BillingTimeModel> |
BillingTimesResource.getBillingTimesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BillingTimeResource.setBillingTimeModel(BillingTimeModel value)
Convenience method which just delegates to
#setResourceValue(BillingTimeModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BillingTimesResource.setBillingTimesCollection(Collection<BillingTimeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
BillingTimeService.getBillingTimeForCode(String code)
This method returns the
BillingTimeModel associated with the code. |
| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeModel> |
BillingTimeService.getAllBillingTimes()
This method returns all
BillingTimeModels. |
| Modifier and Type | Method and Description |
|---|---|
CartModel |
SubscriptionCommerceCartService.getChildCartForBillingTime(CartModel masterCart,
BillingTimeModel billFreq)
Get the child cart for the given
BillingTimeModel, if any. |
| Modifier and Type | Method and Description |
|---|---|
BillingTimeModel |
DefaultBillingTimeService.getBillingTimeForCode(String code) |
protected BillingTimeModel |
DefaultSubscriptionCommerceCartService.getBillingTimeForCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<BillingTimeModel> |
DefaultBillingTimeService.getAllBillingTimes() |
protected List<BillingTimeModel> |
DefaultSubscriptionCommerceCartService.getBillingFrequenciesForMasterEntry(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSubscriptionCommerceCartService.checkMasterCart(CartModel cartModel,
BillingTimeModel masterCartBillingTimeModel)
Checks if the given
CartModel is a master cart and has the correct BillingTimeModel. |
protected CartModel |
DefaultSubscriptionCommerceCartService.createChildCartForBillingTime(CartModel masterCart,
BillingTimeModel billFreq)
Creates a new child cart for the given billing frequency and assigns it as child cart to the given master cart.
|
CartModel |
DefaultSubscriptionCommerceCartService.getChildCartForBillingTime(CartModel masterCart,
BillingTimeModel billFreq) |
protected CartModel |
DefaultSubscriptionCommerceCartServiceIntegrationTest.getChildCartForBillingTime(CartModel masterCartModel,
BillingTimeModel billingTimeModel) |
Copyright © 2017 SAP SE. All Rights Reserved.