working on bookmark editing
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -8,7 +8,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public interface TagService {
|
||||
void deleteEntity(String task, long taskId);
|
||||
void deleteEntity(String module, long taskId);
|
||||
|
||||
void deleteEntity(String module, long urlId, long userId);
|
||||
|
||||
Map<String, List<Long>> getTagUses(UmbrellaUser user, String tag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user