org.apache.lucene.gdata.server
Class GDataSearchService

java.lang.Object
  extended by org.apache.lucene.gdata.server.GDataService
      extended by org.apache.lucene.gdata.server.GDataSearchService
All Implemented Interfaces:
Service

public class GDataSearchService
extends GDataService

Author:
Simon Willnauer

Field Summary
 
Fields inherited from class org.apache.lucene.gdata.server.GDataService
entryEventMediator, registry, storage
 
Constructor Summary
protected GDataSearchService()
           
 
Method Summary
 com.google.gdata.data.BaseFeed getFeed(GDataRequest request, GDataResponse response)
          Service method to retrieve a requested Feed.
 
Methods inherited from class org.apache.lucene.gdata.server.GDataService
close, createEntry, deleteEntry, dynamicElementFeedStragey, getCurrentDateTime, getEntryLastModified, getFeedLastModified, getSingleEntry, updateEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDataSearchService

protected GDataSearchService()
                      throws ServiceException
Throws:
ServiceException
Method Detail

getFeed

public com.google.gdata.data.BaseFeed getFeed(GDataRequest request,
                                              GDataResponse response)
                                       throws ServiceException
Description copied from interface: Service
Service method to retrieve a requested Feed. The feed will also be added to the given FeedResponse instance and can also be accessed via the FeedResponse object.

Specified by:
getFeed in interface Service
Overrides:
getFeed in class GDataService
Parameters:
request - - the current FeedRequest
response - - the current FeedResponse
Returns:
- the requested feed
Throws:
ServiceException - - If the storage can not be accessed or the requested feed does not exist.
See Also:
GDataService.getFeed(org.apache.lucene.gdata.server.GDataRequest, org.apache.lucene.gdata.server.GDataResponse)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.