implemented restoring of wiki tags from tag and bookmark database
This commit is contained in:
@@ -7,7 +7,9 @@ import java.util.Collection;
|
||||
import java.util.Map;
|
||||
|
||||
public interface BookmarkDb {
|
||||
Map<Long, Bookmark> find(long userId, Collection<String> key);
|
||||
Map<Long, Bookmark> findUrls(long userId, Collection<String> key);
|
||||
|
||||
Map<Long, String> findUrls(String key);
|
||||
|
||||
Map<Long, Bookmark> list(long userId, Long offset, Long limit);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user