| Modifier and Type | Method and Description |
|---|---|
AbstractPromotionRestriction.RestrictionResult |
PromotionOrderRestriction.evaluate(SessionContext ctx,
java.util.Collection<Product> products,
java.util.Date date,
AbstractOrder order) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractPromotionRestriction.RestrictionResult |
AbstractPromotionRestriction.evaluate(SessionContext ctx,
java.util.Collection<Product> products,
java.util.Date date,
AbstractOrder order)
Evaluate this restriction.
|
AbstractPromotionRestriction.RestrictionResult |
PromotionUserRestriction.evaluate(SessionContext ctx,
java.util.Collection<Product> products,
java.util.Date date,
AbstractOrder order) |
AbstractPromotionRestriction.RestrictionResult |
PromotionProductRestriction.evaluate(SessionContext ctx,
java.util.Collection<Product> products,
java.util.Date date,
AbstractOrder order) |
AbstractPromotionRestriction.RestrictionResult |
AbstractPromotionRestriction.evaluate(SessionContext ctx,
Product product,
java.util.Date date,
AbstractOrder order)
Evaluate this restriction.
|
static AbstractPromotionRestriction.RestrictionResult |
AbstractPromotionRestriction.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.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPromotionRestriction.RestrictionResult |
PromotionBillingTimeRestriction.evaluate(SessionContext ctx,
java.util.Collection<Product> products,
java.util.Date date,
AbstractOrder abstractOrder) |
Copyright © 2018 SAP SE. All Rights Reserved.