Class DefaultRuleCompilerListener
java.lang.Object
de.hybris.platform.ruleengineservices.compiler.impl.DefaultRuleCompilerListener
- All Implemented Interfaces:
RuleCompilerListener
Implementation of
RuleCompilerListener that adds rule version to the context.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterCompile(RuleCompilerContext context) Handles a notification that the compilation for a particularRuleCompilerContexthas just been completed.voidafterCompileError(RuleCompilerContext context) Handles a notification that the compilation for a particularRuleCompilerContextfailed.voidbeforeCompile(RuleCompilerContext context) Handles a notification that the compilation for a particularRuleCompilerContextis about to begin.protected EngineRuleDaovoidsetEngineRuleDao(EngineRuleDao engineRuleDao)
-
Constructor Details
-
DefaultRuleCompilerListener
public DefaultRuleCompilerListener()
-
-
Method Details
-
beforeCompile
Description copied from interface:RuleCompilerListenerHandles a notification that the compilation for a particularRuleCompilerContextis about to begin.- Specified by:
beforeCompilein interfaceRuleCompilerListener- Parameters:
context- - theRuleCompilerContext
-
afterCompile
Description copied from interface:RuleCompilerListenerHandles a notification that the compilation for a particularRuleCompilerContexthas just been completed.- Specified by:
afterCompilein interfaceRuleCompilerListener- Parameters:
context- - theRuleCompilerContext
-
afterCompileError
Description copied from interface:RuleCompilerListenerHandles a notification that the compilation for a particularRuleCompilerContextfailed.- Specified by:
afterCompileErrorin interfaceRuleCompilerListener- Parameters:
context- - theRuleCompilerContext
-
getEngineRuleDao
-
setEngineRuleDao
-