implemented sharing of bookmarks
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
package de.srsoftware.umbrella.bookmarks;
|
||||
|
||||
import de.srsoftware.umbrella.core.model.Bookmark;
|
||||
import java.util.Collection;
|
||||
import java.util.Map;
|
||||
|
||||
public interface BookmarkDb {
|
||||
@@ -9,5 +10,5 @@ public interface BookmarkDb {
|
||||
|
||||
Bookmark load(long id, long userId);
|
||||
|
||||
Bookmark save(String url, String comment, long userId);
|
||||
Bookmark save(String url, String comment, Collection<Long> userIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user