| Modifier and Type | Method and Description |
|---|---|
CommentDto |
CommentDto.clone() |
| Constructor and Description |
|---|
CommentEntity(CommentDto cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
CommentDto |
CommentService.addComment(TaskDto task,
long parentCommentId,
String username,
String comment) |
CommentDto |
CommentService.addComment(TaskDto task,
String username,
String commentText) |
CommentDto |
CommentService.getComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDto> |
CommentService.getComments(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentService.getCommentsWithSubs(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentService.loadSubComments(List<CommentDto> listComments)
Fetch sub comments of designed comments
|
| Modifier and Type | Method and Description |
|---|---|
List<CommentDto> |
CommentService.loadSubComments(List<CommentDto> listComments)
Fetch sub comments of designed comments
|
| Modifier and Type | Method and Description |
|---|---|
CommentDto |
CommentServiceImpl.addComment(TaskDto task,
long parentCommentId,
String username,
String comment) |
CommentDto |
CommentServiceImpl.addComment(TaskDto task,
String username,
String comment) |
CommentDto |
CommentServiceImpl.getComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDto> |
CommentServiceImpl.getComments(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentServiceImpl.getCommentsWithSubs(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentServiceImpl.loadSubComments(List<CommentDto> listComments) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDto> |
CommentServiceImpl.loadSubComments(List<CommentDto> listComments) |
| Modifier and Type | Method and Description |
|---|---|
CommentDto |
CommentStorage.addComment(TaskDto task,
long parentCommentId,
String username,
String comment) |
CommentDto |
CommentStorage.addComment(TaskDto task,
String username,
String commentText) |
CommentDto |
CommentStorage.commentToDto(Comment comment) |
CommentDto |
CommentStorage.getComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDto> |
CommentStorage.getComments(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentStorage.getCommentsWithSubs(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentStorage.listCommentsToDtos(List<Comment> comments) |
List<CommentDto> |
CommentStorage.loadSubComments(List<CommentDto> listComments)
Fetch sub comments of designed comments
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentStorage.commentToEntity(CommentDto commentDto) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentStorage.listCommentsToEntitys(List<CommentDto> commentDtos) |
List<CommentDto> |
CommentStorage.loadSubComments(List<CommentDto> listComments)
Fetch sub comments of designed comments
|
| Modifier and Type | Method and Description |
|---|---|
CommentDto |
CommentStorageImpl.addComment(TaskDto task,
long parentCommentId,
String username,
String comment) |
CommentDto |
CommentStorageImpl.addComment(TaskDto task,
String username,
String commentText) |
CommentDto |
CommentStorageImpl.commentToDto(Comment comment) |
CommentDto |
CommentStorageImpl.getComment(long commentId) |
| Modifier and Type | Method and Description |
|---|---|
List<CommentDto> |
CommentStorageImpl.getComments(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentStorageImpl.getCommentsWithSubs(long taskId,
int offset,
int limit) |
List<CommentDto> |
CommentStorageImpl.listCommentsToDtos(List<Comment> comments) |
List<CommentDto> |
CommentStorageImpl.loadSubComments(List<CommentDto> listComments) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentStorageImpl.commentToEntity(CommentDto commentDto) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentStorageImpl.listCommentsToEntitys(List<CommentDto> commentDtos) |
List<CommentDto> |
CommentStorageImpl.loadSubComments(List<CommentDto> listComments) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TaskUtil.canDeleteComment(org.exoplatform.services.security.Identity identity,
CommentDto comment) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.