Class Conditions.CompositeCondition

java.lang.Object
de.hybris.platform.persistence.polyglot.search.criteria.Conditions.CompositeCondition
All Implemented Interfaces:
Condition
Direct Known Subclasses:
Conditions.LogicalAndCondition, Conditions.LogicalOrCondition
Enclosing class:
Conditions

public abstract static class Conditions.CompositeCondition extends Object implements Condition
  • Method Details

    • getChildCount

      public int getChildCount()
    • getChild

      public Condition getChild(int index)
    • getAllChildConditions

      protected List<Condition> getAllChildConditions()
    • visitChildConditions

      protected void visitChildConditions(ConditionVisitor visitor)