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 java.lang.Object implements Condition
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<Condition>getAllChildConditions()ConditiongetChild(int index)intgetChildCount()protected voidvisitChildConditions(ConditionVisitor visitor)
-
-
-
Method Detail
-
getChildCount
public int getChildCount()
-
getChild
public Condition getChild(int index)
-
getAllChildConditions
protected java.util.List<Condition> getAllChildConditions()
-
visitChildConditions
protected void visitChildConditions(ConditionVisitor visitor)
-
-