org.openfaces.component.filter
Class AndFilterCriterion
java.lang.Object
org.openfaces.component.filter.FilterCriterion
org.openfaces.component.filter.CompositeFilterCriterion
org.openfaces.component.filter.AndFilterCriterion
- All Implemented Interfaces:
- java.io.Serializable
public class AndFilterCriterion
- extends CompositeFilterCriterion
A filter criterion that aggregates several filter criterion objects with the "and" condition, that is this criterion
accepts a data record only when all of the contained criteria accept that record.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndFilterCriterion
public AndFilterCriterion()
AndFilterCriterion
public AndFilterCriterion(java.util.List<FilterCriterion> criteria)
acceptsAll
public boolean acceptsAll()
- Specified by:
acceptsAll
in class FilterCriterion
process
public java.lang.Object process(FilterCriterionProcessor processor)
- Specified by:
process
in class FilterCriterion
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.