Uses of Interface
no.sesat.search.datamodel.search.SearchDataObject

Packages that use SearchDataObject
no.sesat.search.datamodel   
no.sesat.search.http.dwr   
 

Uses of SearchDataObject in no.sesat.search.datamodel
 

Methods in no.sesat.search.datamodel that return SearchDataObject
 SearchDataObject DataModel.getSearch(String key)
          Get the SearchDataObject holding the given search's results
 

Methods in no.sesat.search.datamodel that return types with arguments of type SearchDataObject
 Map<String,SearchDataObject> DataModel.getSearches()
          Map containing all the search results.
 

Methods in no.sesat.search.datamodel with parameters of type SearchDataObject
 void DataModel.setSearch(String key, SearchDataObject value)
          Set a search command's finished results.
 

Uses of SearchDataObject in no.sesat.search.http.dwr
 

Methods in no.sesat.search.http.dwr that return SearchDataObject
static SearchDataObject DataModelWrapper.getSearch(String name)
           
 



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