|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 FilterCriterion | |
---|---|
static FilterCriterion |
JSONBuilder.parse(JSONObject jsonObject)
|
static FilterCriterion |
JSONBuilder.parse(JSONObject jsonObject)
|
static FilterCriterion |
JSONBuilder.parse(JSONObject jsonObject,
PropertyLocatorFactory locatorFactory)
|
static FilterCriterion |
JSONBuilder.parse(JSONObject jsonObject,
PropertyLocatorFactory locatorFactory)
|
Methods in org.openfaces.component.filter that return types with arguments of type FilterCriterion | |
---|---|
java.util.List<FilterCriterion> |
CompositeFilterCriterion.getCriteria()
|
java.util.List<FilterCriterion> |
CompositeFilterCriterion.getCriteria()
|
Methods in org.openfaces.component.filter with parameters of type FilterCriterion | |
---|---|
static org.hibernate.criterion.Criterion |
HibernateCriterionBuilder.build(FilterCriterion filterCriterion)
Returns hibernate Criterion instance that corresponds to the passed FilterCriterion instance. |
static JSONObject |
JSONBuilder.build(FilterCriterion filterCriterion)
|
static org.apache.commons.collections.Predicate |
PredicateBuilder.build(FilterCriterion criterion)
Converts the specified FilterCriterion object into the Commons Collections Predicate object, which
can in turn be used for manual filtering of objects against the specified criterion. |
static org.apache.commons.collections.Predicate |
PredicateBuilder.build(FilterCriterion criterion)
Converts the specified FilterCriterion object into the Commons Collections Predicate object, which
can in turn be used for manual filtering of objects against the specified criterion. |
static JSONObject |
JSONBuilder.build(FilterCriterion filterCriterion)
|
static org.hibernate.criterion.Criterion |
HibernateCriterionBuilder.build(FilterCriterion filterCriterion)
Returns hibernate Criterion instance that corresponds to the passed FilterCriterion instance. |
Constructor parameters in org.openfaces.component.filter with type arguments of type FilterCriterion | |
---|---|
AndFilterCriterion(java.util.List<FilterCriterion> criteria)
|
|
AndFilterCriterion(java.util.List<FilterCriterion> criteria)
|
|
OrFilterCriterion(java.util.List<FilterCriterion> criteria)
|
|
OrFilterCriterion(java.util.List<FilterCriterion> criteria)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |