Uses of Interface
com.atlassian.jira.issue.comments.Comment

Packages that use Comment
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.event.issue   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.comments.util   
com.atlassian.jira.issue.util   
 

Uses of Comment in com.atlassian.jira.bc.issue.comment
 

Methods in com.atlassian.jira.bc.issue.comment that return Comment
 Comment CommentService.create(User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time, visible to all - no group level or role level restriction.
 Comment CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time, visible to all - no group level or role level restriction.
 Comment CommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time.
 Comment CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time.
 Comment CommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue.
 Comment CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue.
 Comment CommentService.getCommentById(User user, Long commentId, ErrorCollection errorCollection)
          Will return a comment for the passed in commentId.
 Comment CommentService.getCommentById(com.atlassian.crowd.embedded.api.User user, Long commentId, ErrorCollection errorCollection)
          Will return a comment for the passed in commentId.
 

Methods in com.atlassian.jira.bc.issue.comment that return types with arguments of type Comment
 List<Comment> CommentService.getCommentsForUser(User currentUser, Issue issue, ErrorCollection errorCollection)
          Will return a list of Comments for the given user
 List<Comment> CommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, ErrorCollection errorCollection)
          Will return a list of Comments for the given user
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type Comment
 void CommentService.delete(JiraServiceContext jiraServiceContext, Comment comment, boolean dispatchEvent)
          Deletes a comment and updates the issue's change history and updated date.
 boolean CommentService.hasPermissionToEdit(User user, Comment comment, ErrorCollection errorCollection)
          Determine whether the current user has the permission to edit the comment.
 boolean CommentService.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User user, Comment comment, ErrorCollection errorCollection)
          Determine whether the current user has the permission to edit the comment.
 

Uses of Comment in com.atlassian.jira.event.issue
 

Methods in com.atlassian.jira.event.issue that return Comment
 Comment IssueEvent.getComment()
           
 

Constructors in com.atlassian.jira.event.issue with parameters of type Comment
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated)
           
 

Uses of Comment in com.atlassian.jira.issue.comments
 

Subinterfaces of Comment in com.atlassian.jira.issue.comments
 interface MutableComment
          Represents a comment's in JIRA.
 

Methods in com.atlassian.jira.issue.comments that return Comment
 Comment CommentManager.convertToComment(org.ofbiz.core.entity.GenericValue commentGV)
          This is a convenience method that can be used to convert a GenericValue representation of a comment to a comment object.
 Comment CommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment CommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment CommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment CommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment CommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean tweakIssueUpdateDate)
          Creates a comment and associates it with the given issue.
 Comment CommentManager.getCommentById(Long commentId)
          Will return a comment for the passed in commentId.
 

Methods in com.atlassian.jira.issue.comments that return types with arguments of type Comment
 List<Comment> CommentManager.getComments(Issue issue)
          This will return all comments for a given issue.
 List<Comment> CommentManager.getCommentsForUser(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Retrieves all Comments on the given Issue that the given User has permission to see.
 List<Comment> CommentManager.getCommentsForUser(Issue issue, User user)
          Deprecated. Please use CommentManager.getCommentsForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 

Methods in com.atlassian.jira.issue.comments with parameters of type Comment
 ChangeItemBean CommentManager.delete(Comment comment)
          Deletes the specified comment.
 boolean CommentPermissionManager.hasBrowsePermission(Comment comment, User user)
          Deprecated. Use CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User, Comment). Since v4.3
 boolean CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Return true if the user can see the comment.
 boolean CommentPermissionManager.hasEditPermission(Comment comment, User user)
          Deprecated. Use CommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User, Comment). Since v4.3
 boolean CommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Determines whether the given user has permission to edit the given comment.
 boolean CommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Returns true if the given user is the author of the given comment.
 boolean CommentManager.isUserCommentAuthor(User user, Comment comment)
          Deprecated. Please use CommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User, Comment) instead. Since v4.3
 boolean CommentPermissionManager.isUserCommentAuthor(User user, Comment comment)
          Returns true if the given user is the author of the given comment.
 boolean CommentPermissionManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Returns true if the given user is the author of the given comment.
 void CommentManager.update(Comment comment, boolean dispatchEvent)
          Persists the updated comment.
 

Uses of Comment in com.atlassian.jira.issue.comments.util
 

Methods in com.atlassian.jira.issue.comments.util that return Comment
 Comment CommentIterator.nextComment()
           
 

Uses of Comment in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return Comment
 Comment IssueUpdateBean.getComment()
           
 Comment IssueChangeHolder.getComment()
          Get the comment associated with this group of changes.
 

Methods in com.atlassian.jira.issue.util with parameters of type Comment
 void IssueUpdateBean.setComment(Comment comment)
           
 void IssueChangeHolder.setComment(Comment comment)
          Set the comment associated with this change.
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.