com.atlassian.bamboo.comment
Class CommentServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.comment.CommentServiceImpl
All Implemented Interfaces:
CommentService

public class CommentServiceImpl
extends java.lang.Object
implements CommentService


Constructor Summary
CommentServiceImpl(CommentManager commentManager, JiraIssueUtils jiraIssueUtils, com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 Comment addComment(java.lang.String content, ResultsSummary resultsSummary, com.atlassian.user.User user)
           
 void deleteComment(Comment comment, ResultsSummary resultsSummary)
           
 Comment getCommentById(long commentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentServiceImpl

public CommentServiceImpl(CommentManager commentManager,
                          JiraIssueUtils jiraIssueUtils,
                          com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

getCommentById

public Comment getCommentById(long commentId)
Specified by:
getCommentById in interface CommentService

addComment

public Comment addComment(@NotNull
                          java.lang.String content,
                          @NotNull
                          ResultsSummary resultsSummary,
                          @NotNull
                          com.atlassian.user.User user)
Specified by:
addComment in interface CommentService

deleteComment

public void deleteComment(@NotNull
                          Comment comment,
                          @NotNull
                          ResultsSummary resultsSummary)
Specified by:
deleteComment in interface CommentService


Copyright © 2012 Atlassian. All Rights Reserved.