Uses of Class
de.hybris.platform.commercewebservicescommons.dto.product.PromotionResultWsDTO
Packages that use PromotionResultWsDTO
Package
Description
-
Uses of PromotionResultWsDTO in de.hybris.platform.commercewebservicescommons.dto.order
Methods in de.hybris.platform.commercewebservicescommons.dto.order that return types with arguments of type PromotionResultWsDTOModifier and TypeMethodDescriptionAbstractOrderWsDTO.getAppliedOrderPromotions()AbstractOrderWsDTO.getAppliedProductPromotions()CartWsDTO.getPotentialOrderPromotions()CartWsDTO.getPotentialProductPromotions()Method parameters in de.hybris.platform.commercewebservicescommons.dto.order with type arguments of type PromotionResultWsDTOModifier and TypeMethodDescriptionvoidAbstractOrderWsDTO.setAppliedOrderPromotions(List<PromotionResultWsDTO> appliedOrderPromotions) voidAbstractOrderWsDTO.setAppliedProductPromotions(List<PromotionResultWsDTO> appliedProductPromotions) voidCartWsDTO.setPotentialOrderPromotions(List<PromotionResultWsDTO> potentialOrderPromotions) voidCartWsDTO.setPotentialProductPromotions(List<PromotionResultWsDTO> potentialProductPromotions) -
Uses of PromotionResultWsDTO in de.hybris.platform.commercewebservicescommons.dto.product
Methods in de.hybris.platform.commercewebservicescommons.dto.product that return types with arguments of type PromotionResultWsDTOMethod parameters in de.hybris.platform.commercewebservicescommons.dto.product with type arguments of type PromotionResultWsDTOModifier and TypeMethodDescriptionvoidPromotionResultListWsDTO.setPromotions(List<PromotionResultWsDTO> promotions)