com.atlassian.bamboo.comment
Class CommentManagerImpl

java.lang.Object
  extended by com.atlassian.bamboo.comment.CommentManagerImpl
All Implemented Interfaces:
CommentManager

public class CommentManagerImpl
extends java.lang.Object
implements CommentManager


Constructor Summary
CommentManagerImpl()
           
 
Method Summary
 Comment addComment(java.lang.String content, BuildResultsSummary buildResultsSummary, com.atlassian.user.User user)
           
 void deleteComment(Comment comment, BuildResultsSummary buildResultsSummary)
           
 Comment getCommentById(long commentId)
           
 void setCommentDao(CommentDao commentDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentManagerImpl

public CommentManagerImpl()
Method Detail

addComment

public Comment addComment(java.lang.String content,
                          BuildResultsSummary buildResultsSummary,
                          com.atlassian.user.User user)
Specified by:
addComment in interface CommentManager

deleteComment

public void deleteComment(@NotNull
                          Comment comment,
                          @NotNull
                          BuildResultsSummary buildResultsSummary)
Specified by:
deleteComment in interface CommentManager

getCommentById

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

setCommentDao

public void setCommentDao(CommentDao commentDao)


Copyright © 2010 Atlassian. All Rights Reserved.