Uses of Interface
de.hybris.platform.order.DiscountService
-
-
Uses of DiscountService in de.hybris.platform.commercefacades.voucher.converters.populator
Methods in de.hybris.platform.commercefacades.voucher.converters.populator that return DiscountService Modifier and Type Method Description DiscountServiceVoucherAppliedValuePopulator. getDiscountService()Methods in de.hybris.platform.commercefacades.voucher.converters.populator with parameters of type DiscountService Modifier and Type Method Description voidVoucherAppliedValuePopulator. setDiscountService(DiscountService discountService) -
Uses of DiscountService in de.hybris.platform.order.impl
Classes in de.hybris.platform.order.impl that implement DiscountService Modifier and Type Class Description classDefaultDiscountServiceDefault implementation of theDiscountService. -
Uses of DiscountService in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors with parameters of type DiscountService Modifier and Type Method Description voidRemoveDiscountsOnCurrencyRemovalInterceptor. setDiscountService(DiscountService discountService) -
Uses of DiscountService in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal with parameters of type DiscountService Modifier and Type Method Description voidPriceFactorySwitcher. setDiscountService(DiscountService discountService)
-