Uses of Record Class
io.vertigo.social.comment.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in io.vertigo.social.comment
Methods in io.vertigo.social.comment that return CommentMethods in io.vertigo.social.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentManager.getComments(io.vertigo.datamodel.data.model.UID<? extends io.vertigo.datamodel.data.model.KeyConcept> keyConceptUID) Gets a list of sorted comments published on this keyConcept.Methods in io.vertigo.social.comment with parameters of type CommentModifier and TypeMethodDescriptionvoidCommentManager.publish(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> accountUID, Comment comment, io.vertigo.datamodel.data.model.UID<? extends io.vertigo.datamodel.data.model.KeyConcept> keyConceptUID) Publishes a comment on a key concept.voidCommentManager.update(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.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 CommentModifier and TypeMethodDescriptionGets the comment by its uuid.Methods in io.vertigo.social.impl.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentManagerImpl.getComments(io.vertigo.datamodel.data.model.UID<? extends io.vertigo.datamodel.data.model.KeyConcept> keyConceptUri) Gets a list of sorted comments published on this keyConcept.CommentPlugin.getComments(io.vertigo.datamodel.data.model.UID<S> keyConceptURI) Lists the comments as a key concerned is concernedMethods in io.vertigo.social.impl.comment with parameters of type CommentModifier and TypeMethodDescriptionvoidCommentManagerImpl.publish(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> accountURI, Comment comment, io.vertigo.datamodel.data.model.UID<? extends io.vertigo.datamodel.data.model.KeyConcept> keyConceptUri) Publishes a comment on a key concept.<S extends io.vertigo.datamodel.data.model.KeyConcept>
voidPublishes a comment about a key concept.voidCommentManagerImpl.update(io.vertigo.datamodel.data.model.UID<io.vertigo.account.account.Account> accountURI, Comment comment) Updates a comment.voidUpdates a comment. -
Uses of Comment in io.vertigo.social.plugins.comment.memory
Methods in io.vertigo.social.plugins.comment.memory that return CommentModifier and TypeMethodDescriptionGets the comment by its uuid.Methods in io.vertigo.social.plugins.comment.memory that return types with arguments of type CommentModifier and TypeMethodDescriptionMemoryCommentPlugin.getComments(io.vertigo.datamodel.data.model.UID<S> uid) Lists the comments as a key concerned is concernedMethods in io.vertigo.social.plugins.comment.memory with parameters of type Comment -
Uses of Comment in io.vertigo.social.plugins.comment.redis
Methods in io.vertigo.social.plugins.comment.redis that return CommentModifier and TypeMethodDescriptionGets the comment by its uuid.Methods in io.vertigo.social.plugins.comment.redis that return types with arguments of type CommentModifier and TypeMethodDescriptionRedisCommentPlugin.getComments(io.vertigo.datamodel.data.model.UID<S> keyConceptUri) Lists the comments as a key concerned is concernedMethods in io.vertigo.social.plugins.comment.redis with parameters of type CommentModifier and TypeMethodDescription<S extends io.vertigo.datamodel.data.model.KeyConcept>
voidPublishes a comment about a key concept.voidUpdates a comment. -
Uses of Comment in io.vertigo.social.webservices.comment
Methods in io.vertigo.social.webservices.comment that return CommentModifier and TypeMethodDescriptionCommentWebServices.publishComment(Comment comment, String keyConcept, String id) Publishes a new comment.CommentWebServices.updateComment(String uuid, Comment comment) Updates a comment.Methods in io.vertigo.social.webservices.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentWebServices.getComments(String keyConcept, String id) Gets comments for keyConcept.Methods in io.vertigo.social.webservices.comment with parameters of type CommentModifier and TypeMethodDescriptionCommentWebServices.publishComment(Comment comment, String keyConcept, String id) Publishes a new comment.CommentWebServices.updateComment(String uuid, Comment comment) Updates a comment.