| Modifier and Type | Method and Description |
|---|---|
RuleEvaluationResult |
DefaultCommerceRuleEngineService.evaluate(RuleEvaluationContext context) |
protected RuleEvaluationResult |
AbstractRuleEngineServicesTest.evaluate(Set<Object> facts) |
protected RuleEvaluationResult |
AbstractRuleEngineServicesTest.evaluateAndFailOnError(Set<Object> facts) |
| Modifier and Type | Method and Description |
|---|---|
RuleEvaluationResult |
PromotionEngineService.evaluate(AbstractOrderModel order,
Collection<PromotionGroupModel> promotionGroups)
evaluate the promotions for the given cart.
|
RuleEvaluationResult |
PromotionEngineService.evaluate(CartModel cart,
Collection<PromotionGroupModel> promotionGroups)
Deprecated.
since 6.3, use
PromotionEngineService.evaluate(AbstractOrderModel, Collection) evaluate the
promotions for
the given cart. This does not apply the result to the cart. |
RuleEvaluationResult |
PromotionEngineService.evaluate(ProductModel product,
Collection<PromotionGroupModel> promotionGroups) |
| Modifier and Type | Method and Description |
|---|---|
RuleEvaluationResult |
DefaultPromotionEngineService.evaluate(AbstractOrderModel order,
Collection<PromotionGroupModel> promotionGroups) |
RuleEvaluationResult |
DefaultPromotionEngineService.evaluate(CartModel cart,
Collection<PromotionGroupModel> promotionGroups)
Deprecated.
|
RuleEvaluationResult |
DefaultPromotionEngineService.evaluate(ProductModel product,
Collection<PromotionGroupModel> promotionGroups) |
| Modifier and Type | Method and Description |
|---|---|
RuleEvaluationResult |
RuleEngineService.evaluate(RuleEvaluationContext context)
Executes rule evaluation for given RuleEvaluationContext.
|
| Modifier and Type | Method and Description |
|---|---|
RuleEvaluationResult |
DefaultPlatformRuleEngineService.evaluate(RuleEvaluationContext context) |
| Modifier and Type | Method and Description |
|---|---|
static RuleEvaluationResult |
ConfigurationRulesTestData.createEmptyRulesResult() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProductConfigurationRuleAwareServiceImpl.applyRulesResult(RuleEvaluationResult rulesResult,
ConfigModel configModel) |
Copyright © 2017 SAP SE. All Rights Reserved.