G
> : Object
Provides functionality to search Entities and retrieve records or lists of records.
G
lookup (int? default_id, ...) throws SearchError
G
> search_with_arraylist (ArrayList<Value?> values) throws SearchError
G
> rows (int rows)
G
> page (int page)
G
> eq (string column, ...) throws SearchError
G
> gt (string column, ...) throws SearchError
G
> lt (string column, ...) throws SearchError
G
> gte (string column, ...) throws SearchError
G
> lte (string column, ...) throws SearchError
G
> is_not_null (string column, ...) throws SearchError
G
> is_null (string column, ...) throws SearchError
G
> like (string column, ...) throws SearchError
G
> ilike (string column, ...) throws SearchError
G
> order_by (string column, bool is_descending = false)
G
> order_by_raw (string column, bool is_descending = false)
G
> relationship (string relationship_name)
G
single () throws SearchError
G
> list () throws SearchError
G
> new_search () throws SearchError