Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PromotionRef
Packages that use PromotionRef
Package
Description
-
Uses of PromotionRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.promotionref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.promotionref with parameters of type PromotionRefModifier and TypeMethodDescriptionvoidPromotionRefAtReferredTypeAttributeMapper.populateTargetAttributeFromSource(PromotionResultData source, PromotionRef target, ma.glasnost.orika.MappingContext context) voidPromotionRefAtTypeAttributeMapper.populateTargetAttributeFromSource(PromotionResultData source, PromotionRef target, ma.glasnost.orika.MappingContext context) voidPromotionRefHrefAttributeMapper.populateTargetAttributeFromSource(PromotionResultData source, PromotionRef target, ma.glasnost.orika.MappingContext context) voidPromotionRefIdAttributeMapper.populateTargetAttributeFromSource(PromotionResultData source, PromotionRef target, ma.glasnost.orika.MappingContext context) voidPromotionRefMessageAttributeMapper.populateTargetAttributeFromSource(PromotionResultData source, PromotionRef target, ma.glasnost.orika.MappingContext context) -
Uses of PromotionRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PromotionRefMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PromotionRefModifier and TypeMethodDescription@Valid List<PromotionRef>CartItem.getPromotion()Get promotion@Valid List<PromotionRef>OrderItem.getPromotion()Get promotion@Valid List<PromotionRef>ProductOrder.getPromotion()Get promotion@Valid List<PromotionRef>ShoppingCart.getPromotion()Get promotionMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PromotionRefModifier and TypeMethodDescriptionCartItem.addPromotionItem(PromotionRef promotionItem) OrderItem.addPromotionItem(PromotionRef promotionItem) ProductOrder.addPromotionItem(PromotionRef promotionItem) ShoppingCart.addPromotionItem(PromotionRef promotionItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PromotionRefModifier and TypeMethodDescriptionCartItem.promotion(List<PromotionRef> promotion) OrderItem.promotion(List<PromotionRef> promotion) ProductOrder.promotion(List<PromotionRef> promotion) ShoppingCart.promotion(List<PromotionRef> promotion) voidCartItem.setPromotion(List<PromotionRef> promotion) voidOrderItem.setPromotion(List<PromotionRef> promotion) voidProductOrder.setPromotion(List<PromotionRef> promotion) voidShoppingCart.setPromotion(List<PromotionRef> promotion) -
Uses of PromotionRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type PromotionRefModifier and TypeMethodDescription@Valid List<PromotionRef>ProductOrder.getPromotion()Get promotionMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PromotionRefMethod parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type PromotionRefModifier and TypeMethodDescriptionProductOrder.promotion(List<PromotionRef> promotion) voidProductOrder.setPromotion(List<PromotionRef> promotion)