| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
CommentHandler.findComments(long taskId) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Comment> |
CommentDAOImpl.findComments(long taskId) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
| Constructor and Description |
|---|
CommentModel(Comment cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 |
|---|---|
static boolean |
TaskUtil.canDeleteComment(org.exoplatform.services.security.Identity identity,
Comment comment) |
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.