org.openfaces.component.filter
Class OrFilterCriterion

java.lang.Object
  extended by org.openfaces.component.filter.FilterCriterion
      extended by org.openfaces.component.filter.CompositeFilterCriterion
          extended by org.openfaces.component.filter.OrFilterCriterion
All Implemented Interfaces:
java.io.Serializable

public class OrFilterCriterion
extends CompositeFilterCriterion

A filter criterion that aggregates several filter criterion objects with the "or" condition, that is this criterion accepts a data record when any of the contained criteria accepts that record.

See Also:
Serialized Form

Constructor Summary
OrFilterCriterion(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

OrFilterCriterion

public OrFilterCriterion(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-2010 TeamDev Ltd. All Rights Reserved.