Uses of Class
de.hybris.platform.commercefacades.product.data.PromotionResultData
Packages that use PromotionResultData
Package
Description
-
Uses of PromotionResultData in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type PromotionResultDataModifier and TypeMethodDescriptionprotected static booleanFunctions.doesPromotionExistForOrderEntry(Integer entryNumberToFind, PromotionResultData productPromotion) Method parameters in de.hybris.platform.acceleratorstorefrontcommons.tags with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionstatic booleanFunctions.doesPromotionExistForOrderEntry(List<PromotionResultData> productPromotions, int entryNumber) -
Uses of PromotionResultData in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type PromotionResultDataModifier and TypeMethodDescriptionprotected Converter<PromotionResultModel,PromotionResultData> AbstractOrderPopulator.getPromotionResultConverter()protected List<PromotionResultData>AbstractOrderPopulator.getPromotions(List<PromotionResult> promotionsResults) Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type PromotionResultDataModifier and TypeMethodDescriptionvoidPromotionResultPopulator.populate(PromotionResultModel source, PromotionResultData target) Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionvoidAbstractOrderPopulator.setPromotionResultConverter(Converter<PromotionResultModel, PromotionResultData> promotionResultConverter) -
Uses of PromotionResultData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return types with arguments of type PromotionResultDataModifier and TypeMethodDescriptionAbstractOrderData.getAppliedOrderPromotions()AbstractOrderData.getAppliedProductPromotions()CartData.getPotentialOrderPromotions()CartData.getPotentialProductPromotions()Method parameters in de.hybris.platform.commercefacades.order.data with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionvoidAbstractOrderData.setAppliedOrderPromotions(List<PromotionResultData> appliedOrderPromotions) voidAbstractOrderData.setAppliedProductPromotions(List<PromotionResultData> appliedProductPromotions) voidCartData.setPotentialOrderPromotions(List<PromotionResultData> potentialOrderPromotions) voidCartData.setPotentialProductPromotions(List<PromotionResultData> potentialProductPromotions) -
Uses of PromotionResultData in de.hybris.platform.commercewebservices.core.product.data
Methods in de.hybris.platform.commercewebservices.core.product.data that return types with arguments of type PromotionResultDataMethod parameters in de.hybris.platform.commercewebservices.core.product.data with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionvoidPromotionResultDataList.setPromotions(List<PromotionResultData> promotions) -
Uses of PromotionResultData in de.hybris.platform.ordermanagementfacades.order.data
Methods in de.hybris.platform.ordermanagementfacades.order.data that return types with arguments of type PromotionResultDataMethod parameters in de.hybris.platform.ordermanagementfacades.order.data with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionvoidOrderRequestData.setAllPromotionResults(Set<PromotionResultData> allPromotionResults) -
Uses of PromotionResultData in de.hybris.platform.subscriptionfacades.data
Methods in de.hybris.platform.subscriptionfacades.data that return types with arguments of type PromotionResultDataModifier and TypeMethodDescriptionOrderPriceData.getAppliedOrderPromotions()OrderPriceData.getAppliedProductPromotions()OrderPriceData.getPotentialOrderPromotions()OrderPriceData.getPotentialProductPromotions()Method parameters in de.hybris.platform.subscriptionfacades.data with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionvoidOrderPriceData.setAppliedOrderPromotions(List<PromotionResultData> appliedOrderPromotions) voidOrderPriceData.setAppliedProductPromotions(List<PromotionResultData> appliedProductPromotions) voidOrderPriceData.setPotentialOrderPromotions(List<PromotionResultData> potentialOrderPromotions) voidOrderPriceData.setPotentialProductPromotions(List<PromotionResultData> potentialProductPromotions) -
Uses of PromotionResultData in de.hybris.platform.subscriptionfacades.order.converters.populator
Methods in de.hybris.platform.subscriptionfacades.order.converters.populator that return types with arguments of type PromotionResultDataModifier and TypeMethodDescriptionprotected List<PromotionResultData>AbstractSubscriptionOrderPopulator.getSubscriptionPromotions(AbstractOrderModel abstractOrder, List<PromotionResult> promotionsResultList) re-map the consumed order entry numbers in child carts to the master cart entry number. -
Uses of PromotionResultData in de.hybris.platform.ycommercewebservices.product.data
Methods in de.hybris.platform.ycommercewebservices.product.data that return types with arguments of type PromotionResultDataMethod parameters in de.hybris.platform.ycommercewebservices.product.data with type arguments of type PromotionResultDataModifier and TypeMethodDescriptionvoidPromotionResultDataList.setPromotions(List<PromotionResultData> promotions)