Uses of Class
de.hybris.platform.promotions.jalo.AbstractPromotionRestriction.RestrictionResult
-
-
Uses of AbstractPromotionRestriction.RestrictionResult in de.hybris.platform.commerceservices.jalo.promotions
Methods in de.hybris.platform.commerceservices.jalo.promotions that return AbstractPromotionRestriction.RestrictionResult Modifier and Type Method Description AbstractPromotionRestriction.RestrictionResultPromotionOrderRestriction. evaluate(SessionContext ctx, java.util.Collection<Product> products, java.util.Date date, AbstractOrder order) -
Uses of AbstractPromotionRestriction.RestrictionResult in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return AbstractPromotionRestriction.RestrictionResult Modifier and Type Method Description AbstractPromotionRestriction.RestrictionResultAbstractPromotionRestriction. evaluate(SessionContext ctx, Product product, java.util.Date date, AbstractOrder order)Evaluate this restriction.abstract AbstractPromotionRestriction.RestrictionResultAbstractPromotionRestriction. evaluate(SessionContext ctx, java.util.Collection<Product> products, java.util.Date date, AbstractOrder order)Evaluate this restriction.AbstractPromotionRestriction.RestrictionResultPromotionProductRestriction. evaluate(SessionContext ctx, java.util.Collection<Product> products, java.util.Date date, AbstractOrder order)AbstractPromotionRestriction.RestrictionResultPromotionUserRestriction. evaluate(SessionContext ctx, java.util.Collection<Product> products, java.util.Date date, AbstractOrder order)static AbstractPromotionRestriction.RestrictionResultAbstractPromotionRestriction.RestrictionResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractPromotionRestriction.RestrictionResult[]AbstractPromotionRestriction.RestrictionResult. values()Returns an array containing the constants of this enum type, 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.RestrictionResult Modifier and Type Method Description AbstractPromotionRestriction.RestrictionResultPromotionBillingTimeRestriction. evaluate(SessionContext ctx, java.util.Collection<Product> products, java.util.Date date, AbstractOrder abstractOrder)
-