| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiscountValue> |
DefaultReturnOrderSalesConditionsContributor.safe(java.util.List<DiscountValue> other) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultReturnOrderSalesConditionsContributor.determinePromotionDiscountCode(OrderModel order,
DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiscountValue> |
DefaultReturnOrderSalesConditionsContributor.safe(java.util.List<DiscountValue> other) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
OrderQuoteDiscountValuesAccessor.getQuoteDiscountValues(AbstractOrderModel order)
Returns a list quote specific discounts for the given order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderQuoteDiscountValuesAccessor.setQuoteDiscountValues(AbstractOrderModel order,
java.util.List<DiscountValue> discountValues)
Sets quote specific discount values for the given order and sets the order's calculated flag to false.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<DiscountValue> |
DefaultCommerceQuoteService.createDiscountValue(java.lang.Double discountRate,
DiscountType discountType,
java.lang.String currencyIsoCode) |
protected java.util.List<DiscountValue> |
DefaultOrderQuoteDiscountValuesAccessorTest.createDiscountValues() |
java.util.List<DiscountValue> |
DefaultOrderQuoteDiscountValuesAccessor.getQuoteDiscountValues(AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrderQuoteDiscountValuesAccessor.setQuoteDiscountValues(AbstractOrderModel order,
java.util.List<DiscountValue> discountValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
CommerceQuoteUtils.removeExistingQuoteDiscount(AbstractOrderModel abstractOrderModel)
Remove existing quote discounts from
AbstractOrderModel |
| Modifier and Type | Method and Description |
|---|---|
protected DiscountValue |
BundleCurrentFactoryFindPricingStrategy.createDiscountValue(double discountPrice,
double basePrice,
java.lang.String id,
CurrencyModel currency)
Creates a DiscountValue with an absolute reduction based on the given
basePrice and the given
discountPrice |
protected DiscountValue |
FindBundlePricingWithCurrentPriceFactoryStrategy.createDiscountValue(double discountPrice,
double basePrice,
java.lang.String id,
CurrencyModel currency)
Creates a DiscountValue with an absolute reduction based on the given
basePrice and the given
discountPrice |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
BundleCurrentFactoryFindPricingStrategy.findDiscountValues(AbstractOrderEntryModel entry) |
java.util.List<DiscountValue> |
FindBundlePricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry)
For non Bundle products (no bundleNo set or bundleNo=0) it should work as is, so the DiscountValues should result
from the DiscountRows defined at the product.
|
protected java.util.List<DiscountValue> |
FindBundlePricingWithCurrentPriceFactoryStrategy.getDiscountValues(AbstractOrderEntryModel entry,
AbstractOrderEntryModel masterEntry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FindBundlePricingWithCurrentPriceFactoryStrategy.reduceOneTimePrice(SubscriptionPricePlanModel pricePlan,
ChangeProductPriceBundleRuleModel priceRule,
java.util.List<DiscountValue> discountValues,
CurrencyModel currency,
AbstractOrderEntryModel entry)
The price logic for subscription product: discount are applied to one time charge.
|
protected void |
FindBundlePricingWithCurrentPriceFactoryStrategy.reduceRecurringPrice(ProductModel subscriptionProduct,
ChangeProductPriceBundleRuleModel priceRule,
java.util.List<DiscountValue> discountValues,
AbstractOrderEntryModel entry,
SubscriptionPricePlanModel pricePlan)
hard coded price logic for subscription products: discounts are only applied to recurring prices
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
AbstractOrderEntryModel.getDiscountValues()
Generated method - Getter of the
AbstractOrderEntry.discountValues dynamic attribute defined at extension core. |
java.util.List<DiscountValue> |
AbstractOrderModel.getGlobalDiscountValues()
Generated method - Getter of the
AbstractOrder.globalDiscountValues dynamic attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setDiscountValues(java.util.List<DiscountValue> value)
Generated method - Setter of
AbstractOrderEntry.discountValues dynamic attribute defined at extension core. |
void |
AbstractOrderModel.setGlobalDiscountValues(java.util.List<DiscountValue> value)
Generated method - Setter of
AbstractOrder.globalDiscountValues dynamic attribute defined at extension core. |
| Modifier and Type | Method and Description |
|---|---|
static DiscountValue |
Europe1Tools.createDiscountValue(AbstractDiscountRow discountRow)
Deprecated.
since 6.2.0 - use
DiscountValueConverter.discountToValue(AbstractDiscountRowModel) instead |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiscountValue> |
Europe1Tools.createDiscountValueList(java.util.List<AbstractDiscountRow> discountRows)
Deprecated.
since 6.1.0 - use
DiscountValueConverter.discountsToValues(java.util.List) instead |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
OrderManager.createDiscountValue(java.lang.String code,
java.lang.String description,
double value,
int priority,
boolean absolute,
Discount discount)
Deprecated.
since ages - just instantiate
DiscountValue |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
AbstractOrderEntryDiscountValuesAttributeHandler.get(AbstractOrderEntryModel model) |
java.util.List<DiscountValue> |
GlobalDiscountValuesAttributeHandler.get(AbstractOrderModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntry.addDiscountValue(DiscountValue discountValue)
Deprecated.
since ages - Use OrderEntryService.addDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel,
DiscountValue) instead.
|
void |
AbstractOrderEntry.addDiscountValue(SessionContext ctx,
DiscountValue discountValue)
Deprecated.
since ages - Use OrderEntryService.addDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel,
DiscountValue) instead.
|
void |
AbstractOrder.addGlobalDiscountValue(DiscountValue discountValue)
Deprecated.
since ages - Use OrderService.addGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel,
DiscountValue) instead.
|
void |
AbstractOrder.addGlobalDiscountValue(SessionContext ctx,
DiscountValue discountValue)
Deprecated.
since ages - Use OrderService.addGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel,
DiscountValue) instead.
|
void |
AbstractOrderEntry.removeDiscountValue(DiscountValue discountValue)
Deprecated.
since ages - Use OrderEntryService.removeDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel,
DiscountValue) instead.
|
void |
AbstractOrderEntry.removeDiscountValue(SessionContext ctx,
DiscountValue discountValue)
Deprecated.
since ages - Use OrderEntryService.removeDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel,
DiscountValue) instead.
|
void |
AbstractOrder.removeGlobalDiscountValue(DiscountValue discountValue)
Deprecated.
since ages - Use OrderService.removeGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel,
DiscountValue) instead.
|
void |
AbstractOrder.removeGlobalDiscountValue(SessionContext ctx,
DiscountValue discountValue)
Deprecated.
since ages - Use OrderService.removeGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel,
DiscountValue) instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryDiscountValuesAttributeHandler.set(AbstractOrderEntryModel model,
java.util.List<DiscountValue> discountValues) |
void |
GlobalDiscountValuesAttributeHandler.set(AbstractOrderModel model,
java.util.List<DiscountValue> discountValues) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DiscountInformation.getDiscountValue()
Gets the discount value.
|
DiscountValue |
Discount.getDiscountValue(AbstractOrder order)
Calculates a
value which should be applied to the given order during (re)calculation. |
DiscountValue |
DiscountInformation.getValue() |
| Constructor and Description |
|---|
DiscountInformation(DiscountValue value) |
DiscountInformation(java.util.Map qualifiers,
DiscountValue value) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
AbstractOrderEntryService.getGlobalDiscountValue(E entry,
DiscountValue discountValue)
Searches for complete discount value (with calculated applied value) object created using given discountValue.
|
DiscountValue |
AbstractOrderService.getGlobalDiscountValue(O order,
DiscountValue discountValue)
Searches for complete discount value (with calculated applied value) object created using given discountValue.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
TestPriceFactory.findDiscountValues(AbstractOrderEntryModel entry) |
java.util.List<DiscountValue> |
TestPriceFactory.findDiscountValues(AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryService.addDiscountValue(E entry,
DiscountValue discountValue)
Adds a new discount value to the given entry.
|
void |
AbstractOrderService.addGlobalDiscountValue(O order,
DiscountValue discountValue)
Adds a global discount value to the given order.
|
DiscountValue |
AbstractOrderEntryService.getGlobalDiscountValue(E entry,
DiscountValue discountValue)
Searches for complete discount value (with calculated applied value) object created using given discountValue.
|
DiscountValue |
AbstractOrderService.getGlobalDiscountValue(O order,
DiscountValue discountValue)
Searches for complete discount value (with calculated applied value) object created using given discountValue.
|
void |
AbstractOrderEntryService.removeDiscountValue(E entry,
DiscountValue discountValue)
Removes given discount value from the given entry.
|
void |
AbstractOrderService.removeGlobalDiscountValue(O order,
DiscountValue discountValue)
Removes a global discount value from this order.
|
void |
TestPriceFactory.setDiscounts(AbstractOrderEntry entry,
DiscountValue... discountValues) |
void |
TestPriceFactory.setGLobalDiscounts(AbstractOrder abstractOrder,
DiscountValue... discountValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryService.addAllDiscountValues(E entry,
java.util.List<DiscountValue> discountValues)
Adds a collection of discount values into given entry.
|
void |
AbstractOrderService.addAllGlobalDiscountValues(O order,
java.util.List<DiscountValue> discountValues)
Adds a collection of global discount values to the given order.
|
void |
TestPriceFactory.setDiscounts(AbstractOrderEntry entry,
java.util.List<DiscountValue> discountValues) |
void |
TestPriceFactory.setDiscounts(Product product,
java.util.List<DiscountValue> discountValues) |
void |
TestPriceFactory.setGLobalDiscounts(AbstractOrder abstractOrder,
java.util.List<DiscountValue> discountValues) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DefaultAbstractOrderService.getGlobalDiscountValue(O order,
DiscountValue discountValue) |
DiscountValue |
DefaultAbstractOrderEntryService.getGlobalDiscountValue(T entry,
DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<DiscountValue> |
DefaultCalculationService.findDiscountValues(AbstractOrderEntryModel entry) |
protected java.util.List<DiscountValue> |
DefaultCalculationService.findGlobalDiscounts(AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAbstractOrderEntryService.addDiscountValue(T entry,
DiscountValue discountValue) |
void |
DefaultAbstractOrderService.addGlobalDiscountValue(O order,
DiscountValue discountValue) |
DiscountValue |
DefaultAbstractOrderService.getGlobalDiscountValue(O order,
DiscountValue discountValue) |
DiscountValue |
DefaultAbstractOrderEntryService.getGlobalDiscountValue(T entry,
DiscountValue discountValue) |
void |
DefaultAbstractOrderEntryService.removeDiscountValue(T entry,
DiscountValue discountValue) |
void |
DefaultAbstractOrderService.removeGlobalDiscountValue(O order,
DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAbstractOrderEntryService.addAllDiscountValues(T entry,
java.util.List<DiscountValue> discountValues) |
void |
DefaultAbstractOrderService.addAllGlobalDiscountValues(O order,
java.util.List<DiscountValue> discountValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
FindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry)
Find applicable
DiscountValues for the target order entry. |
java.util.List<DiscountValue> |
FindDiscountValuesStrategy.findDiscountValues(AbstractOrderModel order)
Find applicable global
DiscountValues for the target order. |
| Modifier and Type | Method and Description |
|---|---|
protected DiscountValue |
FindOrderDiscountValuesStrategy.getDiscountValue(DiscountModel discount,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
FindPricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry) |
java.util.List<DiscountValue> |
FindOrderDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) |
java.util.List<DiscountValue> |
FindPricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderModel order) |
java.util.List<DiscountValue> |
FindOrderDiscountValuesStrategy.findDiscountValues(AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
PriceFactorySwitcher.getDiscountValues(AbstractOrder order) |
java.util.List<DiscountValue> |
PriceFactorySwitcher.getDiscountValues(AbstractOrderEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
protected DiscountValue |
DefaultSLFindOrderDiscountValuesStrategy.getDiscountValue(DiscountModel discount) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
DefaultSLFindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) |
java.util.List<DiscountValue> |
DefaultSLFindOrderDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) |
java.util.List<DiscountValue> |
DefaultSLFindDiscountValuesStrategy.findDiscountValues(AbstractOrderModel order) |
java.util.List<DiscountValue> |
DefaultSLFindOrderDiscountValuesStrategy.findDiscountValues(AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSLFindDiscountValuesStrategy.setFindDiscountValueInfoStrategy(FindPDTValueInfoStrategy<DiscountValue,DiscountInformation,DiscountValueInfoCriteria> findDiscountValueInfoStrategy) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DefaultDiscountValueConverter.convert(AbstractDiscountRowModel abstractDiscountRowModel,
DiscountValueInfoCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DiscountValueLabelProvider.getDescription(DiscountValue discountValue) |
java.lang.String |
DiscountValueLabelProvider.getIconPath(DiscountValue discountValue) |
java.lang.String |
DiscountValueLabelProvider.getLabel(DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscountValueLabelProvider.setDiscountValueRenderer(ValueParser<DiscountValue> discountValueRenderer) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DiscountValueParser.parse(java.lang.String stringValue) |
DiscountValue |
TaxOrDiscount.toDiscountValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DiscountValueParser.render(DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultPromotionActionService.removeDiscount(java.lang.String code,
java.util.List<DiscountValue> discountValuesList,
java.util.function.Consumer<java.util.List<DiscountValue>> setNewDiscountValues)
Removes the
DiscountValue with the given code from the given list of DiscountValue. |
protected boolean |
DefaultPromotionActionService.removeDiscount(java.lang.String code,
java.util.List<DiscountValue> discountValuesList,
java.util.function.Consumer<java.util.List<DiscountValue>> setNewDiscountValues)
Removes the
DiscountValue with the given code from the given list of DiscountValue. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRuleBasedPromotionActionModel> |
RuleBasedPromotionActionDao.findRuleBasedPromotions(AbstractOrderModel order,
java.util.Collection<DiscountValue> discountValues)
Provides list of
AbstractRuleBasedPromotionActionModel linked to the order selected by discount values |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRuleBasedPromotionActionModel> |
DefaultRuleBasedPromotionActionDao.findRuleBasedPromotions(AbstractOrderModel order,
java.util.Collection<DiscountValue> discountValues)
Provides list of
AbstractRuleBasedPromotionActionModel linked to the order selected by discount values |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
PromotionEngineResult.getDiscountValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PromotionEngineResult.setDiscountValue(DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<DiscountValue> |
OrderEntryDiscountPromotionEngineResultsPopulator.getDiscountValues(AbstractOrderEntryModel source)
Provides list of discount values that will be processed by the populator
|
protected java.util.List<DiscountValue> |
OrderDiscountPromotionEngineResultsPopulator.getDiscountValues(AbstractOrderModel source)
Provides list of discount values that will be processed by the populator
|
protected abstract java.util.Collection<DiscountValue> |
AbstractPromotionEngineResultPopulator.getDiscountValues(S source)
Provides list of discount values that will be processed by the populator
|
| Modifier and Type | Method and Description |
|---|---|
protected PromotionEngineResult |
AbstractPromotionEngineResultPopulator.createPromotionEngineResult(DiscountValue discountValue,
java.util.List<PromotionResultModel> promotionResults) |
void |
DiscountValuePromotionEngineResultPopulator.populate(DiscountValue source,
PromotionEngineResult target) |
| Modifier and Type | Method and Description |
|---|---|
protected static DiscountValue |
PromotionOrderEntryAdjustAction.findOrderEntryDiscountValue(SessionContext ctx,
AbstractOrderEntry orderEntry,
java.lang.String discountValueCode) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractPromotionAction.insertFirstGlobalDiscountValue(SessionContext ctx,
AbstractOrder order,
DiscountValue discountValue)
Add a global DiscountValue to the Order at the first position in the list of discounts
|
protected static void |
AbstractPromotionAction.insertFirstOrderEntryDiscountValue(SessionContext ctx,
AbstractOrderEntry orderEntry,
DiscountValue discountValue)
Add a DiscountValue to the OrderEntry at the first position in the list of discounts
|
| Constructor and Description |
|---|
OrderEntryAndDiscountValue(AbstractOrderEntry key,
DiscountValue value) |
| Modifier and Type | Method and Description |
|---|---|
static DiscountValue |
Helper.findGlobalDiscountValue(SessionContext ctx,
AbstractOrder order,
java.lang.String discountValueCode)
Find a global discount value with specified Code
|
| Modifier and Type | Method and Description |
|---|---|
protected Converter<DiscountValue,DiscountValueRAO> |
OrderEntryRaoPopulator.getDiscountValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OrderEntryRaoPopulator.applyDiscount(OrderEntryRAO target,
DiscountValue discountValue) |
void |
DiscountValueRaoFromDiscountValuePopulator.populate(DiscountValue source,
DiscountValueRAO target) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryRaoPopulator.setDiscountValueConverter(Converter<DiscountValue,DiscountValueRAO> discountValueConverter) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiscountValue> |
DefaultSalesConditionsContributor.safe(java.util.List<DiscountValue> other) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultSalesConditionsContributor.determinePromotionDiscountCode(OrderModel order,
DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiscountValue> |
DefaultSalesConditionsContributor.safe(java.util.List<DiscountValue> other) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<DiscountValue> |
SapCartCalculationService.findDiscountValues(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DiscountValueConverter.discountToValue(AbstractDiscountRowModel discountRow) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
DiscountValueConverter.discountsToValues(java.util.List<AbstractDiscountRowModel> discountRows) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiscountValue> |
FindSubscriptionPricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry)
Find applicable DiscountValues for the target order entry.
|
protected java.util.List<DiscountValue> |
FindSubscriptionPricingWithCurrentPriceFactoryStrategy.getDiscountValuesWhenBillingFrequency(AbstractOrderModel order,
SubscriptionPricePlanModel pricePlan) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DiscountValue.apply(double quantity,
double price,
int digits,
java.lang.String currencyIsoCode)
Creates a copy of this discount value holding the applied value for a given price rounded to given digits.
|
static DiscountValue |
DiscountValue.createAbsolute(java.lang.String code,
java.lang.Double doubleValue,
java.lang.String currencyIsoCode) |
protected DiscountValue |
DiscountValue.createAbsoluteAppliedValue(double quantity,
int digits,
java.lang.String currencyIsoCode) |
static DiscountValue |
DiscountValue.createRelative(java.lang.String code,
java.lang.Double doubleValue) |
protected DiscountValue |
DiscountValue.createRelativeAppliedValue(double price,
int digits,
java.lang.String currencyIsoCode) |
static DiscountValue |
DiscountValue.createTargetPrice(java.lang.String code,
java.lang.Double doubleValue,
java.lang.String currencyIsoCode) |
protected DiscountValue |
DiscountValue.createTargetPriceAppliedValue(double quantity,
double totalPriceWithoutDiscounts,
int digits,
java.lang.String currencyIsoCode) |
static DiscountValue |
DiscountValue.parseDiscountValue(java.lang.String str)
creates a discount value object from its string representation created via @see #toString().
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DiscountValue.equalsIgnoreAppliedValue(DiscountValue discountValue) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
VoucherModelService.getDiscountValue(VoucherModel voucher,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
DefaultVoucherModelService.getDiscountValue(VoucherModel voucher,
AbstractOrderModel order) |
| Modifier and Type | Method and Description |
|---|---|
DiscountValue |
Voucher.getDiscountValue(AbstractOrder anOrder) |
| Constructor and Description |
|---|
PriceLeverageImpl(ServiceLocator serviceLocator,
DiscountValue discountValue) |
Copyright © 2018 SAP SE. All Rights Reserved.