public interface CommentHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Comment,Long>
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
findComments(long taskId) |
Set<String> |
findMentionedUsersOfTask(long taskId) |
List<Comment> |
getSubComments(List<Comment> listComments) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.