Uses of Class
org.exoplatform.task.domain.Comment
-
Packages that use Comment Package Description org.exoplatform.task.dao org.exoplatform.task.dao.jpa org.exoplatform.task.domain org.exoplatform.task.model org.exoplatform.task.util -
-
Uses of Comment in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return types with arguments of type Comment Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Comment>CommentHandler. findComments(long taskId)List<Comment>CommentHandler. getSubComments(List<Comment> listComments)Method parameters in org.exoplatform.task.dao with type arguments of type Comment Modifier and Type Method Description List<Comment>CommentHandler. getSubComments(List<Comment> listComments) -
Uses of Comment in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa that return types with arguments of type Comment Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Comment>CommentDAOImpl. findComments(long taskId)List<Comment>CommentDAOImpl. getSubComments(List<Comment> comments)Methods in org.exoplatform.task.dao.jpa with parameters of type Comment Modifier and Type Method Description voidCommentDAOImpl. delete(Comment entity)Method parameters in org.exoplatform.task.dao.jpa with type arguments of type Comment Modifier and Type Method Description voidCommentDAOImpl. deleteAll(List<Comment> comments)List<Comment>CommentDAOImpl. getSubComments(List<Comment> comments) -
Uses of Comment in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return Comment Modifier and Type Method Description CommentComment. clone()CommentComment. getParentComment()Methods in org.exoplatform.task.domain that return types with arguments of type Comment Modifier and Type Method Description List<Comment>Comment. getSubComments()Methods in org.exoplatform.task.domain with parameters of type Comment Modifier and Type Method Description voidComment. addSubComment(Comment subComment)voidComment. setParentComment(Comment parentComment)Method parameters in org.exoplatform.task.domain with type arguments of type Comment Modifier and Type Method Description voidComment. setSubComments(List<Comment> subComments) -
Uses of Comment in org.exoplatform.task.model
Constructors in org.exoplatform.task.model with parameters of type Comment Constructor Description CommentModel(Comment cmt, User author, String formattedComment) -
Uses of Comment in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return Comment Modifier and Type Method Description static CommentStorageUtil. commentToEntity(CommentDto commentDto)Methods in org.exoplatform.task.util that return types with arguments of type Comment Modifier and Type Method Description static List<Comment>StorageUtil. listCommentsToEntitys(List<CommentDto> commentDtos)Methods in org.exoplatform.task.util with parameters of type Comment Modifier and Type Method Description static 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 Comment Modifier and Type Method Description static List<CommentDto>StorageUtil. listCommentsToDtos(List<Comment> comments, ProjectStorage projectStorage)
-