Class PqPscRequiredValueConditionTranslator

java.lang.Object
de.hybris.platform.ruledefinitions.conditions.AbstractRuleConditionTranslator
de.hybris.platform.productqualificationservices.conditions.PqPscRequiredValueConditionTranslator
All Implemented Interfaces:
de.hybris.platform.ruleengineservices.compiler.RuleConditionTranslator

@Deprecated(since="2302") public class PqPscRequiredValueConditionTranslator extends de.hybris.platform.ruledefinitions.conditions.AbstractRuleConditionTranslator
Deprecated.
since 2302. Use PqPscNumericValueConditionTranslator instead
Condition translator for Qualification has the needed/not needed Product Specification Characteristic Value condition.
  • Field Summary

    Fields inherited from class de.hybris.platform.ruledefinitions.conditions.AbstractRuleConditionTranslator

    AVAILABLE_QUANTITY_PARAM, BASE_PRODUCT_CODES_ATTRIBUTE, CART_RAO_CURRENCY_ATTRIBUTE, CART_RAO_ENTRIES_ATTRIBUTE, CATEGORIES_OPERATOR_PARAM, CATEGORIES_PARAM, OPERATOR_PARAM, ORDER_ENTRY_RAO_BASE_PRICE_ATTRIBUTE, ORDER_ENTRY_RAO_CATEGORY_CODES_ATTRIBUTE, ORDER_ENTRY_RAO_PRODUCT_CODE_ATTRIBUTE, PRODUCT_CONSUMED_RAO_ENTRY_ATTRIBUTE, PRODUCTS_PARAM, QUANTITY_PARAM, VALUE_PARAM
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    translate(de.hybris.platform.ruleengineservices.compiler.RuleCompilerContext context, RuleConditionData condition, RuleConditionDefinitionData conditionDefinition)
    Deprecated.
     

    Methods inherited from class de.hybris.platform.ruledefinitions.conditions.AbstractRuleConditionTranslator

    covertToNullIfEmptyCollection, covertToNullIfEmptyMap, getConsumptionSupport, setConsumptionSupport, verifyAllPresent, verifyAnyPresent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PqPscRequiredValueConditionTranslator

      public PqPscRequiredValueConditionTranslator()
      Deprecated.
  • Method Details