Public Member Functions | |
boolean | add (Filter filter) |
boolean | addAll (Collection filters) |
boolean | remove (Filter filter) |
boolean | contains (Filter filter) |
Filter[] | list () |
String | toSQLString () |
|
Add a new filter.
|
|
Adds all of the filters in the specified collection to this selection if they're not already present.
|
|
Check if the filter is already defined.
|
|
List the defined filters.
|
|
Remove a filter.
|
|
Return the SQL-like representation of the filters selection.
|