| 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.UID<? 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.UID<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.UID<S> keyConceptURI)
Publishes a comment about a key concept.
|
void |
CommentServicesImpl.publish(io.vertigo.dynamo.domain.model.UID<io.vertigo.account.account.Account> accountURI,
Comment comment,
io.vertigo.dynamo.domain.model.UID<? 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.UID<io.vertigo.account.account.Account> accountURI,
Comment comment)
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
MemoryCommentPlugin.get(UUID uuid)
Gets the comment by its uuid.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
MemoryCommentPlugin.getComments(io.vertigo.dynamo.domain.model.UID<S> uid)
Lists the comments as a key concerned is concerned
|
| Modifier and Type | Method and Description |
|---|---|
<S extends io.vertigo.dynamo.domain.model.KeyConcept> |
MemoryCommentPlugin.publish(Comment comment,
io.vertigo.dynamo.domain.model.UID<S> uid)
Publishes a comment about a key concept.
|
void |
MemoryCommentPlugin.update(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.UID<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.UID<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.UID<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUID)
Gets a list of sorted comments published on this keyConcept.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentServices.publish(io.vertigo.dynamo.domain.model.UID<io.vertigo.account.account.Account> accountUID,
Comment comment,
io.vertigo.dynamo.domain.model.UID<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUID)
Publishes a comment on a key concept.
|
void |
CommentServices.update(io.vertigo.dynamo.domain.model.UID<io.vertigo.account.account.Account> accountUID,
Comment comment)
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
CommentWebServices.publishComment(Comment comment,
String keyConcept,
String id)
Publishes a new comment.
|
Comment |
CommentWebServices.updateComment(String uuid,
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 |
|---|---|
Comment |
CommentWebServices.publishComment(Comment comment,
String keyConcept,
String id)
Publishes a new comment.
|
Comment |
CommentWebServices.updateComment(String uuid,
Comment comment)
Updates a comment.
|
Copyright © 2019. All Rights Reserved.