| Package | Description |
|---|---|
| com.googlecode.genericdao.search | |
| com.googlecode.genericdao.search.flex |
| Modifier and Type | Field and Description |
|---|---|
protected List<Field> |
Search.fields |
| Modifier and Type | Method and Description |
|---|---|
protected List<Field> |
BaseSearchProcessor.checkAndCleanFields(List<Field> fields)
Check for injection attack in property strings.
|
List<Field> |
Search.getFields() |
List<Field> |
ISearch.getFields() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseSearchProcessor.applyFetches(BaseSearchProcessor.SearchContext ctx,
List<String> fetches,
List<Field> fields)
Apply the fetch list to the alias tree in the search context.
|
protected List<Field> |
BaseSearchProcessor.checkAndCleanFields(List<Field> fields)
Check for injection attack in property strings.
|
protected String |
BaseSearchProcessor.generateSelectClause(BaseSearchProcessor.SearchContext ctx,
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,
List<Field> fields)
Modify the search by adding the given fields after the current fields in
the search.
|
static void |
SearchUtil.mergeFieldsBefore(IMutableSearch search,
List<Field> fields)
Modify the search by adding the given fields before the current fields in
the search.
|
Search |
Search.setFields(List<Field> fields) |
IMutableSearch |
IMutableSearch.setFields(List<Field> fields) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Field> |
FlexSearch.fields |
| Modifier and Type | Method and Description |
|---|---|
Field[] |
FlexSearch.getFields() |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
FlexSearchWrapper.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlexSearch.setFields(Field[] fields) |
Copyright © 2008-2013. All Rights Reserved.