Uses of Class
org.openfaces.component.filter.FilterCriterion

Packages that use FilterCriterion
org.openfaces.component.filter   
 

Uses of FilterCriterion in org.openfaces.component.filter
 

Subclasses of FilterCriterion in org.openfaces.component.filter
 class AndFilterCriterion
          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.
 class CompositeFilterCriterion
          An abstract base class for a criterion that aggregates several filter criteria.
 class ExpressionFilterCriterion
          An expression-based filter criterion that compares a particular property (or expression) of a filtered object with the specified parameters based on the specified condition.
 class OrFilterCriterion
          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.
 

Methods in org.openfaces.component.filter that return types with arguments of type FilterCriterion
 java.util.List<FilterCriterion> CompositeFilterCriterion.getCriteria()
           
 

Methods in org.openfaces.component.filter with parameters of type FilterCriterion
static Criterion HibernateCriterionBuilder.build(FilterCriterion filterCriterion)
          Returns hibernate Criterion instance that corresponds to the passed FilterCriterion instance.
static Predicate PredicateBuilder.build(FilterCriterion criterion)
           
 

Constructor parameters in org.openfaces.component.filter with type arguments of type FilterCriterion
AndFilterCriterion(java.util.List<FilterCriterion> criteria)
           
OrFilterCriterion(java.util.List<FilterCriterion> criteria)
           
 



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.