Uses of Class
de.hybris.platform.promotions.jalo.PromotionsManager.RestrictionSetResult
Packages that use PromotionsManager.RestrictionSetResult
-
Uses of PromotionsManager.RestrictionSetResult in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return PromotionsManager.RestrictionSetResultModifier and TypeMethodDescriptionPromotionsManager.evaluateRestrictions(SessionContext ctx, List<Product> products, AbstractOrder order, AbstractPromotion promo, Date date) Evaluate all of the restrictions for a given promotion and return a result object containing the allowed items.PromotionsManager.evaluateRestrictions(SessionContext ctx, List<Product> products, AbstractOrder order, Collection<AbstractPromotionRestriction> restrictions, Date date) Evaluate the specified restrictions and return a result object containing the allowed items.protected PromotionsManager.RestrictionSetResultProductPromotion.findAllProducts(SessionContext ctx, PromotionEvaluationContext promoContext) Find all products that this promotion applies to by both direct association and via categories.protected PromotionsManager.RestrictionSetResultProductPromotion.findEligibleProductsInBasket(SessionContext ctx, PromotionEvaluationContext promoContext) Return the intersection of the set of products bound to this promotion and the current cart contents.