implemented bookmark search
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -7,7 +7,9 @@ import java.util.Collection;
|
||||
import java.util.Map;
|
||||
|
||||
public interface BookmarkDb {
|
||||
Map<Long, Bookmark> list(long userId, long offset, long limit);
|
||||
Map<Long, Bookmark> find(long userId, Collection<String> key);
|
||||
|
||||
Map<Long, Bookmark> list(long userId, Long offset, Long limit);
|
||||
|
||||
Bookmark load(long id, long userId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user