Class RuleConfigurableProductConditionTranslator
java.lang.Object
de.hybris.platform.sap.productconfig.rules.conditions.RuleConfigurableProductBaseConditionTranslator
de.hybris.platform.sap.productconfig.rules.conditions.RuleConfigurableProductConditionTranslator
- All Implemented Interfaces:
RuleConditionTranslator
public class RuleConfigurableProductConditionTranslator
extends RuleConfigurableProductBaseConditionTranslator
Creates the intermediate representation of the current Configurable Product condition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontranslate(RuleCompilerContext context, RuleConditionData condition, RuleConditionDefinitionData conditionDefinition) Translates a rule condition to the intermediate representation.Methods inherited from class de.hybris.platform.sap.productconfig.rules.conditions.RuleConfigurableProductBaseConditionTranslator
getCstic, getCsticValue, getProduct, getRulesFormator, getValueOeratorContains, prepareProductConfigurationConditions, processParameter, processValueOperatorParameter, setRulesFormator
-
Constructor Details
-
RuleConfigurableProductConditionTranslator
public RuleConfigurableProductConditionTranslator()
-
-
Method Details
-
translate
public RuleIrCondition translate(RuleCompilerContext context, RuleConditionData condition, RuleConditionDefinitionData conditionDefinition) Description copied from interface:RuleConditionTranslatorTranslates a rule condition to the intermediate representation.- Parameters:
context- - the compiler contextcondition- - the conditionconditionDefinition- - the condition definition- Returns:
- the intermediate representation for the condition
-