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 RuleEvaluationContextDefaultPromotionEngineService. 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 givensourceobject 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 FactContextFactContextFactory. 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 FactContextDefaultFactContextFactory. 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 FactContextProductConfigurationRuleAwareServiceImpl. 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 RuleEvaluationContextProductConfigurationRuleAwareServiceImpl. prepareRuleEvaluationContext(FactContext factContext, AbstractRuleEngineContextModel engineContext)protected java.util.Set<java.lang.Object>ProductConfigurationRuleAwareServiceImpl. provideRAOs(FactContext factContext)
-