no.sesat.search.datamodel.search
Interface SearchDataObject


@DataObject
public interface SearchDataObject

Contains Search Command's manipulated Query and eventual Results information.

Version:
$Id: SearchDataObject.java 7225 2009-04-09 00:32:20Z ssmiweve $

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

getConfiguration

SearchConfiguration getConfiguration()

setConfiguration

void setConfiguration(SearchConfiguration configuration)

getResults

ResultList<ResultItem> getResults()
The command's list of results.

Returns:

setResults

@AccessAllow(value=SEARCH_COMMAND_EXECUTION)
void setResults(ResultList<ResultItem> results)
Set the command's list of results.

Parameters:
results -

getQuery

QueryDataObject getQuery()
The command's query. The command may have altered (in a manner noticalbe to the user) the query.

Returns:

setQuery

@AccessAllow(value=SEARCH_COMMAND_EXECUTION)
void setQuery(QueryDataObject query)
Set the command's query.

Parameters:
query -


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.