src/org/sonews/storage/Storage.java
changeset 48 b78e77619152
parent 42 7f84f4de2893
child 101 d54786065fa3
     1.1 --- a/src/org/sonews/storage/Storage.java	Mon Jun 06 20:12:21 2011 +0200
     1.2 +++ b/src/org/sonews/storage/Storage.java	Sun Sep 11 15:05:04 2011 +0200
     1.3 @@ -60,7 +60,7 @@
     1.4  	List<Pair<Long, ArticleHead>> getArticleHeads(Group group, long first, long last)
     1.5  			throws StorageBackendException;
     1.6  
     1.7 -	List<Pair<Long, String>> getArticleHeaders(Channel channel, long start, long end,
     1.8 +	List<Pair<Long, String>> getArticleHeaders(Group group, long start, long end,
     1.9  			String header, String pattern)
    1.10  			throws StorageBackendException;
    1.11  
    1.12 @@ -74,7 +74,7 @@
    1.13  			throws StorageBackendException;
    1.14  
    1.15  	int getEventsCount(int eventType, long startTimestamp, long endTimestamp,
    1.16 -			Channel channel)
    1.17 +			Group group)
    1.18  			throws StorageBackendException;
    1.19  
    1.20  	double getEventsPerHour(int key, long gid)
    1.21 @@ -86,7 +86,7 @@
    1.22  	Group getGroup(String name)
    1.23  			throws StorageBackendException;
    1.24  
    1.25 -	List<Channel> getGroups()
    1.26 +	List<Group> getGroups()
    1.27  			throws StorageBackendException;
    1.28  
    1.29  	/**