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 Constructor Description RuleConfigurableProductConditionTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleIrConditiontranslate(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
-
-
-
-
Method Detail
-
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
-
-