storagedummyimpl.h
Metakit implementation of Storage interface.
Definition: storagedummyimpl.h:38
virtual bool commit()
Commit changes made in feeds and articles, making them persistent.
Definition: storagedummyimpl.cpp:91
virtual void initialize(const TQStringList ¶ms)
initializes the storage object with given parameters
Definition: storagedummyimpl.cpp:69
virtual FeedStorage * archiveFor(const TQString &url)
Definition: storagedummyimpl.cpp:144
virtual bool open(bool autoCommit=false)
Open storage and prepare it for work.
Definition: storagedummyimpl.cpp:71
virtual void storeFeedList(const TQString &opmlStr)
stores the feed list in the storage backend.
Definition: storagedummyimpl.cpp:177
virtual bool close()
Closes storage, freeing all allocated resources.
Definition: storagedummyimpl.cpp:81
virtual bool rollback()
Rollback changes made in feeds and articles, reverting to last committed values.
Definition: storagedummyimpl.cpp:96
virtual void add(Storage *source)
adds all feed storages from a source to this storage existing articles are replaced
Definition: storagedummyimpl.cpp:157
virtual TQStringList feeds() const
returns a list of all feeds (URLs) stored in this archive
Definition: storagedummyimpl.cpp:152
Storage is the main interface to the article archive.
Definition: storage.h:45