Uses of Interface
org.sonews.storage.Article
Package
Description
Contains basic classes of the daemon.
Contains classes for the peering functionality, e.g. pulling and pushing
mails from and to remote newsservers.
Contains classes of the Mailinglist Gateway.
Contains classes of the storage backend and the Group and Article
abstraction.
Implementations of the StorageProvider interface.
Contains I/O utilitiy classes.
-
Uses of Article in org.sonews.daemon
-
Uses of Article in org.sonews.daemon.io
-
Uses of Article in org.sonews.feed
-
Uses of Article in org.sonews.mlgw
-
Uses of Article in org.sonews.storage
Modifier and TypeMethodDescriptionstatic Article
StorageManager.createArticle()
static Article
StorageManager.createArticle
(String headers, byte[] body) static Article
StorageManager.createArticle
(javax.mail.Message msg) Group.getArticle
(long idx) Storage.getArticle
(long articleIndex, long groupID) Storage.getArticle
(String messageID) Modifier and TypeMethodDescriptionGroup.getArticleHeads
(long first, long last) Storage.getArticleHeads
(Group group, long first, long last) Modifier and TypeMethodDescriptionvoid
Storage.addArticle
(Article art) Stores the given Article in the storage.long
Storage.getArticleIndex
(Article art, Group group) long
Group.getIndexOf
(Article art) boolean
Updates headers and group references of the given article. -
Uses of Article in org.sonews.storage.impl.hibernate.couchdb
Modifier and TypeMethodDescriptionCouchDBStorage.getArticle
(long articleIndex, long groupID) CouchDBStorage.getArticle
(String messageID) Modifier and TypeMethodDescriptionCouchDBStorage.getArticleHeads
(Group group, long first, long last) Modifier and TypeMethodDescriptionvoid
CouchDBStorage.addArticle
(Article art) long
CouchDBStorage.getArticleIndex
(Article art, Group group) boolean
ModifierConstructorDescriptionCouchDBArticle
(Article art) Initializes this CouchDBArticle with the attributes provided by the given Article object. -
Uses of Article in org.sonews.storage.impl.jdbc
Modifier and TypeMethodDescriptionJDBCDatabase.getArticle
(long articleIndex, long gid) Retrieves an article by its ID.JDBCDatabase.getArticle
(String messageID) Modifier and TypeMethodDescriptionJDBCDatabase.getArticleHeads
(Group group, long first, long last) Returns a list of Long/ArticleImpl Pairs.Modifier and TypeMethodDescriptionvoid
JDBCDatabase.addArticle
(Article article) Adds an article to the database.protected void
JDBCDatabase.addArticle
(Article article, int newArticleID) Adds an article to the database.long
JDBCDatabase.getArticleIndex
(Article article, Group group) boolean
-
Uses of Article in org.sonews.util.io