public class

CommentSearchManager

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.comments.CommentSearchManager

Class Overview

The CommentSearchManager is used to retrieve comments in JIRA. Comments are always associated with an issue. This manager is only used internally.

Summary

Public Constructors
CommentSearchManager(UserManager userManager, OfBizDelegator delegator, IssueManager issueManager, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager)
Public Methods
Comment convertToComment(GenericValue gv)
Comment getCommentById(Long commentId)
List<Comment> getComments(Issue issue)
List<Comment> getCommentsForUser(Issue issue, ApplicationUser user)
@Nonnull List<Comment> getCommentsForUserSince(Issue issue, ApplicationUser user, Date since)
MutableComment getMutableComment(Long commentId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CommentSearchManager (UserManager userManager, OfBizDelegator delegator, IssueManager issueManager, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager)

Public Methods

public Comment convertToComment (GenericValue gv)

public Comment getCommentById (Long commentId)

public List<Comment> getComments (Issue issue)

public List<Comment> getCommentsForUser (Issue issue, ApplicationUser user)

@Nonnull public List<Comment> getCommentsForUserSince (Issue issue, ApplicationUser user, Date since)

public MutableComment getMutableComment (Long commentId)