Uses of Class
de.hybris.platform.ruleengineservices.rao.RuleEngineResultRAO
-
-
Uses of RuleEngineResultRAO in de.hybris.platform.droolsruleengineservices.compiler.impl
Methods in de.hybris.platform.droolsruleengineservices.compiler.impl that return RuleEngineResultRAO Modifier and Type Method Description RuleEngineResultRAODefaultDroolsRuleActionContext. getRuleEngineResultRao() -
Uses of RuleEngineResultRAO in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl that return RuleEngineResultRAO Modifier and Type Method Description protected RuleEngineResultRAODefaultCommerceRuleEngineService. addRuleEngineResultRAO(RuleEvaluationContext context)Adds a RuleEngineResultRAO to the facts of this context if it doesn't exist already. -
Uses of RuleEngineResultRAO in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type RuleEngineResultRAO Modifier and Type Method Description java.util.List<ItemModel>DefaultPromotionRuleActionService. applyAllActions(RuleEngineResultRAO ruleEngineResultRAO) -
Uses of RuleEngineResultRAO in de.hybris.platform.ruleengine
Methods in de.hybris.platform.ruleengine that return RuleEngineResultRAO Modifier and Type Method Description RuleEngineResultRAORuleEvaluationResult. getResult()Methods in de.hybris.platform.ruleengine with parameters of type RuleEngineResultRAO Modifier and Type Method Description voidRuleEvaluationResult. setResult(RuleEngineResultRAO result) -
Uses of RuleEngineResultRAO in de.hybris.platform.ruleengineservices.action
Methods in de.hybris.platform.ruleengineservices.action with parameters of type RuleEngineResultRAO Modifier and Type Method Description java.util.List<ItemModel>RuleActionService. applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)Applies Actions of Rule Engine Result in a way specific to an Action instance that can change current state of related to the Action object entities (Order, OrderEntries etc.). -
Uses of RuleEngineResultRAO in de.hybris.platform.ruleengineservices.action.impl
Methods in de.hybris.platform.ruleengineservices.action.impl with parameters of type RuleEngineResultRAO Modifier and Type Method Description java.util.List<ItemModel>DefaultRuleActionService. applyAllActions(RuleEngineResultRAO ruleEngineResultRAO)Takes a RuleEngineResultRAO as argument and gets list of its Actions, then for each Action applies corresponding RuleActionStrategy specified by its strategy field. -
Uses of RuleEngineResultRAO in de.hybris.platform.ruleengineservices.rule.evaluation
Methods in de.hybris.platform.ruleengineservices.rule.evaluation that return RuleEngineResultRAO Modifier and Type Method Description RuleEngineResultRAORuleActionContext. getRuleEngineResultRao()Get rule engine result RAO -
Uses of RuleEngineResultRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type RuleEngineResultRAO Modifier and Type Method Description protected java.util.List<DiscountRAO>RulePartnerOrderEntryFixedDiscountRAOAction. addDiscountAndConsume(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> selectionStrategies, boolean absolute, java.math.BigDecimal price, RuleEngineResultRAO result)voidRuleChangeDeliveryModeRAOAction. changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode, RuleEngineResultRAO result, RuleActionContext context) -
Uses of RuleEngineResultRAO in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl
Methods in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl that return RuleEngineResultRAO Modifier and Type Method Description protected RuleEngineResultRAOAbstractProductConfigRAOActionTCBase. getResult()
-