| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
CommentHandler.findComments(long taskId) |
List<Comment> |
CommentHandler.getSubComments(List<Comment> listComments) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentHandler.getSubComments(List<Comment> listComments) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
CommentDAOImpl.findComments(long taskId) |
List<Comment> |
CommentDAOImpl.getSubComments(List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentDAOImpl.getSubComments(List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
Comment.getParentComment() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
Comment.getSubComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.addSubComment(Comment subComment) |
void |
Comment.setParentComment(Comment parentComment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Comment.setSubComments(List<Comment> subComments) |
| Constructor and Description |
|---|
CommentModel(Comment cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
TaskService.addComment(long id,
long parentCommentId,
String username,
String comment) |
Comment |
TaskService.addComment(long taskId,
String username,
String commentText) |
Comment |
TaskService.getComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
TaskService.getComments(long taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.loadSubComments(List<Comment> listComments)
Fetch sub comments of designed comments
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
TaskServiceImpl.addComment(long id,
long parentCommentId,
String username,
String comment) |
Comment |
TaskServiceImpl.addComment(long id,
String username,
String comment) |
Comment |
TaskServiceImpl.getComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
TaskServiceImpl.getComments(long taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskServiceImpl.loadSubComments(List<Comment> listComments) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TaskUtil.canDeleteComment(org.exoplatform.services.security.Identity identity,
Comment comment) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.