|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchConfiguration
| Nested Class Summary | |
|---|---|
static interface |
SearchConfiguration.ModesW3cDomDeserialiser
Interface for SearchConfigurations that uses W3cDomDeserialiser. |
| Field Summary | |
|---|---|
static String |
DEFAULT_PAGING_PARAMETER
Default value associated with getPagingParameter() |
static String |
DEFAULT_USER_SORT_PARAMETER
Default value associated with getUserSortParameter() |
| Method Summary | |
|---|---|
void |
addResultField(String... resultField)
|
void |
clearFieldFilters()
Remove all fieldFilters. |
Map<String,String> |
getFieldFilterMap()
Getter for property fieldFilters. |
String |
getId()
Returns the name of this configuration. |
String |
getName()
|
String |
getPagingParameter()
Return the parameter key that any associated ResultPagingNavigationController should use to fetch the offset value. |
String |
getQueryParameter()
|
Map<String,String> |
getResultFieldMap()
|
int |
getResultsToReturn()
Returns the number of results to return. |
String |
getStatisticalName()
|
String |
getUserSortParameter()
Return the parameter key that any associated PagingNavigationController for sorting should use to fetch the offset value. |
boolean |
isAlwaysRun()
|
boolean |
isAsynchronous()
Is the command used asynchronously, for example by ajax calls. |
boolean |
isRunBlank()
|
| Field Detail |
|---|
static final String DEFAULT_PAGING_PARAMETER
static final String DEFAULT_USER_SORT_PARAMETER
| Method Detail |
|---|
void addResultField(String... resultField)
resultField - Map<String,String> getFieldFilterMap()
void clearFieldFilters()
String getId()
String getName()
String getQueryParameter()
Map<String,String> getResultFieldMap()
int getResultsToReturn()
String getStatisticalName()
String getPagingParameter()
String getUserSortParameter()
boolean isAlwaysRun()
boolean isAsynchronous()
boolean isRunBlank()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||