Uses of Class
org.apache.lucene.gdata.data.GDataAccount

Packages that use GDataAccount
org.apache.lucene.gdata.data Contains classes for the internal representation of GData feeds and entries. 
org.apache.lucene.gdata.server.administration Classes and Services used for user and feed configuration 
org.apache.lucene.gdata.server.authentication Classes and Exceptions used for client authentification. 
org.apache.lucene.gdata.servlet.handler GData Request Handler. 
org.apache.lucene.gdata.storage Feed / Enty storage 
org.apache.lucene.gdata.storage.db4o DB4o storage implementation (needs third patry jar) DB4o Website 
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
 

Uses of GDataAccount in org.apache.lucene.gdata.data
 

Methods in org.apache.lucene.gdata.data that return GDataAccount
static GDataAccount GDataAccount.createAdminAccount()
           
 GDataAccount ServerBaseFeed.getAccount()
           
 

Methods in org.apache.lucene.gdata.data with parameters of type GDataAccount
 void ServerBaseFeed.setAccount(GDataAccount account)
           
 

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

Methods in org.apache.lucene.gdata.server.administration that return GDataAccount
static GDataAccount AccountBuilder.buildAccount(Reader reader)
          Reads the xml from the provided reader and binds the values to the
 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
 

Methods in org.apache.lucene.gdata.server.administration with parameters of type GDataAccount
 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.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
 

Uses of GDataAccount in org.apache.lucene.gdata.server.authentication
 

Methods in org.apache.lucene.gdata.server.authentication with parameters of type GDataAccount
 String AuthenticationController.authenticatAccount(GDataAccount account, String requestIp)
          Creates a authentication token for the given account.
 String BlowfishAuthenticationController.authenticatAccount(GDataAccount account, String requestIp)
           
 

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

Methods in org.apache.lucene.gdata.servlet.handler that return GDataAccount
protected  GDataAccount AbstractFeedHandler.createRequestedAccount(javax.servlet.http.HttpServletRequest request)
           
protected  GDataAccount AbstractAccountHandler.getAccountFromRequest(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.apache.lucene.gdata.servlet.handler with parameters of type GDataAccount
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)
           
 

Uses of GDataAccount in org.apache.lucene.gdata.storage
 

Methods in org.apache.lucene.gdata.storage that return GDataAccount
 GDataAccount Storage.getAccount(String accountName)
          Retrieves the GDataAccount for the given account name
 

Methods in org.apache.lucene.gdata.storage with parameters of type GDataAccount
 void Storage.storeAccount(GDataAccount account)
          Saves a new account.
 void Storage.updateAccount(GDataAccount account)
          Updates an existing account.
 

Uses of GDataAccount in org.apache.lucene.gdata.storage.db4o
 

Methods in org.apache.lucene.gdata.storage.db4o that return GDataAccount
 GDataAccount DB4oStorage.getAccount(String accountName)
           
 

Methods in org.apache.lucene.gdata.storage.db4o with parameters of type GDataAccount
 void DB4oStorage.storeAccount(GDataAccount account)
           
 void DB4oStorage.updateAccount(GDataAccount account)
           
 

Uses of GDataAccount in org.apache.lucene.gdata.storage.lucenestorage
 

Methods in org.apache.lucene.gdata.storage.lucenestorage that return GDataAccount
static GDataAccount StorageAccountWrapper.buildEntity(Document doc)
           
 GDataAccount StorageImplementation.getAccount(String accountName)
           
 GDataAccount StorageAccountWrapper.getUser()
           
 GDataAccount StorageQuery.getUser(String username)
          Queries the storage for an user instance
 

Methods in org.apache.lucene.gdata.storage.lucenestorage with parameters of type GDataAccount
 void StorageImplementation.storeAccount(GDataAccount Account)
           
 void StorageImplementation.updateAccount(GDataAccount Account)
           
 

Constructors in org.apache.lucene.gdata.storage.lucenestorage with parameters of type GDataAccount
StorageAccountWrapper(GDataAccount user)
           
 



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