Class TravelRuleCompilerListener
java.lang.Object
de.hybris.platform.travelrulesengine.compiler.listeners.TravelRuleCompilerListener
- All Implemented Interfaces:
de.hybris.platform.ruleengineservices.compiler.RuleCompilerListener
public class TravelRuleCompilerListener
extends Object
implements de.hybris.platform.ruleengineservices.compiler.RuleCompilerListener
Generates relevant RAOs based on rule type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterCompile(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context) voidafterCompileError(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context) voidbeforeCompile(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context)
-
Constructor Details
-
TravelRuleCompilerListener
public TravelRuleCompilerListener()
-
-
Method Details
-
beforeCompile
public void beforeCompile(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context) throws de.hybris.platform.ruleengineservices.compiler.RuleCompilerException - Specified by:
beforeCompilein interfacede.hybris.platform.ruleengineservices.compiler.RuleCompilerListener- Throws:
de.hybris.platform.ruleengineservices.compiler.RuleCompilerException
-
afterCompile
public void afterCompile(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context) throws de.hybris.platform.ruleengineservices.compiler.RuleCompilerException - Specified by:
afterCompilein interfacede.hybris.platform.ruleengineservices.compiler.RuleCompilerListener- Throws:
de.hybris.platform.ruleengineservices.compiler.RuleCompilerException
-
afterCompileError
public void afterCompileError(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context) throws de.hybris.platform.ruleengineservices.compiler.RuleCompilerException - Specified by:
afterCompileErrorin interfacede.hybris.platform.ruleengineservices.compiler.RuleCompilerListener- Throws:
de.hybris.platform.ruleengineservices.compiler.RuleCompilerException
-