Uses of Class
lumis.service.socialnetworkservices.microblog.entity.Comment
-
Packages that use Comment Package Description lumis.service.socialnetworkservices.microblog.core.manager -
-
Uses of Comment in lumis.service.socialnetworkservices.microblog.core.manager
Methods in lumis.service.socialnetworkservices.microblog.core.manager that return Comment Modifier and Type Method Description Comment
CommentManager. findById(String commentId)
Method that retrieves a Comment by a given IdMethods in lumis.service.socialnetworkservices.microblog.core.manager that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
CommentManager. findByAuthorId(String authorId)
Method that retrieves a list of comments given an author idList<Comment>
CommentManager. findByPostId(String postId)
Method that retrieves a list of comments given an post idMethods in lumis.service.socialnetworkservices.microblog.core.manager with parameters of type Comment Modifier and Type Method Description void
CommentManager. delete(Comment comment)
Method that deletes an user commentvoid
CommentManager. remove(Comment comment)
Method that enables a flag indicating that the comment is no longer available for display.
-