improvemnts:
- ordering of bookmarks - limitation of bookmarks on index page - date for bookmarks that did not have a date before the transition
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.Collection;
|
||||
import java.util.Map;
|
||||
|
||||
public interface BookmarkDb {
|
||||
Map<Long, Bookmark> list(long userId);
|
||||
Map<Long, Bookmark> list(long userId, long offset, long limit);
|
||||
|
||||
Bookmark load(long id, long userId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user