|
|
|
|
@ -13,7 +13,7 @@ public interface TagDB {
@@ -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); |
|
|
|
|
} |
|
|
|
|
|