Uses of Class
org.sakaiproject.conversations.api.model.ConversationsComment
-
Packages that use ConversationsComment Package Description org.sakaiproject.conversations.api org.sakaiproject.conversations.api.beans org.sakaiproject.conversations.api.repository -
-
Uses of ConversationsComment in org.sakaiproject.conversations.api
Methods in org.sakaiproject.conversations.api with parameters of type ConversationsComment Modifier and Type Method Description booleanConversationsService. currentUserCanViewComment(ConversationsComment comment)static ConversationsReferenceReckoner.ConversationsReferenceConversationsReferenceReckoner. referenceReckoner(ConversationsTopic topic, ConversationsPost post, ConversationsComment comment, String siteId, String type, String id, String reference)This is a builder for an AssignmentReference -
Uses of ConversationsComment in org.sakaiproject.conversations.api.beans
Methods in org.sakaiproject.conversations.api.beans that return ConversationsComment Modifier and Type Method Description ConversationsCommentCommentTransferBean. asComment()Methods in org.sakaiproject.conversations.api.beans with parameters of type ConversationsComment Modifier and Type Method Description static CommentTransferBeanCommentTransferBean. of(ConversationsComment comment) -
Uses of ConversationsComment in org.sakaiproject.conversations.api.repository
Methods in org.sakaiproject.conversations.api.repository that return types with arguments of type ConversationsComment Modifier and Type Method Description List<ConversationsComment>ConversationsCommentRepository. findByPostId(String postId)List<ConversationsComment>ConversationsCommentRepository. findBySiteId(String siteId)
-