Uses of Class
org.apache.lucene.gdata.server.ServiceException

Packages that use ServiceException
org.apache.lucene.gdata.server GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. 
org.apache.lucene.gdata.server.administration Classes and Services used for user and feed configuration 
org.apache.lucene.gdata.servlet.handler GData Request Handler. 
 

Uses of ServiceException in org.apache.lucene.gdata.server
 

Subclasses of ServiceException in org.apache.lucene.gdata.server
 class FeedNotFoundException
          Will be thrown if a requested feed could not be found or is not registerd.
 

Methods in org.apache.lucene.gdata.server that throw ServiceException
 com.google.gdata.data.BaseEntry GDataService.createEntry(GDataRequest request, GDataResponse response)
           
 com.google.gdata.data.BaseEntry Service.createEntry(GDataRequest request, GDataResponse response)
          Service method to create an entry in an already created and existing feed.
 com.google.gdata.data.BaseEntry GDataService.deleteEntry(GDataRequest request, GDataResponse response)
           
 com.google.gdata.data.BaseEntry Service.deleteEntry(GDataRequest request, GDataResponse response)
          Service Method to delete an entry specified in the given FeedRequest.
 Date GDataService.getEntryLastModified(String entryId, String feedId)
           
 Date Service.getEntryLastModified(String entryId, String feedId)
          Retruns the date of the last modification for the given entry id
 com.google.gdata.data.BaseFeed GDataService.getFeed(GDataRequest request, GDataResponse response)
           
 com.google.gdata.data.BaseFeed GDataSearchService.getFeed(GDataRequest request, GDataResponse response)
           
 com.google.gdata.data.BaseFeed Service.getFeed(GDataRequest request, GDataResponse response)
          Service method to retrieve a requested Feed.
 Date GDataService.getFeedLastModified(String feedId)
           
 Date Service.getFeedLastModified(String feedId)
          Retruns the date of the last modification for the given feed id
 com.google.gdata.data.BaseEntry GDataService.getSingleEntry(GDataRequest request, GDataResponse response)
           
 com.google.gdata.data.BaseEntry Service.getSingleEntry(GDataRequest request, GDataResponse response)
          Service method to retrieve a requested entry.
 com.google.gdata.data.BaseEntry GDataService.updateEntry(GDataRequest request, GDataResponse response)
           
 com.google.gdata.data.BaseEntry Service.updateEntry(GDataRequest request, GDataResponse response)
          Service method to update an existing entry in a existing feed context.
 

Constructors in org.apache.lucene.gdata.server that throw ServiceException
GDataSearchService()
           
GDataService()
           
 

Uses of ServiceException in org.apache.lucene.gdata.server.administration
 

Methods in org.apache.lucene.gdata.server.administration that throw ServiceException
 void GDataAdminService.createAccount(GDataAccount account)
           
 void AdminService.createAccount(GDataAccount account)
          Creates a new account accout.
 void GDataAdminService.createFeed(ServerBaseFeed feed, GDataAccount account)
           
 void AdminService.createFeed(ServerBaseFeed feed, GDataAccount account)
          Creates a new feed instance.
 void GDataAdminService.deleteAccount(GDataAccount account)
           
 void AdminService.deleteAccount(GDataAccount account)
          Deletes the given account from the storage.
 void GDataAdminService.deleteFeed(ServerBaseFeed feed)
           
 void AdminService.deleteFeed(ServerBaseFeed feed)
          Deletes the given feed and all containing entries from the storage.
 GDataAccount GDataAdminService.getAccount(String accountName)
           
 GDataAccount AdminService.getAccount(String account)
          Returns the account for the given account name or null if the account does not exist
 GDataAccount GDataAdminService.getFeedOwningAccount(String feedId)
           
 GDataAccount AdminService.getFeedOwningAccount(String feedId)
          Returns the account associated with the feed for the given feed id
 void GDataAdminService.updateAccount(GDataAccount account)
           
 void AdminService.updateAccount(GDataAccount account)
          Updates the given account if the account already exists.
 void GDataAdminService.updateFeed(ServerBaseFeed feed, GDataAccount account)
           
 void AdminService.updateFeed(ServerBaseFeed feed, GDataAccount account)
          Updates the given feed
 

Constructors in org.apache.lucene.gdata.server.administration that throw ServiceException
GDataAdminService()
           
 

Uses of ServiceException in org.apache.lucene.gdata.servlet.handler
 

Methods in org.apache.lucene.gdata.servlet.handler that throw ServiceException
protected  boolean DefaultGetHandler.checkIsModified(String lastModified)
          returns true if the resource has been modified since the specified request header value
protected abstract  void AbstractAccountHandler.processServiceAction(GDataAccount account)
           
protected  void DeleteAccountStrategy.processServiceAction(GDataAccount account)
           
protected  void UpdateAccountStrategy.processServiceAction(GDataAccount account)
           
protected  void InsertAccountStrategy.processServiceAction(GDataAccount account)
           
 



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