| Package | Description |
|---|---|
| io.vertigo.social.impl.comment | |
| io.vertigo.social.plugins.comment.redis | |
| io.vertigo.social.services.comment | |
| io.vertigo.social.webservices.comment |
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentPlugin.get(UUID uuid)
Gets the comment by its uuid.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentServicesImpl.getComments(io.vertigo.dynamo.domain.model.URI<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUri)
Gets a list of sorted comments published on this keyConcept.
|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
CommentPlugin.getComments(io.vertigo.dynamo.domain.model.URI<S> keyConceptURI)
Lists the comments as a key concerned is concerned
|
| Modifier and Type | Method and Description |
|---|---|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
CommentPlugin.publish(Comment comment,
io.vertigo.dynamo.domain.model.URI<S> keyConceptURI)
Publishes a comment about a key concept.
|
void |
CommentServicesImpl.publish(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
Comment comment,
io.vertigo.dynamo.domain.model.URI<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUri)
Publishes a comment on a key concept.
|
void |
CommentPlugin.update(Comment comment)
Updates a comment.
|
void |
CommentServicesImpl.update(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
Comment comment)
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
RedisCommentPlugin.get(UUID uuid)
Gets the comment by its uuid.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
RedisCommentPlugin.getComments(io.vertigo.dynamo.domain.model.URI<S> keyConceptUri)
Lists the comments as a key concerned is concerned
|
| Modifier and Type | Method and Description |
|---|---|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
RedisCommentPlugin.publish(Comment comment,
io.vertigo.dynamo.domain.model.URI<S> keyConceptUri)
Publishes a comment about a key concept.
|
void |
RedisCommentPlugin.update(Comment comment)
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentServices.getComments(io.vertigo.dynamo.domain.model.URI<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUri)
Gets a list of sorted comments published on this keyConcept.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentServices.publish(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
Comment comment,
io.vertigo.dynamo.domain.model.URI<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUri)
Publishes a comment on a key concept.
|
void |
CommentServices.update(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
Comment comment)
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentWebServices.getComments(String keyConcept,
String id)
Gets comments for keyConcept.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentWebServices.publishComment(Comment comment,
String keyConcept,
String id)
Publishes a new comment.
|
void |
CommentWebServices.updateComment(String uuid,
Comment comment)
Updates a comment.
|
Copyright © 2017. All Rights Reserved.