Uses of Class
de.hybris.platform.util.DiscountValue
-
-
Uses of DiscountValue in com.sap.hybris.returnsexchange.outbound.impl
Methods in com.sap.hybris.returnsexchange.outbound.impl that return types with arguments of type DiscountValue Modifier and Type Method Description static java.util.List<DiscountValue>DefaultReturnOrderSalesConditionsContributor. safe(java.util.List<DiscountValue> other)Methods in com.sap.hybris.returnsexchange.outbound.impl with parameters of type DiscountValue Modifier and Type Method Description protected java.lang.StringDefaultReturnOrderSalesConditionsContributor. determinePromotionDiscountCode(OrderModel order, DiscountValue discountValue)Method parameters in com.sap.hybris.returnsexchange.outbound.impl with type arguments of type DiscountValue Modifier and Type Method Description static java.util.List<DiscountValue>DefaultReturnOrderSalesConditionsContributor. safe(java.util.List<DiscountValue> other) -
Uses of DiscountValue in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>OrderQuoteDiscountValuesAccessor. getQuoteDiscountValues(AbstractOrderModel order)Returns a list quote specific discounts for the given order.Method parameters in de.hybris.platform.commerceservices.order with type arguments of type DiscountValue Modifier and Type Method Description voidOrderQuoteDiscountValuesAccessor. 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. -
Uses of DiscountValue in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type DiscountValue Modifier and Type Method 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)Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type DiscountValue Modifier and Type Method Description voidDefaultOrderQuoteDiscountValuesAccessor. setQuoteDiscountValues(AbstractOrderModel order, java.util.List<DiscountValue> discountValues) -
Uses of DiscountValue in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>CommerceQuoteUtils. removeExistingQuoteDiscount(AbstractOrderModel abstractOrderModel)Remove existing quote discounts fromAbstractOrderModel -
Uses of DiscountValue in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return DiscountValue Modifier and Type Method Description protected DiscountValueBundleCurrentFactoryFindPricingStrategy. createDiscountValue(double discountPrice, double basePrice, java.lang.String id, CurrencyModel currency)Creates a DiscountValue with an absolute reduction based on the givenbasePriceand the givendiscountPriceprotected DiscountValueFindBundlePricingWithCurrentPriceFactoryStrategy. createDiscountValue(double discountPrice, double basePrice, java.lang.String id, CurrencyModel currency)Creates a DiscountValue with an absolute reduction based on the givenbasePriceand the givendiscountPriceMethods in de.hybris.platform.configurablebundleservices.bundle.impl that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>BundleCurrentFactoryFindPricingStrategy. findDiscountValues(AbstractOrderEntryModel entry)java.util.List<DiscountValue>FindBundlePricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderEntryModel entry)For non Bundle products 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)Method parameters in de.hybris.platform.configurablebundleservices.bundle.impl with type arguments of type DiscountValue Modifier and Type Method Description protected voidFindBundlePricingWithCurrentPriceFactoryStrategy. 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 voidFindBundlePricingWithCurrentPriceFactoryStrategy. 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 -
Uses of DiscountValue in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>AbstractOrderEntryModel. getDiscountValues()Generated method - Getter of theAbstractOrderEntry.discountValuesdynamic attribute defined at extensioncore.java.util.List<DiscountValue>AbstractOrderModel. getGlobalDiscountValues()Generated method - Getter of theAbstractOrder.globalDiscountValuesdynamic attribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.order with type arguments of type DiscountValue Modifier and Type Method Description voidAbstractOrderEntryModel. setDiscountValues(java.util.List<DiscountValue> value)Generated method - Setter ofAbstractOrderEntry.discountValuesdynamic attribute defined at extensioncore.voidAbstractOrderModel. setGlobalDiscountValues(java.util.List<DiscountValue> value)Generated method - Setter ofAbstractOrder.globalDiscountValuesdynamic attribute defined at extensioncore. -
Uses of DiscountValue in de.hybris.platform.europe1.constants
Methods in de.hybris.platform.europe1.constants that return DiscountValue Modifier and Type Method Description static DiscountValueEurope1Tools. createDiscountValue(AbstractDiscountRow discountRow)Deprecated.since 6.2.0 - useDiscountValueConverter.discountToValue(AbstractDiscountRowModel)insteadMethods in de.hybris.platform.europe1.constants that return types with arguments of type DiscountValue Modifier and Type Method Description static java.util.List<DiscountValue>Europe1Tools. createDiscountValueList(java.util.List<AbstractDiscountRow> discountRows)Deprecated.since 6.1.0 - useDiscountValueConverter.discountsToValues(java.util.List)instead -
Uses of DiscountValue in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that return DiscountValue Modifier and Type Method Description DiscountValueOrderManager. createDiscountValue(java.lang.String code, java.lang.String description, double value, int priority, boolean absolute, Discount discount)Deprecated.since ages - just instantiateDiscountValueMethods in de.hybris.platform.jalo.order that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>AbstractOrderEntryDiscountValuesAttributeHandler. get(AbstractOrderEntryModel model)java.util.List<DiscountValue>GlobalDiscountValuesAttributeHandler. get(AbstractOrderModel model)Methods in de.hybris.platform.jalo.order with parameters of type DiscountValue Modifier and Type Method Description voidAbstractOrderEntry. addDiscountValue(SessionContext ctx, DiscountValue discountValue)Deprecated.since ages - Use OrderEntryService.addDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, DiscountValue) instead.voidAbstractOrderEntry. addDiscountValue(DiscountValue discountValue)Deprecated.since ages - Use OrderEntryService.addDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, DiscountValue) instead.voidAbstractOrder. addGlobalDiscountValue(SessionContext ctx, DiscountValue discountValue)Deprecated.since ages - Use OrderService.addGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel, DiscountValue) instead.voidAbstractOrder. addGlobalDiscountValue(DiscountValue discountValue)Deprecated.since ages - Use OrderService.addGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel, DiscountValue) instead.voidAbstractOrderEntry. removeDiscountValue(SessionContext ctx, DiscountValue discountValue)Deprecated.since ages - Use OrderEntryService.removeDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, DiscountValue) instead.voidAbstractOrderEntry. removeDiscountValue(DiscountValue discountValue)Deprecated.since ages - Use OrderEntryService.removeDiscountValue(de.hybris.platform.core.model.order.AbstractOrderEntryModel, DiscountValue) instead.voidAbstractOrder. removeGlobalDiscountValue(SessionContext ctx, DiscountValue discountValue)Deprecated.since ages - Use OrderService.removeGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel, DiscountValue) instead.voidAbstractOrder. removeGlobalDiscountValue(DiscountValue discountValue)Deprecated.since ages - Use OrderService.removeGlobalDiscountValue(de.hybris.platform.core.model.order.AbstractOrderModel, DiscountValue) instead.Method parameters in de.hybris.platform.jalo.order with type arguments of type DiscountValue Modifier and Type Method Description voidAbstractOrderEntryDiscountValuesAttributeHandler. set(AbstractOrderEntryModel model, java.util.List<DiscountValue> discountValues)voidGlobalDiscountValuesAttributeHandler. set(AbstractOrderModel model, java.util.List<DiscountValue> discountValues) -
Uses of DiscountValue in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that return DiscountValue Modifier and Type Method Description DiscountValueDiscount. getDiscountValue(AbstractOrder order)Calculates avaluewhich should be applied to the given order during (re)calculation.DiscountValueDiscountInformation. getDiscountValue()Gets the discount value.DiscountValueDiscountInformation. getValue()Constructors in de.hybris.platform.jalo.order.price with parameters of type DiscountValue Constructor Description DiscountInformation(DiscountValue value)DiscountInformation(java.util.Map qualifiers, DiscountValue value) -
Uses of DiscountValue in de.hybris.platform.order
Methods in de.hybris.platform.order that return DiscountValue Modifier and Type Method Description DiscountValueAbstractOrderEntryService. getGlobalDiscountValue(E entry, DiscountValue discountValue)Searches for complete discount value (with calculated applied value) object created using given discountValue.DiscountValueAbstractOrderService. getGlobalDiscountValue(O order, DiscountValue discountValue)Searches for complete discount value (with calculated applied value) object created using given discountValue.Methods in de.hybris.platform.order that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>TestPriceFactory. findDiscountValues(AbstractOrderEntryModel entry)java.util.List<DiscountValue>TestPriceFactory. findDiscountValues(AbstractOrderModel order)Methods in de.hybris.platform.order with parameters of type DiscountValue Modifier and Type Method Description voidAbstractOrderEntryService. addDiscountValue(E entry, DiscountValue discountValue)Adds a new discount value to the given entry.voidAbstractOrderService. addGlobalDiscountValue(O order, DiscountValue discountValue)Adds a global discount value to the given order.DiscountValueAbstractOrderEntryService. getGlobalDiscountValue(E entry, DiscountValue discountValue)Searches for complete discount value (with calculated applied value) object created using given discountValue.DiscountValueAbstractOrderService. getGlobalDiscountValue(O order, DiscountValue discountValue)Searches for complete discount value (with calculated applied value) object created using given discountValue.voidAbstractOrderEntryService. removeDiscountValue(E entry, DiscountValue discountValue)Removes given discount value from the given entry.voidAbstractOrderService. removeGlobalDiscountValue(O order, DiscountValue discountValue)Removes a global discount value from this order.voidTestPriceFactory. setDiscounts(AbstractOrderEntry entry, DiscountValue... discountValues)voidTestPriceFactory. setGLobalDiscounts(AbstractOrder abstractOrder, DiscountValue... discountValues)Method parameters in de.hybris.platform.order with type arguments of type DiscountValue Modifier and Type Method Description voidAbstractOrderEntryService. addAllDiscountValues(E entry, java.util.List<DiscountValue> discountValues)Adds a collection of discount values into given entry.voidAbstractOrderService. addAllGlobalDiscountValues(O order, java.util.List<DiscountValue> discountValues)Adds a collection of global discount values to the given order.voidTestPriceFactory. setDiscounts(AbstractOrderEntry entry, java.util.List<DiscountValue> discountValues)voidTestPriceFactory. setDiscounts(Product product, java.util.List<DiscountValue> discountValues)voidTestPriceFactory. setGLobalDiscounts(AbstractOrder abstractOrder, java.util.List<DiscountValue> discountValues) -
Uses of DiscountValue in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return DiscountValue Modifier and Type Method Description DiscountValueDefaultAbstractOrderEntryService. getGlobalDiscountValue(T entry, DiscountValue discountValue)DiscountValueDefaultAbstractOrderService. getGlobalDiscountValue(O order, DiscountValue discountValue)Methods in de.hybris.platform.order.impl that return types with arguments of type DiscountValue Modifier and Type Method Description protected java.util.List<DiscountValue>DefaultCalculationService. findDiscountValues(AbstractOrderEntryModel entry)protected java.util.List<DiscountValue>DefaultCalculationService. findGlobalDiscounts(AbstractOrderModel order)Methods in de.hybris.platform.order.impl with parameters of type DiscountValue Modifier and Type Method Description voidDefaultAbstractOrderEntryService. addDiscountValue(T entry, DiscountValue discountValue)voidDefaultAbstractOrderService. addGlobalDiscountValue(O order, DiscountValue discountValue)DiscountValueDefaultAbstractOrderEntryService. getGlobalDiscountValue(T entry, DiscountValue discountValue)DiscountValueDefaultAbstractOrderService. getGlobalDiscountValue(O order, DiscountValue discountValue)voidDefaultAbstractOrderEntryService. removeDiscountValue(T entry, DiscountValue discountValue)voidDefaultAbstractOrderService. removeGlobalDiscountValue(O order, DiscountValue discountValue)Method parameters in de.hybris.platform.order.impl with type arguments of type DiscountValue Modifier and Type Method Description voidDefaultAbstractOrderEntryService. addAllDiscountValues(T entry, java.util.List<DiscountValue> discountValues)voidDefaultAbstractOrderService. addAllGlobalDiscountValues(O order, java.util.List<DiscountValue> discountValues) -
Uses of DiscountValue in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>FindDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)Find applicableDiscountValues for the target order entry.java.util.List<DiscountValue>FindDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)Find applicable globalDiscountValues for the target order. -
Uses of DiscountValue in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl that return DiscountValue Modifier and Type Method Description protected DiscountValueFindOrderDiscountValuesStrategy. getDiscountValue(DiscountModel discount, AbstractOrderModel order)Methods in de.hybris.platform.order.strategies.calculation.impl that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>FindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)java.util.List<DiscountValue>FindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)java.util.List<DiscountValue>FindPricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderEntryModel entry)java.util.List<DiscountValue>FindPricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderModel order) -
Uses of DiscountValue in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>PriceFactorySwitcher. getDiscountValues(AbstractOrder order)java.util.List<DiscountValue>PriceFactorySwitcher. getDiscountValues(AbstractOrderEntry entry) -
Uses of DiscountValue in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return DiscountValue Modifier and Type Method Description protected DiscountValueDefaultSLFindOrderDiscountValuesStrategy. getDiscountValue(DiscountModel discount)Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>DefaultSLFindDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)java.util.List<DiscountValue>DefaultSLFindDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)java.util.List<DiscountValue>DefaultSLFindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderEntryModel entry)java.util.List<DiscountValue>DefaultSLFindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type DiscountValue Modifier and Type Method Description voidDefaultSLFindDiscountValuesStrategy. setFindDiscountValueInfoStrategy(FindPDTValueInfoStrategy<DiscountValue,DiscountInformation,DiscountValueInfoCriteria> findDiscountValueInfoStrategy) -
Uses of DiscountValue in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl that return DiscountValue Modifier and Type Method Description DiscountValueDefaultDiscountValueConverter. convert(AbstractDiscountRowModel abstractDiscountRowModel, DiscountValueInfoCriteria criteria) -
Uses of DiscountValue in de.hybris.platform.platformbackoffice.labelproviders
Methods in de.hybris.platform.platformbackoffice.labelproviders with parameters of type DiscountValue Modifier and Type Method Description java.lang.StringDiscountValueLabelProvider. getDescription(DiscountValue discountValue)java.lang.StringDiscountValueLabelProvider. getIconPath(DiscountValue discountValue)java.lang.StringDiscountValueLabelProvider. getLabel(DiscountValue discountValue)Method parameters in de.hybris.platform.platformbackoffice.labelproviders with type arguments of type DiscountValue Modifier and Type Method Description voidDiscountValueLabelProvider. setDiscountValueRenderer(ValueParser<DiscountValue> discountValueRenderer) -
Uses of DiscountValue in de.hybris.platform.platformbackoffice.taxdiscountvalueparser
Methods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser that return DiscountValue Modifier and Type Method Description DiscountValueDiscountValueParser. parse(java.lang.String stringValue)DiscountValueTaxOrDiscount. toDiscountValue()Methods in de.hybris.platform.platformbackoffice.taxdiscountvalueparser with parameters of type DiscountValue Modifier and Type Method Description java.lang.StringDiscountValueParser. render(DiscountValue discountValue) -
Uses of DiscountValue in de.hybris.platform.promotionengineservices.promotionengine.impl
Method parameters in de.hybris.platform.promotionengineservices.promotionengine.impl with type arguments of type DiscountValue Modifier and Type Method Description protected booleanDefaultPromotionActionService. removeDiscount(java.lang.String code, java.util.List<DiscountValue> discountValuesList, java.util.function.Consumer<java.util.List<DiscountValue>> setNewDiscountValues)Removes theDiscountValuewith the given code from the given list ofDiscountValue.protected booleanDefaultPromotionActionService. removeDiscount(java.lang.String code, java.util.List<DiscountValue> discountValuesList, java.util.function.Consumer<java.util.List<DiscountValue>> setNewDiscountValues)Removes theDiscountValuewith the given code from the given list ofDiscountValue. -
Uses of DiscountValue in de.hybris.platform.promotionengineservices.promotionengine.report.dao
Method parameters in de.hybris.platform.promotionengineservices.promotionengine.report.dao with type arguments of type DiscountValue Modifier and Type Method Description java.util.List<AbstractRuleBasedPromotionActionModel>RuleBasedPromotionActionDao. findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values -
Uses of DiscountValue in de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl
Method parameters in de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl with type arguments of type DiscountValue Modifier and Type Method Description java.util.List<AbstractRuleBasedPromotionActionModel>DefaultRuleBasedPromotionActionDao. findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues) -
Uses of DiscountValue in de.hybris.platform.promotionengineservices.promotionengine.report.data
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data that return DiscountValue Modifier and Type Method Description DiscountValuePromotionEngineResult. getDiscountValue()Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data with parameters of type DiscountValue Modifier and Type Method Description voidPromotionEngineResult. setDiscountValue(DiscountValue discountValue) -
Uses of DiscountValue in de.hybris.platform.promotionengineservices.promotionengine.report.populators
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.populators that return types with arguments of type DiscountValue Modifier and Type Method Description protected abstract java.util.Collection<DiscountValue>AbstractPromotionEngineResultPopulator. getDiscountValues(S source)Provides list of discount values that will be processed by the populatorprotected java.util.List<DiscountValue>OrderDiscountPromotionEngineResultsPopulator. getDiscountValues(AbstractOrderModel source)Provides list of discount values that will be processed by the populatorprotected java.util.Collection<DiscountValue>OrderEntryDiscountPromotionEngineResultsPopulator. getDiscountValues(AbstractOrderEntryModel source)Provides list of discount values that will be processed by the populatorMethods in de.hybris.platform.promotionengineservices.promotionengine.report.populators with parameters of type DiscountValue Modifier and Type Method Description protected PromotionEngineResultAbstractPromotionEngineResultPopulator. createPromotionEngineResult(DiscountValue discountValue, java.util.List<PromotionResultModel> promotionResults)voidDiscountValuePromotionEngineResultPopulator. populate(DiscountValue source, PromotionEngineResult target) -
Uses of DiscountValue in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return DiscountValue Modifier and Type Method Description protected static DiscountValuePromotionOrderEntryAdjustAction. findOrderEntryDiscountValue(SessionContext ctx, AbstractOrderEntry orderEntry, java.lang.String discountValueCode)Methods in de.hybris.platform.promotions.jalo with parameters of type DiscountValue Modifier and Type Method Description protected static voidAbstractPromotionAction. insertFirstGlobalDiscountValue(SessionContext ctx, AbstractOrder order, DiscountValue discountValue)Add a global DiscountValue to the Order at the first position in the list of discountsprotected static voidAbstractPromotionAction. insertFirstOrderEntryDiscountValue(SessionContext ctx, AbstractOrderEntry orderEntry, DiscountValue discountValue)Add a DiscountValue to the OrderEntry at the first position in the list of discountsConstructors in de.hybris.platform.promotions.jalo with parameters of type DiscountValue Constructor Description OrderEntryAndDiscountValue(AbstractOrderEntry key, DiscountValue value) -
Uses of DiscountValue in de.hybris.platform.promotions.util
Methods in de.hybris.platform.promotions.util that return DiscountValue Modifier and Type Method Description static DiscountValueHelper. findGlobalDiscountValue(SessionContext ctx, AbstractOrder order, java.lang.String discountValueCode)Find a global discount value with specified Code -
Uses of DiscountValue in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type DiscountValue Modifier and Type Method Description protected Converter<DiscountValue,DiscountValueRAO>OrderEntryRaoPopulator. getDiscountValueConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type DiscountValue Modifier and Type Method Description protected voidOrderEntryRaoPopulator. applyDiscount(OrderEntryRAO target, DiscountValue discountValue)voidDiscountValueRaoFromDiscountValuePopulator. populate(DiscountValue source, DiscountValueRAO target)Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type DiscountValue Modifier and Type Method Description voidOrderEntryRaoPopulator. setDiscountValueConverter(Converter<DiscountValue,DiscountValueRAO> discountValueConverter) -
Uses of DiscountValue in de.hybris.platform.sap.orderexchange.outbound.impl
Methods in de.hybris.platform.sap.orderexchange.outbound.impl that return types with arguments of type DiscountValue Modifier and Type Method Description static java.util.List<DiscountValue>DefaultSalesConditionsContributor. safe(java.util.List<DiscountValue> other)Methods in de.hybris.platform.sap.orderexchange.outbound.impl with parameters of type DiscountValue Modifier and Type Method Description protected java.lang.StringDefaultSalesConditionsContributor. determinePromotionDiscountCode(OrderModel order, DiscountValue discountValue)Method parameters in de.hybris.platform.sap.orderexchange.outbound.impl with type arguments of type DiscountValue Modifier and Type Method Description static java.util.List<DiscountValue>DefaultSalesConditionsContributor. safe(java.util.List<DiscountValue> other) -
Uses of DiscountValue in de.hybris.platform.sap.sappricing.services.impl
Methods in de.hybris.platform.sap.sappricing.services.impl that return types with arguments of type DiscountValue Modifier and Type Method Description protected java.util.List<DiscountValue>SapCartCalculationService. findDiscountValues(AbstractOrderEntryModel entry) -
Uses of DiscountValue in de.hybris.platform.servicelayer
Methods in de.hybris.platform.servicelayer that return DiscountValue Modifier and Type Method Description DiscountValueDiscountValueConverter. discountToValue(AbstractDiscountRowModel discountRow)Methods in de.hybris.platform.servicelayer that return types with arguments of type DiscountValue Modifier and Type Method Description java.util.List<DiscountValue>DiscountValueConverter. discountsToValues(java.util.List<AbstractDiscountRowModel> discountRows) -
Uses of DiscountValue in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl that return types with arguments of type DiscountValue Modifier and Type Method 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) -
Uses of DiscountValue in de.hybris.platform.util
Methods in de.hybris.platform.util that return DiscountValue Modifier and Type Method Description DiscountValueDiscountValue. 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 DiscountValueDiscountValue. createAbsolute(java.lang.String code, java.lang.Double doubleValue, java.lang.String currencyIsoCode)protected DiscountValueDiscountValue. createAbsoluteAppliedValue(double quantity, int digits, java.lang.String currencyIsoCode)static DiscountValueDiscountValue. createRelative(java.lang.String code, java.lang.Double doubleValue)protected DiscountValueDiscountValue. createRelativeAppliedValue(double price, int digits, java.lang.String currencyIsoCode)static DiscountValueDiscountValue. createTargetPrice(java.lang.String code, java.lang.Double doubleValue, java.lang.String currencyIsoCode)protected DiscountValueDiscountValue. createTargetPriceAppliedValue(double quantity, double totalPriceWithoutDiscounts, int digits, java.lang.String currencyIsoCode)static DiscountValueDiscountValue. parseDiscountValue(java.lang.String str)creates a discount value object from its string representation created via @see #toString().Methods in de.hybris.platform.util with parameters of type DiscountValue Modifier and Type Method Description booleanDiscountValue. equalsIgnoreAppliedValue(DiscountValue discountValue) -
Uses of DiscountValue in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher that return DiscountValue Modifier and Type Method Description DiscountValueVoucherModelService. getDiscountValue(VoucherModel voucher, AbstractOrderModel order) -
Uses of DiscountValue in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl that return DiscountValue Modifier and Type Method Description DiscountValueDefaultVoucherModelService. getDiscountValue(VoucherModel voucher, AbstractOrderModel order) -
Uses of DiscountValue in de.hybris.platform.voucher.jalo
Methods in de.hybris.platform.voucher.jalo that return DiscountValue Modifier and Type Method Description DiscountValueVoucher. getDiscountValue(AbstractOrder anOrder)
-