Uses of Class
de.hybris.platform.ruleengineservices.rao.providers.impl.FactContext
-
-
Uses of FactContext in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl with parameters of type FactContext Modifier and Type Method Description protected java.util.Set<java.lang.Object>
AbstractRuleEngineServicesTest. provideRAOs(FactContext factContext)
protected java.util.Set<java.lang.Object>
DefaultCommerceRuleEngineService. provideRAOs(FactContext factContext)
-
Uses of FactContext in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type FactContext Modifier and Type Method Description protected RuleEvaluationContext
DefaultPromotionEngineService. prepareContext(FactContext factContext, AbstractRuleEngineContextModel ruleEngineContext)
Sets up the rule evaluation context using the provided factContext with facts and rao providers and sets the given ruleEngineContext.protected java.util.Set<java.lang.Object>
DefaultPromotionEngineService. provideRAOs(FactContext factContext)
Converts the givensource
object into an RAO using the configuredraoProviders
. -
Uses of FactContext in de.hybris.platform.ruleengineservices.rao.providers
Methods in de.hybris.platform.ruleengineservices.rao.providers that return FactContext Modifier and Type Method Description FactContext
FactContextFactory. createFactContext(FactContextType type, java.util.Collection<?> facts)
-
Uses of FactContext in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return FactContext Modifier and Type Method Description FactContext
DefaultFactContextFactory. createFactContext(FactContextType type, java.util.Collection<?> facts)
-
Uses of FactContext in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl that return FactContext Modifier and Type Method Description protected FactContext
ProductConfigurationRuleAwareServiceImpl. createFactContext(CartModel cartModel, ConfigModel currentConfigModel, ProductConfigProcessStepModel processStepModel)
Methods in de.hybris.platform.sap.productconfig.rules.service.impl with parameters of type FactContext Modifier and Type Method Description protected RuleEvaluationContext
ProductConfigurationRuleAwareServiceImpl. prepareRuleEvaluationContext(FactContext factContext, AbstractRuleEngineContextModel engineContext)
protected java.util.Set<java.lang.Object>
ProductConfigurationRuleAwareServiceImpl. provideRAOs(FactContext factContext)
-