public class CommentSearchManager extends Object
Constructor and Description |
---|
CommentSearchManager(UserManager userManager,
OfBizDelegator delegator,
IssueManager issueManager,
ProjectRoleManager projectRoleManager,
CommentPermissionManager commentPermissionManager) |
Modifier and Type | Method and Description |
---|---|
Comment |
convertToComment(org.ofbiz.core.entity.GenericValue gv) |
Comment |
getCommentById(Long commentId) |
List<Comment> |
getComments(Issue issue) |
List<Comment> |
getCommentsForUser(Issue issue,
ApplicationUser user) |
List<Comment> |
getCommentsForUserSince(Issue issue,
ApplicationUser user,
Date since) |
MutableComment |
getMutableComment(Long commentId) |
public CommentSearchManager(UserManager userManager, OfBizDelegator delegator, IssueManager issueManager, ProjectRoleManager projectRoleManager, CommentPermissionManager commentPermissionManager)
public Comment convertToComment(org.ofbiz.core.entity.GenericValue gv)
public MutableComment getMutableComment(Long commentId)
@Nonnull public List<Comment> getCommentsForUserSince(@Nonnull Issue issue, @Nullable ApplicationUser user, @Nonnull Date since)
public List<Comment> getCommentsForUser(Issue issue, ApplicationUser user)
Copyright © 2002-2015 Atlassian. All Rights Reserved.