| Package | Description |
|---|---|
| org.exoplatform.task.dao | |
| org.exoplatform.task.dao.jpa | |
| org.exoplatform.task.domain | |
| org.exoplatform.task.model | |
| org.exoplatform.task.service | |
| org.exoplatform.task.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentHandler.findCommentsOfTask(Task task,
int start,
int limit)
Load list comments of a task.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentDAOImpl.findCommentsOfTask(Task task,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Set<Comment> |
Task.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setComments(Set<Comment> comments) |
| Constructor and Description |
|---|
CommentModel(Comment cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
TaskService.addCommentToTaskId(long id,
String username,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
TaskService.getCommentsByTask(Task task,
int start,
int limit) |
List<Comment> |
TaskService.getCommentsByTaskId(long id,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
TaskServiceImpl.addCommentToTaskId(long id,
String username,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
TaskServiceImpl.getCommentsByTask(Task task,
int start,
int limit) |
List<Comment> |
TaskServiceImpl.getCommentsByTaskId(long id,
int start,
int limit) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.