|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerBaseFeed | |
---|---|
org.apache.lucene.gdata.search.index | Contains classes processing of documents and accessing the search index of the server |
org.apache.lucene.gdata.server.administration | Classes and Services used for user and feed configuration |
org.apache.lucene.gdata.server.registry | Internal registry - registering services and server components |
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 ServerBaseFeed in org.apache.lucene.gdata.search.index |
---|
Methods in org.apache.lucene.gdata.search.index with parameters of type ServerBaseFeed | |
---|---|
void |
IndexController.fireDeleteAllEntries(ServerBaseFeed feed)
|
Uses of ServerBaseFeed in org.apache.lucene.gdata.server.administration |
---|
Methods in org.apache.lucene.gdata.server.administration with parameters of type ServerBaseFeed | |
---|---|
void |
GDataAdminService.createFeed(ServerBaseFeed feed,
GDataAccount account)
|
void |
AdminService.createFeed(ServerBaseFeed feed,
GDataAccount account)
Creates a new feed instance. |
void |
GDataAdminService.deleteFeed(ServerBaseFeed feed)
|
void |
AdminService.deleteFeed(ServerBaseFeed feed)
Deletes the given feed and all containing entries from the storage. |
void |
GDataAdminService.updateFeed(ServerBaseFeed feed,
GDataAccount account)
|
void |
AdminService.updateFeed(ServerBaseFeed feed,
GDataAccount account)
Updates the given feed |
Uses of ServerBaseFeed in org.apache.lucene.gdata.server.registry |
---|
Methods in org.apache.lucene.gdata.server.registry with parameters of type ServerBaseFeed | |
---|---|
void |
EntryEventMediator.allEntriesDeleted(ServerBaseFeed feed)
|
void |
EntryEventListener.fireDeleteAllEntries(ServerBaseFeed feed)
will be invoked on every successful feed delete |
Uses of ServerBaseFeed in org.apache.lucene.gdata.servlet.handler |
---|
Methods in org.apache.lucene.gdata.servlet.handler that return ServerBaseFeed | |
---|---|
protected ServerBaseFeed |
AbstractFeedHandler.createFeedFromRequest(javax.servlet.http.HttpServletRequest request)
|
Uses of ServerBaseFeed in org.apache.lucene.gdata.storage |
---|
Methods in org.apache.lucene.gdata.storage with parameters of type ServerBaseFeed | |
---|---|
com.google.gdata.data.BaseFeed |
Storage.getFeed(ServerBaseFeed feed)
Retrieves the requested feed from the storage. |
void |
Storage.storeFeed(ServerBaseFeed feed,
String accountname)
Stores a new feed for a existing account. |
void |
Storage.updateFeed(ServerBaseFeed feed,
String accountname)
Updates a stored feed. |
Uses of ServerBaseFeed in org.apache.lucene.gdata.storage.db4o |
---|
Methods in org.apache.lucene.gdata.storage.db4o with parameters of type ServerBaseFeed | |
---|---|
com.google.gdata.data.BaseFeed |
DB4oStorage.getFeed(ServerBaseFeed feed)
|
void |
DB4oStorage.storeFeed(ServerBaseFeed feed,
String accountname)
|
void |
DB4oStorage.updateFeed(ServerBaseFeed feed,
String accountname)
|
Uses of ServerBaseFeed in org.apache.lucene.gdata.storage.lucenestorage |
---|
Methods in org.apache.lucene.gdata.storage.lucenestorage with parameters of type ServerBaseFeed | |
---|---|
com.google.gdata.data.BaseFeed |
StorageImplementation.getFeed(ServerBaseFeed feed)
|
void |
StorageImplementation.storeFeed(ServerBaseFeed feed,
String accountName)
|
void |
StorageImplementation.updateFeed(ServerBaseFeed feed,
String accountName)
|
Constructors in org.apache.lucene.gdata.storage.lucenestorage with parameters of type ServerBaseFeed | |
---|---|
StorageFeedWrapper(ServerBaseFeed feed,
String accountname)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |