See: Description
| Interface | Description | 
|---|---|
| CompositePredicate | An predicate that contains other predicates. | 
| CriteriaLookupService | Deprecated use new KRAD Data framework  DataObjectService | 
| CriteriaValue<T> | A wrapper for values that are used on a  Criteria. | 
| LookupCustomizer.Transform<P,R> | Deprecated | 
| MultiValuedPredicate | Represents an predicate which contains multiple  CriteriaValue. | 
| Predicate | An predicate represents some portion of a criteria statement. | 
| PropertyPathPredicate | An predicate which contains a property path. | 
| QueryResults<T> | Contains a collection of results from a query. | 
| SingleValuedPredicate | Represents an predicate which contains some  CriteriaValue. | 
| SubQueryPredicate | Base interface for predicates in the form of:
 
 EXISTS ( SELECT 1 FROM xxxxx WHERE a = b ... | 
| Transform<P,R> | Works with the lookup framework to customize a query or result. | 
| Class | Description | 
|---|---|
| AndPredicate | An immutable composite predicate which implements "and-ing" of multiple
 predicates together. | 
| CriteriaBooleanValue | A CriteriaValue which stores date and time information in the form of a
  Stringvalue. | 
| CriteriaDateTimeValue | A CriteriaValue which stores date and time information in the form of a  Calendarvalue. | 
| CriteriaDecimalValue | A CriteriaValue which stores date and time information in the form of a
  BigDecimalvalue. | 
| CriteriaIntegerValue | A CriteriaValue which stores date and time information in the form of a
  BigIntegervalue. | 
| CriteriaKualiDecimalValue | A CriteriaValue which stores  KualiDecimalinformation in the form of aBigDecimalvalue. | 
| CriteriaKualiIntegerValue | A CriteriaValue which stores  KualiIntegerinformation in the form of aBigIntegervalue. | 
| CriteriaKualiPercentValue | A CriteriaValue which stores  KualiPercentinformation in the form of aBigDecimalvalue. | 
| CriteriaPropertyPathValue | A CriteriaValue which stores date and time information in the form of a
  Stringvalue. | 
| CriteriaStringValue | A CriteriaValue which stores date and time information in the form of a
  Stringvalue. | 
| EqualIgnoreCasePredicate | An immutable predicate which represents an "equal ignore case" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| EqualPredicate | An immutable predicate which represents an "equal" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| ExistsSubQueryPredicate | An immutable predicate which represents an "WHERE EXISTS" statement. | 
| GenericQueryResults<T> | |
| GenericQueryResults.Builder<T> | |
| GreaterThanOrEqualPredicate | An immutable predicate which represents a "greater than or equal to" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| GreaterThanPredicate | An immutable predicate which represents a "greater than" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| InIgnoreCasePredicate | An immutable predicate which represents an "in" statement which is
 evaluated against a list of values. | 
| InPredicate | An immutable predicate which represents an "in" statement which is
 evaluated against a list of values. | 
| LessThanOrEqualPredicate | An immutable predicate which represents a "less than or equal to" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| LessThanPredicate | An immutable predicate which represents a "less than" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| LikeIgnoreCasePredicate | An immutable predicate which represents a "like ignore case" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| LikePredicate | An immutable predicate which represents a "like" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| LookupCustomizer<T> | Deprecated Use  Transformdirectly | 
| LookupCustomizer.Builder<T> | Deprecated | 
| NotEqualIgnoreCasePredicate | An immutable predicate which represents a "not equal ignore case" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| NotEqualPredicate | An immutable predicate which represents a "not equal" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| NotInIgnoreCasePredicate | An immutable predicate which represents a "not in" statement which is
 evaluated against a list of values. | 
| NotInPredicate | An immutable predicate which represents a "not in" statement which is
 evaluated against a list of values. | 
| NotLikeIgnoreCasePredicate | An immutable predicate which represents a "not like ignore case" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| NotLikePredicate | An immutable predicate which represents a "not like" statement which is
 evaluated the  CriteriaValueof this predicate. | 
| NotNullPredicate | An immutable predicate which represents an "is not null" statement which is
 evaluated the property defined by the property path on this predicate. | 
| NullPredicate | An immutable predicate which represents an "is null" statement which is
 evaluated the property defined by the property path on this predicate. | 
| OrderByField | Defines a criteria-based query. | 
| OrderByField.Builder | |
| OrPredicate | An immutable composite predicate which implements "or-ing" of multiple
 predicates together. | 
| PredicateFactory | This is a factory class to construct  Predicates. | 
| PredicateUtils | |
| PropertyPath | This is a class which references a property on a specified data object for use in Predicates. | 
| QueryByCriteria | Defines a criteria-based query. | 
| QueryByCriteria.Builder | 
| Enum | Description | 
|---|---|
| CountFlag | Defines possible directives for how a query is requested to produce count values in it's results. | 
| OrderDirection | Defines possible directives for how a query is requested to produce count values in it's results. | 
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.