no.sesat.search.mode.config
Class YoutubeCommandConfig

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.YoutubeCommandConfig
All Implemented Interfaces:
Serializable, BaseSearchConfiguration, SearchConfiguration, SearchConfiguration.ModesW3cDomDeserialiser

@CommandConfig.Controller(value="YoutubeSearchCommand")
public class YoutubeCommandConfig
extends AbstractXmlSearchConfiguration

Search against googles youtube API http://code.google.com/apis/youtube/developers_guide_protocol.html#Searching_for_Videos

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
 
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
YoutubeCommandConfig()
           
 
Method Summary
 String getFormat()
           
 String getRacy()
           
 String getSortBy()
           
 void setFormat(String format)
           
 void setRacy(String racy)
           
 void setSortBy(String sortBy)
           
 
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
 

Constructor Detail

YoutubeCommandConfig

public YoutubeCommandConfig()
Method Detail

setFormat

public void setFormat(String format)

getFormat

public String getFormat()

setRacy

public void setRacy(String racy)

getRacy

public String getRacy()

setSortBy

public void setSortBy(String sortBy)

getSortBy

public String getSortBy()


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