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 Comment
CommentBuilder. 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 void
CommentManager. publish(UID<Account> accountUID, Comment comment, UID<? extends KeyConcept> keyConceptUID)
Publishes a comment on a key concept.void
CommentManager. 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 Comment
CommentPlugin. 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 void
CommentManagerImpl. 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.void
CommentManagerImpl. update(UID<Account> accountURI, Comment comment)
Updates a comment.void
CommentPlugin. 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 Comment
MemoryCommentPlugin. 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.void
MemoryCommentPlugin. 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 Comment
RedisCommentPlugin. 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.void
RedisCommentPlugin. 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 Comment
CommentWebServices. publishComment(Comment comment, String keyConcept, String id)
Publishes a new comment.Comment
CommentWebServices. 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 Comment
CommentWebServices. publishComment(Comment comment, String keyConcept, String id)
Publishes a new comment.Comment
CommentWebServices. updateComment(String uuid, Comment comment)
Updates a comment.
-