Uses of Class
de.hybris.platform.commercefacades.promotion.data.PromotionRestrictionData
Packages that use PromotionRestrictionData
Package
Description
-
Uses of PromotionRestrictionData in de.hybris.platform.commercefacades.product.data
Methods in de.hybris.platform.commercefacades.product.data that return types with arguments of type PromotionRestrictionDataMethod parameters in de.hybris.platform.commercefacades.product.data with type arguments of type PromotionRestrictionDataModifier and TypeMethodDescriptionvoidPromotionData.setRestrictions(Collection<PromotionRestrictionData> restrictions) -
Uses of PromotionRestrictionData in de.hybris.platform.commercefacades.promotion.converters.populator
Methods in de.hybris.platform.commercefacades.promotion.converters.populator that return types with arguments of type PromotionRestrictionDataModifier and TypeMethodDescriptionprotected Collection<PromotionRestrictionData>PromotionExtendedPopulator.convertRestrictions(Collection<AbstractPromotionRestrictionModel> restrictions) PromotionExtendedPopulator.getPromotionRestrictionConverter()Methods in de.hybris.platform.commercefacades.promotion.converters.populator with parameters of type PromotionRestrictionDataModifier and TypeMethodDescriptionvoidPromotionRestrictionPopulator.populate(AbstractPromotionRestrictionModel source, PromotionRestrictionData target) Method parameters in de.hybris.platform.commercefacades.promotion.converters.populator with type arguments of type PromotionRestrictionDataModifier and TypeMethodDescriptionvoidPromotionExtendedPopulator.setPromotionRestrictionConverter(Converter<AbstractPromotionRestrictionModel, PromotionRestrictionData> promotionRestrictionConverter)