org.openfaces.component.filter
Class AndFilterCriterion

java.lang.Object
  extended by org.openfaces.component.filter.FilterCriterion
      extended by org.openfaces.component.filter.CompositeFilterCriterion
          extended by 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

Constructor Summary
AndFilterCriterion()
           
AndFilterCriterion(java.util.List<FilterCriterion> criteria)
           
 
Method Summary
 boolean acceptsAll()
           
 java.lang.Object process(FilterCriterionProcessor processor)
           
 
Methods inherited from class org.openfaces.component.filter.CompositeFilterCriterion
getCriteria
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndFilterCriterion

public AndFilterCriterion()

AndFilterCriterion

public AndFilterCriterion(java.util.List<FilterCriterion> criteria)
Method Detail

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.