Uses of Class
io.vertigo.social.comment.Comment
-
-
Uses of Comment in io.vertigo.social.comment
Methods in io.vertigo.social.comment that return Comment Modifier and Type Method Description CommentCommentBuilder. build()Methods in io.vertigo.social.comment that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentManager. getComments(UID<? extends KeyConcept> keyConceptUID)Gets a list of sorted comments published on this keyConcept.Methods in io.vertigo.social.comment with parameters of type Comment Modifier and Type Method Description voidCommentManager. publish(UID<Account> accountUID, Comment comment, UID<? extends KeyConcept> keyConceptUID)Publishes a comment on a key concept.voidCommentManager. update(UID<Account> accountUID, Comment comment)Updates a comment. -
Uses of Comment in io.vertigo.social.impl.comment
Methods in io.vertigo.social.impl.comment that return Comment Modifier and Type Method Description CommentCommentPlugin. get(UUID uuid)Gets the comment by its uuid.Methods in io.vertigo.social.impl.comment that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentManagerImpl. getComments(UID<? extends KeyConcept> keyConceptUri)Gets a list of sorted comments published on this keyConcept.<S extends KeyConcept>
List<Comment>CommentPlugin. getComments(UID<S> keyConceptURI)Lists the comments as a key concerned is concernedMethods in io.vertigo.social.impl.comment with parameters of type Comment Modifier and Type Method Description voidCommentManagerImpl. publish(UID<Account> accountURI, Comment comment, UID<? extends KeyConcept> keyConceptUri)Publishes a comment on a key concept.<S extends KeyConcept>
voidCommentPlugin. publish(Comment comment, UID<S> keyConceptURI)Publishes a comment about a key concept.voidCommentManagerImpl. update(UID<Account> accountURI, Comment comment)Updates a comment.voidCommentPlugin. update(Comment comment)Updates a comment. -
Uses of Comment in io.vertigo.social.plugins.comment.memory
Methods in io.vertigo.social.plugins.comment.memory that return Comment Modifier and Type Method Description CommentMemoryCommentPlugin. get(UUID uuid)Gets the comment by its uuid.Methods in io.vertigo.social.plugins.comment.memory that return types with arguments of type Comment Modifier and Type Method Description <S extends KeyConcept>
List<Comment>MemoryCommentPlugin. getComments(UID<S> uid)Lists the comments as a key concerned is concernedMethods in io.vertigo.social.plugins.comment.memory with parameters of type Comment Modifier and Type Method Description <S extends KeyConcept>
voidMemoryCommentPlugin. publish(Comment comment, UID<S> uid)Publishes a comment about a key concept.voidMemoryCommentPlugin. update(Comment comment)Updates a comment. -
Uses of Comment in io.vertigo.social.plugins.comment.redis
Methods in io.vertigo.social.plugins.comment.redis that return Comment Modifier and Type Method Description CommentRedisCommentPlugin. get(UUID uuid)Gets the comment by its uuid.Methods in io.vertigo.social.plugins.comment.redis that return types with arguments of type Comment Modifier and Type Method Description <S extends KeyConcept>
List<Comment>RedisCommentPlugin. getComments(UID<S> keyConceptUri)Lists the comments as a key concerned is concernedMethods in io.vertigo.social.plugins.comment.redis with parameters of type Comment Modifier and Type Method Description <S extends KeyConcept>
voidRedisCommentPlugin. publish(Comment comment, UID<S> keyConceptUri)Publishes a comment about a key concept.voidRedisCommentPlugin. update(Comment comment)Updates a comment. -
Uses of Comment in io.vertigo.social.webservices.comment
Methods in io.vertigo.social.webservices.comment that return Comment Modifier and Type Method Description CommentCommentWebServices. publishComment(Comment comment, String keyConcept, String id)Publishes a new comment.CommentCommentWebServices. updateComment(String uuid, Comment comment)Updates a comment.Methods in io.vertigo.social.webservices.comment that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentWebServices. getComments(String keyConcept, String id)Gets comments for keyConcept.Methods in io.vertigo.social.webservices.comment with parameters of type Comment Modifier and Type Method Description CommentCommentWebServices. publishComment(Comment comment, String keyConcept, String id)Publishes a new comment.CommentCommentWebServices. updateComment(String uuid, Comment comment)Updates a comment.
-