Uses of Class
de.hybris.platform.commercefacades.promotion.PromotionOption
-
Packages that use PromotionOption Package Description de.hybris.platform.commercefacades.promotion de.hybris.platform.commercefacades.promotion.impl de.hybris.platform.ycommercewebservices.v1.controller -
-
Uses of PromotionOption in de.hybris.platform.commercefacades.promotion
Methods in de.hybris.platform.commercefacades.promotion that return PromotionOption Modifier and Type Method Description static PromotionOptionPromotionOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PromotionOption[]PromotionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.hybris.platform.commercefacades.promotion with type arguments of type PromotionOption Modifier and Type Method Description PromotionDataCommercePromotionFacade. getPromotion(java.lang.String code, java.util.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 PromotionOption Modifier and Type Field Description protected ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption>DefaultCommercePromotionFacadeTest. promotionConfiguredPopulatorMethods in de.hybris.platform.commercefacades.promotion.impl that return types with arguments of type PromotionOption Modifier and Type Method Description protected ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption>DefaultCommercePromotionFacade. getPromotionConfiguredPopulator()Method parameters in de.hybris.platform.commercefacades.promotion.impl with type arguments of type PromotionOption Modifier and Type Method Description PromotionDataDefaultCommercePromotionFacade. getPromotion(java.lang.String code, java.util.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 PromotionOption Modifier and Type Method Description protected java.util.Set<PromotionOption>PromotionsController. extractOptions(java.lang.String options)
-