Uses of Class
org.exoplatform.task.dto.CommentDto
Packages that use CommentDto
Package
Description
-
Uses of CommentDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return CommentDto -
Uses of CommentDto in org.exoplatform.task.rest.model
Constructors in org.exoplatform.task.rest.model with parameters of type CommentDtoModifierConstructorDescriptionCommentEntity(CommentDto cmt, User author, String formattedComment) -
Uses of CommentDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return CommentDtoModifier and TypeMethodDescriptionCommentService.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentService.addComment(TaskDto task, String username, String commentText) CommentService.getComment(long commentId) Methods in org.exoplatform.task.service that return types with arguments of type CommentDtoModifier and TypeMethodDescriptionCommentService.getComments(long taskId, int offset, int limit) CommentService.getCommentsWithSubs(long taskId, int offset, int limit) CommentService.loadSubComments(List<CommentDto> listComments) Fetch sub comments of designed commentsMethod parameters in org.exoplatform.task.service with type arguments of type CommentDtoModifier and TypeMethodDescriptionCommentService.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 CommentDtoModifier and TypeMethodDescriptionCommentServiceImpl.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentServiceImpl.addComment(TaskDto task, String username, String comment) CommentServiceImpl.getComment(long commentId) Methods in org.exoplatform.task.service.impl that return types with arguments of type CommentDtoModifier and TypeMethodDescriptionCommentServiceImpl.getComments(long taskId, int offset, int limit) CommentServiceImpl.getCommentsWithSubs(long taskId, int offset, int limit) CommentServiceImpl.loadSubComments(List<CommentDto> listComments) Method parameters in org.exoplatform.task.service.impl with type arguments of type CommentDtoModifier and TypeMethodDescriptionCommentServiceImpl.loadSubComments(List<CommentDto> listComments) -
Uses of CommentDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return CommentDtoModifier and TypeMethodDescriptionCommentStorage.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentStorage.addComment(TaskDto task, String username, String commentText) CommentStorage.getComment(long commentId) Methods in org.exoplatform.task.storage that return types with arguments of type CommentDtoModifier and TypeMethodDescriptionCommentStorage.getComments(long taskId, int offset, int limit) CommentStorage.getCommentsWithSubs(long taskId, int offset, int limit) CommentStorage.loadSubComments(List<CommentDto> listComments) Fetch sub comments of designed commentsMethod parameters in org.exoplatform.task.storage with type arguments of type CommentDtoModifier and TypeMethodDescriptionCommentStorage.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 CommentDtoModifier and TypeMethodDescriptionCommentStorageImpl.addComment(TaskDto task, long parentCommentId, String username, String comment) CommentStorageImpl.addComment(TaskDto task, String username, String comment) CommentStorageImpl.getComment(long commentId) Methods in org.exoplatform.task.storage.impl that return types with arguments of type CommentDtoModifier and TypeMethodDescriptionCommentStorageImpl.getComments(long taskId, int offset, int limit) CommentStorageImpl.getCommentsWithSubs(long taskId, int offset, int limit) CommentStorageImpl.loadSubComments(List<CommentDto> listComments) Method parameters in org.exoplatform.task.storage.impl with type arguments of type CommentDtoModifier and TypeMethodDescriptionCommentStorageImpl.loadSubComments(List<CommentDto> listComments) -
Uses of CommentDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return CommentDtoModifier and TypeMethodDescriptionstatic CommentDtoStorageUtil.commentToDto(Comment comment, ProjectStorage projectStorage) Methods in org.exoplatform.task.util that return types with arguments of type CommentDtoModifier and TypeMethodDescriptionstatic List<CommentDto>StorageUtil.listCommentsToDtos(List<Comment> comments, ProjectStorage projectStorage) Methods in org.exoplatform.task.util with parameters of type CommentDtoModifier and TypeMethodDescriptionstatic 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 CommentDtoModifier and TypeMethodDescriptionStorageUtil.listCommentsToEntitys(List<CommentDto> commentDtos)