Uses of Class
de.hybris.platform.commercefacades.product.data.PromotionResultData
Packages that use PromotionResultData
Package
Description
-
Uses of PromotionResultData in com.sap.retail.sapppspricing.populator
Methods in com.sap.retail.sapppspricing.populator with parameters of type PromotionResultDataModifier and TypeMethodDescriptionvoidOPPSPromotionResultPopulator.populate(PromotionResultModel source, PromotionResultData target) -
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.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)