Uses of Interface
de.hybris.platform.ruleengineservices.compiler.RuleCompilerContextFactory
-
Packages that use RuleCompilerContextFactory Package Description de.hybris.platform.promotionengineservices.interceptors de.hybris.platform.ruleengineservices.compiler.impl -
-
Uses of RuleCompilerContextFactory in de.hybris.platform.promotionengineservices.interceptors
Methods in de.hybris.platform.promotionengineservices.interceptors that return RuleCompilerContextFactory Modifier and Type Method Description protected RuleCompilerContextFactory<DefaultRuleCompilerContext>PromotionRulePrepareInterceptor. getRuleCompilerContextFactory()Methods in de.hybris.platform.promotionengineservices.interceptors with parameters of type RuleCompilerContextFactory Modifier and Type Method Description voidPromotionRulePrepareInterceptor. setRuleCompilerContextFactory(RuleCompilerContextFactory<DefaultRuleCompilerContext> ruleCompilerContextFactory) -
Uses of RuleCompilerContextFactory in de.hybris.platform.ruleengineservices.compiler.impl
Classes in de.hybris.platform.ruleengineservices.compiler.impl that implement RuleCompilerContextFactory Modifier and Type Class Description classDefaultRuleCompilerContextFactoryDefault implementation ofRuleCompilerContextFactory.Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleCompilerContextFactory Modifier and Type Method Description protected RuleCompilerContextFactory<DefaultRuleCompilerContext>DefaultRuleCompilerService. getRuleCompilerContextFactory()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleCompilerContextFactory Modifier and Type Method Description voidDefaultRuleCompilerService. setRuleCompilerContextFactory(RuleCompilerContextFactory<DefaultRuleCompilerContext> ruleCompilerContextFactory)
-