Uses of Interface
com.silverpeas.comment.service.CommentService

Packages that use CommentService
com.silverpeas   
com.silverpeas.comment.service   
com.silverpeas.comment.service.notification   
com.silverpeas.comment.web Provides the REST web service that handle requests about comments on a given resource in published in Silverpeas. 
 

Uses of CommentService in com.silverpeas
 

Methods in com.silverpeas that return CommentService
static CommentService SilverpeasServiceProvider.getCommentService()
           
 

Uses of CommentService in com.silverpeas.comment.service
 

Classes in com.silverpeas.comment.service that implement CommentService
 class DefaultCommentService
          A service that provide the features to handle the comments in Silverpeas.
 

Methods in com.silverpeas.comment.service that return CommentService
 CommentService CommentServiceFactory.getCommentService()
          Gets a CommentService instance.
 

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

Uses of CommentService in com.silverpeas.comment.service.notification
 

Methods in com.silverpeas.comment.service.notification that return CommentService
protected  CommentService DefaultCommentUserNotificationService.getCommentService()
           
 

Uses of CommentService in com.silverpeas.comment.web
 

Methods in com.silverpeas.comment.web that return CommentService
protected  CommentService CommentResource.commentService()
          Gets a business service on comments.
 



Copyright © 2016 Silverpeas. All Rights Reserved.