Uses of Enum Class
de.hybris.platform.commercefacades.promotion.PromotionOption
Packages that use PromotionOption
Package
Description
-
Uses of PromotionOption in de.hybris.platform.commercefacades.promotion
Methods in de.hybris.platform.commercefacades.promotion that return PromotionOptionModifier and TypeMethodDescriptionstatic PromotionOptionReturns the enum constant of this class with the specified name.static PromotionOption[]PromotionOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.hybris.platform.commercefacades.promotion with type arguments of type PromotionOptionModifier and TypeMethodDescriptionCommercePromotionFacade.getPromotion(String code, Collection<PromotionOption> options) Get promotion base on its code -
Uses of PromotionOption in de.hybris.platform.commercefacades.promotion.impl
Fields in de.hybris.platform.commercefacades.promotion.impl with type parameters of type PromotionOptionMethods in de.hybris.platform.commercefacades.promotion.impl that return types with arguments of type PromotionOptionModifier and TypeMethodDescriptionDefaultCommercePromotionFacade.getPromotionConfiguredPopulator()Method parameters in de.hybris.platform.commercefacades.promotion.impl with type arguments of type PromotionOptionModifier and TypeMethodDescriptionDefaultCommercePromotionFacade.getPromotion(String code, Collection<PromotionOption> options) voidDefaultCommercePromotionFacade.setPromotionConfiguredPopulator(ConfigurablePopulator<AbstractPromotionModel, PromotionData, PromotionOption> promotionConfiguredPopulator) -
Uses of PromotionOption in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return types with arguments of type PromotionOptionModifier and TypeMethodDescriptionprotected Set<PromotionOption>PromotionsController.extractOptions(String options)