Uses of Class
org.exoplatform.task.dto.CommentDto
-
-
Uses of CommentDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return CommentDto Modifier and Type Method Description CommentDtoCommentDto. clone() -
Uses of CommentDto in org.exoplatform.task.rest.model
Constructors in org.exoplatform.task.rest.model with parameters of type CommentDto Constructor Description CommentEntity(CommentDto cmt, User author, String formattedComment) -
Uses of CommentDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return CommentDto Modifier and Type Method Description CommentDtoCommentService. addComment(TaskDto task, long parentCommentId, String username, String comment)CommentDtoCommentService. addComment(TaskDto task, String username, String commentText)CommentDtoCommentService. getComment(long commentId)Methods in org.exoplatform.task.service that return types with arguments of type CommentDto Modifier and Type Method 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 commentsMethod parameters in org.exoplatform.task.service with type arguments of type CommentDto Modifier and Type Method Description List<CommentDto>CommentService. loadSubComments(List<CommentDto> listComments)Fetch sub comments of designed comments -
Uses of CommentDto in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return CommentDto Modifier and Type Method Description CommentDtoCommentServiceImpl. addComment(TaskDto task, long parentCommentId, String username, String comment)CommentDtoCommentServiceImpl. addComment(TaskDto task, String username, String comment)CommentDtoCommentServiceImpl. getComment(long commentId)Methods in org.exoplatform.task.service.impl that return types with arguments of type CommentDto Modifier and Type Method 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)Method parameters in org.exoplatform.task.service.impl with type arguments of type CommentDto Modifier and Type Method Description List<CommentDto>CommentServiceImpl. loadSubComments(List<CommentDto> listComments) -
Uses of CommentDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return CommentDto Modifier and Type Method Description CommentDtoCommentStorage. addComment(TaskDto task, long parentCommentId, String username, String comment)CommentDtoCommentStorage. addComment(TaskDto task, String username, String commentText)CommentDtoCommentStorage. getComment(long commentId)Methods in org.exoplatform.task.storage that return types with arguments of type CommentDto Modifier and Type Method Description List<CommentDto>CommentStorage. getComments(long taskId, int offset, int limit)List<CommentDto>CommentStorage. getCommentsWithSubs(long taskId, int offset, int limit)List<CommentDto>CommentStorage. loadSubComments(List<CommentDto> listComments)Fetch sub comments of designed commentsMethod parameters in org.exoplatform.task.storage with type arguments of type CommentDto Modifier and Type Method Description List<CommentDto>CommentStorage. loadSubComments(List<CommentDto> listComments)Fetch sub comments of designed comments -
Uses of CommentDto in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return CommentDto Modifier and Type Method Description CommentDtoCommentStorageImpl. addComment(TaskDto task, long parentCommentId, String username, String comment)CommentDtoCommentStorageImpl. addComment(TaskDto task, String username, String comment)CommentDtoCommentStorageImpl. getComment(long commentId)Methods in org.exoplatform.task.storage.impl that return types with arguments of type CommentDto Modifier and Type Method Description List<CommentDto>CommentStorageImpl. getComments(long taskId, int offset, int limit)List<CommentDto>CommentStorageImpl. getCommentsWithSubs(long taskId, int offset, int limit)List<CommentDto>CommentStorageImpl. loadSubComments(List<CommentDto> listComments)Method parameters in org.exoplatform.task.storage.impl with type arguments of type CommentDto Modifier and Type Method Description List<CommentDto>CommentStorageImpl. loadSubComments(List<CommentDto> listComments) -
Uses of CommentDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return CommentDto Modifier and Type Method Description static CommentDtoStorageUtil. commentToDto(Comment comment, ProjectStorage projectStorage)Methods in org.exoplatform.task.util that return types with arguments of type CommentDto Modifier and Type Method Description static List<CommentDto>StorageUtil. listCommentsToDtos(List<Comment> comments, ProjectStorage projectStorage)Methods in org.exoplatform.task.util with parameters of type CommentDto Modifier and Type Method Description static booleanTaskUtil. canDeleteComment(org.exoplatform.services.security.Identity identity, CommentDto comment)static CommentStorageUtil. commentToEntity(CommentDto commentDto)Method parameters in org.exoplatform.task.util with type arguments of type CommentDto Modifier and Type Method Description static List<Comment>StorageUtil. listCommentsToEntitys(List<CommentDto> commentDtos)
-