Uses of Interface
no.sesat.search.mode.command.SearchCommand.Context

Packages that use SearchCommand.Context
no.sesat.search.mode Provides the entry to appropriate Search Commands classes through the SearchCommandFactory. 
no.sesat.search.mode.command ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
 

Uses of SearchCommand.Context in no.sesat.search.mode
 

Methods in no.sesat.search.mode with parameters of type SearchCommand.Context
 SearchCommand SearchCommandFactory.getController(SearchCommand.Context cxt)
          Create the appropriate command that's to work within the given SearchCommand.Context.
 

Uses of SearchCommand.Context in no.sesat.search.mode.command
 

Fields in no.sesat.search.mode.command declared as SearchCommand.Context
protected  SearchCommand.Context AbstractSearchCommand.context
          The context to work against.
 

Methods in no.sesat.search.mode.command that return SearchCommand.Context
 SearchCommand.Context AbstractXmlRestful.getContext()
           
 

Methods in no.sesat.search.mode.command with parameters of type SearchCommand.Context
 void SolrSimpleFacetToolkitImpl.collectFacets(SearchCommand.Context context, org.apache.solr.client.solrj.response.QueryResponse response, FacetedSearchResult<? extends ResultItem> searchResult)
           
 void SolrSearchCommand.FacetToolkit.collectFacets(SearchCommand.Context context, org.apache.solr.client.solrj.response.QueryResponse response, FacetedSearchResult<? extends ResultItem> searchResult)
           
protected  QueryBuilder AbstractSearchCommand.constructQueryBuilder(SearchCommand.Context cxt, QueryBuilder.Context queryBuilderContext)
          Construct from scratch, and return the query builder to use.
 void SolrSimpleFacetToolkitImpl.createFacets(SearchCommand.Context context, org.apache.solr.client.solrj.SolrQuery query)
           
 void SolrSearchCommand.FacetToolkit.createFacets(SearchCommand.Context context, org.apache.solr.client.solrj.SolrQuery query)
           
static SolrSearchCommand.FacetToolkit SolrSearchCommand.FacetToolkitFactory.getInstance(SearchCommand.Context context, String name)
          Factory call to instiantate a FacetToolkit.
 

Constructors in no.sesat.search.mode.command with parameters of type SearchCommand.Context
AbstractSearchCommand(SearchCommand.Context cxt)
          Default constructor.
AbstractWebServiceSearchCommand(SearchCommand.Context cxt)
          Creates a new instance of AbstractWebServiceSearchCommand
AbstractXmlRestful(SearchCommand.Context cxt)
          Create new xml based command.
AbstractXmlSearchCommand(SearchCommand.Context cxt)
          Create new xml based command.
AbstractYahooSearchCommand(SearchCommand.Context cxt)
          Create new overture command.
MathExpressionSearchCommand(SearchCommand.Context cxt)
          Default Constructor.
OverturePPCSearchCommand(SearchCommand.Context cxt)
          Create new overture command.
PicSearchCommand(SearchCommand.Context cxt)
          Creates a new command in given context.
PlatefoodPPCSearchCommand(SearchCommand.Context cxt)
          Create new Platefood command.
PropertiesCommand(SearchCommand.Context cxt)
          Creates a new instance of PropertiesCommand
SolrSearchCommand(SearchCommand.Context cxt)
           
StaticSearchCommand(SearchCommand.Context cxt)
           
StockSearchCommand(SearchCommand.Context cxt)
           
YahooIdpSearchCommand(SearchCommand.Context cxt)
          Create new overture command.
YahooMediaSearchCommand(SearchCommand.Context cxt)
          Create new yahoo media command.
YahooWebSearchCommand(SearchCommand.Context cxt)
          Create new command.
YoutubeSearchCommand(SearchCommand.Context cxt)
           
 



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