no.sesat.search.mode.config
Class YahooMediaCommandConfig

java.lang.Object
  extended by no.sesat.search.mode.config.CommandConfig
      extended by no.sesat.search.mode.config.AbstractXmlSearchConfiguration
          extended by no.sesat.search.mode.config.AbstractYahooSearchConfiguration
              extended by no.sesat.search.mode.config.YahooMediaCommandConfig
All Implemented Interfaces:
Serializable, BaseSearchConfiguration, SearchConfiguration, SearchConfiguration.ModesW3cDomDeserialiser

@CommandConfig.Controller(value="YahooMediaSearchCommand")
public final class YahooMediaCommandConfig
extends AbstractYahooSearchConfiguration

Search configuration for the Yahoo! media search.

Version:
$Id: YahooMediaCommandConfig.java 7225 2009-04-09 00:32:20Z ssmiweve $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class no.sesat.search.mode.config.CommandConfig
CommandConfig.Controller
 
Nested classes/interfaces inherited from interface no.sesat.search.mode.config.SearchConfiguration
SearchConfiguration.ModesW3cDomDeserialiser
 
Field Summary
static String DEFAULT_CATALOG
           
static String DEFAULT_OCR
           
 
Fields inherited from class no.sesat.search.mode.config.CommandConfig
DEFAULT_DOCUMENTS_TO_RETURN
 
Fields inherited from interface no.sesat.search.mode.config.SearchConfiguration
DEFAULT_PAGING_PARAMETER, DEFAULT_USER_SORT_PARAMETER
 
Constructor Summary
YahooMediaCommandConfig()
           
 
Method Summary
 String getCatalog()
          Getter for property 'catalog'.
 String getOcr()
          Getter for property 'ocr'.
 String getSite()
          Getter for property 'site'.
 void setCatalog(String catalog)
          Setter for property 'catalog'.
 void setOcr(String ocr)
          Setter for property 'ocr'.
 void setSite(String site)
          Setter for property 'site'.
 
Methods inherited from class no.sesat.search.mode.config.AbstractYahooSearchConfiguration
getPartnerId, setPartnerId
 
Methods inherited from class no.sesat.search.mode.config.AbstractXmlSearchConfiguration
getEncoding, getHost, getHostHeader, getPort, setEncoding, setHost, setHostHeader, setPort
 
Methods inherited from class no.sesat.search.mode.config.CommandConfig
addQueryTransformer, addResultField, addResultFields, addResultHandler, clearFieldFilters, clearQueryTransformers, clearResultHandlers, getFieldFilterMap, getId, getInitialQueryTransformer, getName, getPagingParameter, getQueryBuilder, getQueryParameter, getQueryTransformers, getResultFieldMap, getResultFields, getResultHandlers, getResultsToReturn, getStatisticalName, getUserSortParameter, isAlwaysRun, isAsynchronous, isRunBlank, parseNavigators, readSearchConfiguration, setAlwaysRun, setAsynchronous, setFieldFilters, setId, setInitialQueryTransformer, setPagingParameter, setQueryBuilder, setQueryParameter, setResultsToReturn, setRunBlank, setStatisticalName, setUserSortParameter, toString, toStringLong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_OCR

public static final String DEFAULT_OCR
See Also:
Constant Field Values

DEFAULT_CATALOG

public static final String DEFAULT_CATALOG
See Also:
Constant Field Values
Constructor Detail

YahooMediaCommandConfig

public YahooMediaCommandConfig()
Method Detail

getSite

public String getSite()
Getter for property 'site'.

Returns:
Value for property 'site'.

setSite

public void setSite(String site)
Setter for property 'site'.

Parameters:
site - Value to set for property 'site'.

getCatalog

public String getCatalog()
Getter for property 'catalog'.

Returns:
Value for property 'catalog'.

setCatalog

public void setCatalog(String catalog)
Setter for property 'catalog'.

Parameters:
catalog - Value to set for property 'catalog'.

getOcr

public String getOcr()
Getter for property 'ocr'.

Returns:
Value for property 'ocr'.

setOcr

public void setOcr(String ocr)
Setter for property 'ocr'.

Parameters:
ocr - Value to set for property 'ocr'.


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