Uses of Class
de.hybris.platform.ruleengine.RuleEvaluationResult
-
-
Uses of RuleEvaluationResult in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl that return RuleEvaluationResult Modifier and Type Method Description protected RuleEvaluationResultAbstractRuleEngineServicesTest. evaluate(java.util.Set<java.lang.Object> facts)RuleEvaluationResultDefaultCommerceRuleEngineService. evaluate(RuleEvaluationContext context)protected RuleEvaluationResultAbstractRuleEngineServicesTest. evaluateAndFailOnError(java.util.Set<java.lang.Object> facts) -
Uses of RuleEvaluationResult in de.hybris.platform.promotionengineservices.promotionengine
Methods in de.hybris.platform.promotionengineservices.promotionengine that return RuleEvaluationResult Modifier and Type Method Description RuleEvaluationResultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups)evaluate the promotions for the given cart or order and for now.RuleEvaluationResultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups, java.util.Date date)evaluate the promotions for the given cart or order and for the date.RuleEvaluationResultPromotionEngineService. evaluate(ProductModel product, java.util.Collection<PromotionGroupModel> promotionGroups)Deprecated, for removal: This API element is subject to removal in a future version.since 2005, to be removed -
Uses of RuleEvaluationResult in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return RuleEvaluationResult Modifier and Type Method Description RuleEvaluationResultDefaultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups)RuleEvaluationResultDefaultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups, java.util.Date date)RuleEvaluationResultDefaultPromotionEngineService. evaluate(ProductModel product, java.util.Collection<PromotionGroupModel> promotionGroups) -
Uses of RuleEvaluationResult in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return RuleEvaluationResult Modifier and Type Method Description RuleEvaluationResultRuleEngineService. evaluate(RuleEvaluationContext context)Since 6.0 Executes rule evaluation for given RuleEvaluationContext. -
Uses of RuleEvaluationResult in de.hybris.platform.ruleengine.impl
Methods in de.hybris.platform.ruleengine.impl that return RuleEvaluationResult Modifier and Type Method Description RuleEvaluationResultDefaultPlatformRuleEngineService. evaluate(RuleEvaluationContext context) -
Uses of RuleEvaluationResult in de.hybris.platform.ruleengineservices.maintenance.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.impl that return RuleEvaluationResult Modifier and Type Method Description protected RuleEvaluationResultDefaultRuleMaintenanceServicePerformanceTest. evaluate(java.util.Set<java.lang.Object> facts) -
Uses of RuleEvaluationResult in de.hybris.platform.sap.productconfig.rules
Methods in de.hybris.platform.sap.productconfig.rules that return RuleEvaluationResult Modifier and Type Method Description static RuleEvaluationResultConfigurationRulesTestData. createEmptyRulesResult() -
Uses of RuleEvaluationResult in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl with parameters of type RuleEvaluationResult Modifier and Type Method Description protected booleanProductConfigurationRuleAwareServiceImpl. applyRulesResult(RuleEvaluationResult rulesResult, ConfigModel configModel)
-