Uses of Class
org.sakaiproject.conversations.api.model.Comment
-
Packages that use Comment Package Description org.sakaiproject.conversations.api.beans org.sakaiproject.conversations.api.repository -
-
Uses of Comment in org.sakaiproject.conversations.api.beans
Methods in org.sakaiproject.conversations.api.beans that return Comment Modifier and Type Method Description CommentCommentTransferBean. asComment()Methods in org.sakaiproject.conversations.api.beans with parameters of type Comment Modifier and Type Method Description static CommentTransferBeanCommentTransferBean. of(Comment comment) -
Uses of Comment in org.sakaiproject.conversations.api.repository
Methods in org.sakaiproject.conversations.api.repository that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentRepository. findByPost_Id(String postId)
-