| Modifier and Type | Class and Description |
|---|---|
class |
ChineseFindDeliveryCostStrategy
This strategy defines the process of looking up the delivery cost.
|
class |
ChineseSLFindDeliveryCostStrategy
This strategy defines the process of looking up the delivery cost for SL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BundleCurrentFactoryFindPricingStrategy
Override of pricing strategies to involve bundle discounts.
|
class |
FindBundlePricingWithCurrentPriceFactoryStrategy
This strategy should replace the FindPricingWithCurrentPriceFactoryStrategy and will change the discount calculation
for bundle entries based on the bundle rules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestPriceFactory
Price factory implementation for testing order calculation only.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FindDeliveryCostStrategy
Strategy focused on resolving delivery cost for a given order.
|
interface |
FindDiscountValuesStrategy
Strategy focuses on resolving
DiscountValues for the order (global discounts), or for the order entry. |
interface |
FindPaymentCostStrategy
Strategy focused on resolving payment cost for a given order.
|
interface |
FindPriceStrategy
Strategy that focuses on resolving
PriceValue for the given AbstractOrderEntryModel. |
interface |
FindTaxValuesStrategy
Strategy focused on finding
TaxValues for the given order entry. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultFindDeliveryCostStrategy
Default implementation of
FindDeliveryCostStrategy. |
class |
DefaultFindPaymentCostStrategy
Default implementation of
FindPaymentCostStrategy. |
class |
FindOrderDiscountValuesStrategy
Implementation of
FindDiscountValuesStrategy that resolves DiscountValues from the order's attached
DiscountModels. |
class |
FindPricingWithCurrentPriceFactoryStrategy
Default implementation of price, taxes and discounts resolver strategies (
FindPriceStrategy,
FindDiscountValuesStrategy, FindTaxValuesStrategy) that resolves values for calculation from current
session's price factory. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSLFindDeliveryCostStrategy
Service-Layer implementation of
FindDeliveryCostStrategy. |
class |
DefaultSLFindDiscountValuesStrategy
Default implementation of discount resolver strategy
FindDiscountValuesStrategy). |
class |
DefaultSLFindOrderDiscountValuesStrategy
Implementation of
FindDiscountValuesStrategy that resolves DiscountValues from the order's attached
DiscountModels. |
class |
DefaultSLFindPaymentCostStrategy
Service-Layer implementation of
FindPaymentCostStrategy. |
class |
DefaultSLFindPriceStrategy
Default implementation of price resolver strategy (
FindPriceStrategy, that resolves values for calculation. |
class |
DefaultSLFindTaxValuesStrategy
Default implementation of taxes resolver strategy
FindTaxValuesStrategy). |
| Modifier and Type | Class and Description |
|---|---|
class |
FindPricingForConfigurableProductsStrategy
CPQ specific sub-class of the
FindPricingWithCurrentPriceFactoryStrategy. |
| Modifier and Type | Class and Description |
|---|---|
class |
FindSubscriptionPricingWithCurrentPriceFactoryStrategy
This strategy should replace the FindPricingWithCurrentPriceFactoryStrategy and implements the price/discount finding
strategy for
ProductModels. |
Copyright © 2018 SAP SE. All Rights Reserved.