|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@DataObject public interface SearchDataObject
Contains Search Command's manipulated Query and eventual Results information.
| Method Summary | |
|---|---|
SearchConfiguration |
getConfiguration()
|
QueryDataObject |
getQuery()
The command's query. |
ResultList<ResultItem> |
getResults()
The command's list of results. |
void |
setConfiguration(SearchConfiguration configuration)
|
void |
setQuery(QueryDataObject query)
Set the command's query. |
void |
setResults(ResultList<ResultItem> results)
Set the command's list of results. |
| Method Detail |
|---|
SearchConfiguration getConfiguration()
void setConfiguration(SearchConfiguration configuration)
ResultList<ResultItem> getResults()
@AccessAllow(value=SEARCH_COMMAND_EXECUTION) void setResults(ResultList<ResultItem> results)
results - QueryDataObject getQuery()
@AccessAllow(value=SEARCH_COMMAND_EXECUTION) void setQuery(QueryDataObject query)
query -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||