|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ArchivedNewsFeed | |
| net.sourceforge.java.feednread.backend.archive | Provides interfaces and classes for archival storage of NewsFeed model objects. |
| Uses of ArchivedNewsFeed in net.sourceforge.java.feednread.backend.archive |
| Methods in net.sourceforge.java.feednread.backend.archive that return ArchivedNewsFeed | |
ArchivedNewsFeed |
NewsFeedArchive.getNewsFeed(String newsFeedUrl)
Gets the ArchivedNewsFeed denoted by the specified
newsFeedUrl from this NewsFeedArchive.
|
private ArchivedNewsFeed |
NewsFeedArchive.getFromPersistentArchive(String id)
Gets the ArchivedNewsFeed identified by the specified
unique id from the persistent archive.
|
| Methods in net.sourceforge.java.feednread.backend.archive with parameters of type ArchivedNewsFeed | |
void |
NewsFeedArchive.add(ArchivedNewsFeed newsFeed)
Adds the specified NewsFeed to this
NewsFeedArchive.
|
private void |
NewsFeedArchive.archive(ArchivedNewsFeed newsFeed)
Archives the specified ArchivedNewsFeed.
|
private void |
NewsFeedArchive.makePersistent(ArchivedNewsFeed newsFeed)
Makes the specified ArchivedNewsFeed persistent by
writing it back to the persistent medium, e.g. the local harddisk.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||