Criteria for filtering Selectable collections.
@author Benjamin Eberlei <kontakt@beberlei.de> @since 2.3
Expanded class hierarchy of Criteria
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Criteria:: |
private | property | ||
Criteria:: |
private static | property | ||
Criteria:: |
private | property | ||
Criteria:: |
private | property | ||
Criteria:: |
private | property | ||
Criteria:: |
public | function | Append the where expression to evaluate when this criteria is searched for using an AND with previous expression. | |
Criteria:: |
constant | |||
Criteria:: |
public static | function | Creates an instance of the class. | |
Criteria:: |
constant | |||
Criteria:: |
public static | function | Return the expression builder. | |
Criteria:: |
public | function | Get current first result option of the critera. | |
Criteria:: |
public | function | Get maxResults. | |
Criteria:: |
public | function | Get current orderings of this Criteria | |
Criteria:: |
public | function | Get the expression attached to this criteria. | |
Criteria:: |
public | function | Set the ordering of the result of this criteria. | |
Criteria:: |
public | function | Append the where expression to evaluate when this criteria is searched for using an OR with previous expression. | |
Criteria:: |
public | function | Set number of first result that this criteria should return. | |
Criteria:: |
public | function | Set maxResults. | |
Criteria:: |
public | function | Set the where expression to evaluate when this criteria is searched for. | |
Criteria:: |
public | function | Construct new criteria |