Uses of Class
de.hybris.platform.jalo.order.price.DiscountInformation
-
-
Uses of DiscountInformation in de.hybris.platform.europe1.jalo
Subclasses of DiscountInformation in de.hybris.platform.europe1.jalo Modifier and Type Class Description classEurope1DiscountInformation -
Uses of DiscountInformation in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that return types with arguments of type DiscountInformation Modifier and Type Method Description java.util.Collection<DiscountInformation>ProductPriceInformations. getDiscounts()The collection of available disocunts as discount info rows. -
Uses of DiscountInformation in de.hybris.platform.order
Methods in de.hybris.platform.order that return types with arguments of type DiscountInformation Modifier and Type Method Description default java.util.List<DiscountInformation>DiscountService. getDiscountInformation(BaseCriteria baseCriteria)Get discountsDiscountInformations for given criteria. -
Uses of DiscountInformation in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return types with arguments of type DiscountInformation Modifier and Type Method Description java.util.List<DiscountInformation>DefaultDiscountService. getDiscountInformation(BaseCriteria baseCriteria) -
Uses of DiscountInformation in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation that return types with arguments of type DiscountInformation Modifier and Type Method Description default java.util.List<DiscountInformation>FindDiscountValuesStrategy. getDiscountInformation(BaseCriteria baseCriteria)Get discountsDiscountInformations for given criteria. -
Uses of DiscountInformation in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl that return types with arguments of type DiscountInformation Modifier and Type Method Description java.util.List<DiscountInformation>FindPricingWithCurrentPriceFactoryStrategy. getDiscountInformation(BaseCriteria priceCriteria) -
Uses of DiscountInformation 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 DiscountInformation Modifier and Type Method Description java.util.List<DiscountInformation>PriceFactorySwitcher. getProductDiscountInformations(SessionContext ctx, Product product, java.util.Date date, boolean net) -
Uses of DiscountInformation in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return types with arguments of type DiscountInformation Modifier and Type Method Description java.util.List<DiscountInformation>DefaultSLFindDiscountValuesStrategy. getDiscountInformation(BaseCriteria baseCriteria)Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type DiscountInformation Modifier and Type Method Description voidDefaultSLFindDiscountValuesStrategy. setFindDiscountValueInfoStrategy(FindPDTValueInfoStrategy<DiscountValue,DiscountInformation,DiscountValueInfoCriteria> findDiscountValueInfoStrategy) -
Uses of DiscountInformation in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl that return DiscountInformation Modifier and Type Method Description DiscountInformationDefaultDiscountInfoConverter. convert(AbstractDiscountRowModel abstractDiscountRowModel, DiscountValueInfoCriteria criteria)
-