Merge branch 'dev' into modules/bookmark
This commit is contained in:
@@ -13,7 +13,7 @@ public interface TagDB {
|
||||
|
||||
Map<String, List<Long>> getUses(String tag, long id);
|
||||
|
||||
Set<String> list(long id, String module, long entityId);
|
||||
Set<String> list(long userId, String module, long entityId);
|
||||
|
||||
void save(Collection<Long> userIds, String module, long entityId, Collection<String> tags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user