Serialized Form


Package com.trg.search

Class com.trg.search.Field extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

property

java.lang.String property
The property to include in the result.


key

java.lang.String key
The key to use for the property when using result mode RESULT_MAP.


operator

int operator
The operator to apply to the column: for example OP_COUNT, OP_SUM, OP_MAX. The default is OP_PROPERTY.

Class com.trg.search.Filter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

property

java.lang.String property
The name of the property to filter on. It may be nested. Examples: "name", "dateOfBirth", "employee.age", "employee.spouse.job.title"


value

java.lang.Object value
The value to compare the property with. Should be of a compatible type with the property. Examples: "Fred", new Date(), 45


operator

int operator
The type of comparison to do between the property and the value. The options are limited to the integer constants on this class: OP_EQAUL, OP_NOT_EQUAL, OP_LESS_THAN, OP_GREATER_THAN, LESS_OR_EQUAL, OP_GREATER_OR_EQUAL, OP_IN, OP_NOT_IN, OP_LIKE, OP_ILIKE, OP_NULL, OP_NOT_NULL, OP_EMPTY, OP_NOT_EMPTY, OP_SOME, OP_ALL, OP_NONE, OP_AND, OP_OR, OP_NOT .

Class com.trg.search.Search extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstResult

int firstResult

maxResults

int maxResults

page

int page

searchClass

java.lang.Class<T> searchClass

filters

java.util.List<E> filters

disjunction

boolean disjunction

sorts

java.util.List<E> sorts

fields

java.util.List<E> fields

distinct

boolean distinct

fetches

java.util.List<E> fetches

resultMode

int resultMode

Class com.trg.search.SearchResult extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

result

java.util.List<E> result

totalCount

int totalCount

Class com.trg.search.Sort extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

property

java.lang.String property

desc

boolean desc

ignoreCase

boolean ignoreCase

Package com.trg.search.flex

Class com.trg.search.flex.FlexSearch extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstResult

int firstResult

maxResults

int maxResults

page

int page

searchClassName

java.lang.String searchClassName

filters

java.util.List<E> filters

disjunction

boolean disjunction

sorts

java.util.List<E> sorts

fields

java.util.List<E> fields

distinct

boolean distinct

fetches

java.util.List<E> fetches

resultMode

int resultMode



Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.