|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| com.trg.search | |
| com.trg.search.flex | |
| Uses of Field in com.trg.search |
|---|
| Fields in com.trg.search with type parameters of type Field | |
|---|---|
protected java.util.List<Field> |
Search.fields
|
| Methods in com.trg.search that return types with arguments of type Field | |
|---|---|
protected java.util.List<Field> |
BaseSearchProcessor.checkAndCleanFields(java.util.List<Field> fields)
Check for injection attack in property strings. |
java.util.List<Field> |
Search.getFields()
|
java.util.List<Field> |
ISearch.getFields()
|
| Methods in com.trg.search with parameters of type Field | |
|---|---|
Search |
Search.addField(Field field)
|
static void |
SearchUtil.addField(IMutableSearch search,
Field field)
|
Search |
Search.addFields(Field... fields)
|
static void |
SearchUtil.addFields(IMutableSearch search,
Field... fields)
|
static void |
SearchUtil.mergeFieldsAfter(IMutableSearch search,
Field... fields)
Modify the search by adding the given fields after the current fields in the search. |
static void |
SearchUtil.mergeFieldsBefore(IMutableSearch search,
Field... fields)
Modify the search by adding the given fields before the current fields in the search. |
void |
Search.removeField(Field field)
|
static void |
SearchUtil.removeField(IMutableSearch search,
Field field)
|
| Method parameters in com.trg.search with type arguments of type Field | |
|---|---|
protected void |
BaseSearchProcessor.applyFetches(BaseSearchProcessor.SearchContext ctx,
java.util.List<java.lang.String> fetches,
java.util.List<Field> fields)
Apply the fetch list to the alias tree in the search context. |
protected java.util.List<Field> |
BaseSearchProcessor.checkAndCleanFields(java.util.List<Field> fields)
Check for injection attack in property strings. |
protected java.lang.String |
BaseSearchProcessor.generateSelectClause(BaseSearchProcessor.SearchContext ctx,
java.util.List<Field> fields,
boolean distinct)
Internal method for generating the select clause based on the fields of the given search. |
static void |
SearchUtil.mergeFieldsAfter(IMutableSearch search,
java.util.List<Field> fields)
Modify the search by adding the given fields after the current fields in the search. |
static void |
SearchUtil.mergeFieldsBefore(IMutableSearch search,
java.util.List<Field> fields)
Modify the search by adding the given fields before the current fields in the search. |
Search |
Search.setFields(java.util.List<Field> fields)
|
IMutableSearch |
IMutableSearch.setFields(java.util.List<Field> fields)
|
| Uses of Field in com.trg.search.flex |
|---|
| Fields in com.trg.search.flex with type parameters of type Field | |
|---|---|
protected java.util.List<Field> |
FlexSearch.fields
|
| Methods in com.trg.search.flex that return Field | |
|---|---|
Field[] |
FlexSearch.getFields()
|
| Methods in com.trg.search.flex that return types with arguments of type Field | |
|---|---|
java.util.List<Field> |
FlexSearchWrapper.getFields()
|
| Methods in com.trg.search.flex with parameters of type Field | |
|---|---|
void |
FlexSearch.setFields(Field[] fields)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||