Uses of Enum Class
de.hybris.platform.promotions.jalo.AbstractPromotionRestriction.RestrictionResult
Packages that use AbstractPromotionRestriction.RestrictionResult
Package
Description
-
Uses of AbstractPromotionRestriction.RestrictionResult in de.hybris.platform.commerceservices.jalo.promotions
Methods in de.hybris.platform.commerceservices.jalo.promotions that return AbstractPromotionRestriction.RestrictionResultModifier and TypeMethodDescriptionPromotionOrderRestriction.evaluate(SessionContext ctx, Collection<Product> products, Date date, AbstractOrder order) -
Uses of AbstractPromotionRestriction.RestrictionResult in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return AbstractPromotionRestriction.RestrictionResultModifier and TypeMethodDescriptionAbstractPromotionRestriction.evaluate(SessionContext ctx, Product product, Date date, AbstractOrder order) Evaluate this restriction.AbstractPromotionRestriction.evaluate(SessionContext ctx, Collection<Product> products, Date date, AbstractOrder order) Evaluate this restriction.PromotionProductRestriction.evaluate(SessionContext ctx, Collection<Product> products, Date date, AbstractOrder order) PromotionUserRestriction.evaluate(SessionContext ctx, Collection<Product> products, Date date, AbstractOrder order) Returns the enum constant of this class with the specified name.AbstractPromotionRestriction.RestrictionResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AbstractPromotionRestriction.RestrictionResult in de.hybris.platform.subscriptionservices.jalo
Methods in de.hybris.platform.subscriptionservices.jalo that return AbstractPromotionRestriction.RestrictionResultModifier and TypeMethodDescriptionPromotionBillingTimeRestriction.evaluate(SessionContext ctx, Collection<Product> products, Date date, AbstractOrder abstractOrder)