public interface CommentServices
extends io.vertigo.core.component.Component
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
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.
|
void |
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 |
update(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
Comment comment)
Updates a comment.
|
List<Comment> getComments(io.vertigo.dynamo.domain.model.URI<? extends io.vertigo.dynamo.domain.model.KeyConcept> keyConceptUri)
keyConceptUri - the URI of the keyConceptvoid 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)
accountURI - the account defined by its URIcomment - the commentkeyConceptUri - the URI of the keyConceptvoid update(io.vertigo.dynamo.domain.model.URI<io.vertigo.account.identity.Account> accountURI,
Comment comment)
accountURI - the account defined by its URIcomment - the updated commentCopyright © 2017. All Rights Reserved.