Uses of Class
lumis.service.socialnetworkservices.microblog.entity.Comment

Packages that use Comment
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
 Comment CommentManager.findById(String commentId)
          Method that retrieves a Comment by a given Id
 

Methods in lumis.service.socialnetworkservices.microblog.core.manager that return types with arguments of type Comment
 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
 

Methods in lumis.service.socialnetworkservices.microblog.core.manager with parameters of type Comment
 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.
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.