Show which contacts subscribe to each forum. Dev task #79.

This commit is contained in:
akwizgran
2014-05-02 16:24:49 +01:00
parent e1d099903d
commit 4dcf9f632e
6 changed files with 187 additions and 10 deletions
@@ -231,6 +231,9 @@ public interface DatabaseComponent {
/** Returns all settings. */
Settings getSettings() throws DbException;
/** Returns all contacts who subscribe to the given group. */
Collection<Contact> getSubscribers(GroupId g) throws DbException;
/** Returns the maximum latencies of all local transports. */
Map<TransportId, Long> getTransportLatencies() throws DbException;