Package | Description |
---|---|
lumis.service.socialnetworkservices.microblog.core.manager |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentManager.findById(String commentId)
Method that retrieves a Comment by a given Id
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
CommentManager.findByAuthorId(String authorId)
Method that retrieves a list of comments given an author id
|
List<Comment> |
CommentManager.findByPostId(String postId)
Method that retrieves a list of comments given an post id
|
Modifier and Type | Method and Description |
---|---|
void |
CommentManager.delete(Comment comment)
Method that deletes an user comment
|
void |
CommentManager.remove(Comment comment)
Method that enables a flag indicating that the comment is no longer available for display.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.