1.1 --- a/org/sonews/storage/Storage.java Thu Aug 20 16:57:38 2009 +0200
1.2 +++ b/org/sonews/storage/Storage.java Sun May 09 12:38:46 2010 +0200
1.3 @@ -135,6 +135,15 @@
1.4 void setConfigValue(String key, String value)
1.5 throws StorageBackendException;
1.6
1.7 + /**
1.8 + * Updates headers and channel references of the given article.
1.9 + * @param article
1.10 + * @return
1.11 + * @throws StorageBackendException
1.12 + */
1.13 + boolean update(Article article)
1.14 + throws StorageBackendException;
1.15 +
1.16 boolean update(Group group)
1.17 throws StorageBackendException;
1.18