Uses of Class
org.exoplatform.task.domain.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return types with arguments of type CommentModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Comment> CommentHandler.findComments(long taskId) CommentHandler.getSubComments(List<Comment> listComments) Method parameters in org.exoplatform.task.dao with type arguments of type Comment -
Uses of Comment in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa that return types with arguments of type CommentModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Comment> CommentDAOImpl.findComments(long taskId) CommentDAOImpl.getSubComments(List<Comment> comments) Methods in org.exoplatform.task.dao.jpa with parameters of type CommentMethod parameters in org.exoplatform.task.dao.jpa with type arguments of type Comment -
Uses of Comment in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return CommentMethods in org.exoplatform.task.domain with parameters of type CommentModifier and TypeMethodDescriptionvoidComment.addSubComment(Comment subComment) voidComment.setParentComment(Comment parentComment) -
Uses of Comment in org.exoplatform.task.model
Constructors in org.exoplatform.task.model with parameters of type Comment -
Uses of Comment in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return CommentModifier and TypeMethodDescriptionstatic CommentStorageUtil.commentToEntity(CommentDto commentDto) static CommentStorageUtil.getCommentEntityById(Long commentId) Methods in org.exoplatform.task.util that return types with arguments of type CommentModifier and TypeMethodDescriptionStorageUtil.listCommentsToEntitys(List<CommentDto> commentDtos) Methods in org.exoplatform.task.util with parameters of type CommentModifier and TypeMethodDescriptionstatic booleanTaskUtil.canDeleteComment(org.exoplatform.services.security.Identity identity, Comment comment) static CommentDtoStorageUtil.commentToDto(Comment comment, ProjectStorage projectStorage) Method parameters in org.exoplatform.task.util with type arguments of type CommentModifier and TypeMethodDescriptionstatic List<CommentDto> StorageUtil.listCommentsToDtos(List<Comment> comments, ProjectStorage projectStorage)