Uses of Class
com.silverpeas.comment.model.Comment

Packages that use Comment
com.silverpeas.comment.service   
com.silverpeas.comment.socialnetwork   
 

Uses of Comment in com.silverpeas.comment.service
 

Methods in com.silverpeas.comment.service that return Comment
 Comment CommentService.getComment(CommentPK pk)
           
 

Methods in com.silverpeas.comment.service that return types with arguments of type Comment
 List<Comment> CommentService.getAllCommentsOnPublication(String resourceType, WAPrimaryKey pk)
           
 List<Comment> CommentService.getLastComments(String resourceType, int count)
           
 

Methods in com.silverpeas.comment.service with parameters of type Comment
 void CommentUserNotificationService.commentAdded(Comment newComment)
          Sends a notification to the users that are concerned by the specified new comment on a given resource (publication, blog article, ...).
 void CommentUserNotificationService.commentRemoved(Comment removedComment)
          No notifications are sent to the users when a comment is removed.
 void CommentService.createAndIndexComment(Comment cmt)
           
 void CommentService.createComment(Comment cmt)
           
 void CommentService.deleteComment(Comment comment)
           
 void CommentService.updateAndIndexComment(Comment cmt)
           
 void CommentService.updateComment(Comment cmt)
           
 

Constructors in com.silverpeas.comment.service with parameters of type Comment
CommentUserNotification(CommentService commentService, Comment comment, SilverpeasContent commentedContent, String subjectKey, ResourceLocator componentMessages, Set<String> recipients)
           
 

Uses of Comment in com.silverpeas.comment.socialnetwork
 

Methods in com.silverpeas.comment.socialnetwork that return Comment
 Comment SocialInformationComment.getComment()
           
 

Constructors in com.silverpeas.comment.socialnetwork with parameters of type Comment
SocialInformationComment(Comment comment)
          Constructor with one param
 



Copyright © 2016 Silverpeas. All Rights Reserved.