diff -r efce4ec25564 -r dd05c3f2fa24 org/sonews/storage/Storage.java --- a/org/sonews/storage/Storage.java Thu Aug 20 16:57:38 2009 +0200 +++ b/org/sonews/storage/Storage.java Fri Dec 25 15:42:46 2009 +0100 @@ -135,6 +135,15 @@ void setConfigValue(String key, String value) throws StorageBackendException; + /** + * Updates headers and channel references of the given article. + * @param article + * @return + * @throws StorageBackendException + */ + boolean update(Article article) + throws StorageBackendException; + boolean update(Group group) throws StorageBackendException;