org/sonews/storage/Storage.java
changeset 24 2ff819fa5be1
parent 14 efce4ec25564
     1.1 --- a/org/sonews/storage/Storage.java	Thu Aug 20 16:57:38 2009 +0200
     1.2 +++ b/org/sonews/storage/Storage.java	Wed Aug 26 17:04:04 2009 +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