implemented tagging of bookmarks
This commit is contained in:
@@ -15,6 +15,7 @@ public class Constants {
|
||||
public static final String AUTHORIZATION = "Authorization";
|
||||
|
||||
public static final String BODY = "body";
|
||||
public static final String BOOKMARK = "bookmark";
|
||||
|
||||
public static final String CODE = "code";
|
||||
public static final String COMMENT = "comment";
|
||||
|
||||
@@ -13,4 +13,6 @@ public interface TagService {
|
||||
void save(String module, long entityId, Collection<Long> userIds, Collection<String> tags);
|
||||
|
||||
String save(String module, long entityId, Collection<Long> userIds, String tag);
|
||||
|
||||
UserService userService();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user