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

Packages that use Comment
com.atlassian.jira.action.issue   
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.fields.rest.json.beans   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.renderers   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.util   
com.atlassian.jira.mention   
com.atlassian.jira.web.action.issue   
 

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

Methods in com.atlassian.jira.action.issue with parameters of type Comment
protected  void AbstractIssueUpdateAction.doUpdate(Long eventTypeId, Comment comment)
          This method 'completes' the update of an issue entity.
protected  void AbstractIssueUpdateAction.doUpdate(Long eventTypeId, Comment comment, Map params)
          This method 'completes' the update of an issue entity.
 

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

Methods in com.atlassian.jira.bc.issue.comment that return Comment
 Comment DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
           
 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 DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
           
 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 DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
           
 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 DefaultCommentService.getCommentById(com.atlassian.crowd.embedded.api.User user, Long commentId, ErrorCollection errorCollection)
           
 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> DefaultCommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, ErrorCollection errorCollection)
           
 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 DefaultCommentService.delete(JiraServiceContext jiraServiceContext, Comment comment, boolean dispatchEvent)
           
 void CommentService.delete(JiraServiceContext jiraServiceContext, Comment comment, boolean dispatchEvent)
          Deletes a comment and updates the issue's change history and updated date.
 boolean DefaultCommentService.hasPermissionToEdit(com.atlassian.crowd.embedded.api.User user, Comment comment, ErrorCollection errorCollection)
           
 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.
protected  boolean DefaultCommentService.hasVisibility(JiraServiceContext jiraServiceContext, Comment comment)
           
 

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

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

Methods in com.atlassian.jira.event.issue with parameters of type Comment
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
          Deprecated. Since v5.0
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
           
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
          Dispatch event of given type.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
          Deprecated. Since v5.0
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
           
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
          Dispatch event of given type.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
          Deprecated. Since v5.0
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
           
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
          Dispatch event of given type with custom parameters.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
          Deprecated. Since v5.0
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
           
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
          Dispatch event of given type with custom parameters.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
          Deprecated. Since v5.0
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
           
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
          Dispatch event of given type with custom parameters.
 

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.
 

Classes in com.atlassian.jira.issue.comments that implement Comment
 class CommentImpl
          Represents a comment on an issue by a user.
 

Fields in com.atlassian.jira.issue.comments with type parameters of type Comment
static Comparator<Comment> CommentComparator.COMPARATOR
          Comparator for sorting comments based on creation date.
 

Methods in com.atlassian.jira.issue.comments that return Comment
 Comment DefaultCommentManager.convertToComment(org.ofbiz.core.entity.GenericValue gv)
           
 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 DefaultCommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment DefaultCommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
           
 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 DefaultCommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
           
 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 DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
           
 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 DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean tweakIssueUpdateDate)
           
 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 DefaultCommentManager.getCommentById(Long commentId)
           
 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> DefaultCommentManager.getComments(Issue issue)
           
 List<Comment> CommentManager.getComments(Issue issue)
          This will return all comments for a given issue.
 List<Comment> DefaultCommentManager.getCommentsForUser(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 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.
 

Methods in com.atlassian.jira.issue.comments with parameters of type Comment
 int CommentComparator.compare(Comment o1, Comment o2)
           
 ChangeItemBean DefaultCommentManager.delete(Comment comment)
           
 ChangeItemBean CommentManager.delete(Comment comment)
          Deletes the specified comment.
 boolean DefaultCommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Determines whether the user can see given comment.
 boolean CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Return true if the user can see the comment.
 boolean DefaultCommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User user, Comment comment)
          Determines whether the user can edit given comment.
 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 DefaultCommentPermissionManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user, Comment comment)
           
 boolean DefaultCommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User user, Comment 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.
 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.
 void DefaultCommentManager.update(Comment comment, boolean dispatchEvent)
           
 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 DatabaseCommentIterator.next()
           
 Comment LuceneCommentIterator.next()
           
 Comment DatabaseCommentIterator.nextComment()
           
 Comment LuceneCommentIterator.nextComment()
           
 Comment CommentIterator.nextComment()
           
 

Methods in com.atlassian.jira.issue.comments.util with parameters of type Comment
protected abstract  boolean DatabaseCommentIterator.hasReadPermissionForAction(Comment comment, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 

Uses of Comment in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type Comment
static CommentJsonBean CommentJsonBean.renderedShortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext)
           
static CommentJsonBean CommentJsonBean.shortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager)
           
 

Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type Comment
static Collection<CommentJsonBean> CommentJsonBean.renderedShortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext)
           
static Collection<CommentJsonBean> CommentJsonBean.shortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager)
           
 

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

Methods in com.atlassian.jira.issue.index that return types with arguments of type Comment
 List<Comment> DefaultCommentRetriever.get(Issue issue)
           
 

Methods in com.atlassian.jira.issue.index with parameters of type Comment
static org.apache.lucene.document.Document CommentDocument.getDocument(Comment comment, Issue issue)
           
 

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

Constructors in com.atlassian.jira.issue.renderers with parameters of type Comment
CommentFieldRenderContext(Comment comment)
           
 

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

Methods in com.atlassian.jira.issue.tabpanels that return Comment
 Comment CommentAction.getComment()
          Returns the comment
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type Comment
CommentAction(IssueTabPanelModuleDescriptor descriptor, Comment comment, boolean canEditComment, boolean canDeleteComment, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager, DateTimeFormatter dateTimeFormatter)
           
 

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.
 Comment DefaultIssueChangeHolder.getComment()
           
 

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.
 void DefaultIssueChangeHolder.setComment(Comment comment)
           
 

Uses of Comment in com.atlassian.jira.mention
 

Methods in com.atlassian.jira.mention with parameters of type Comment
 void MentionServiceImpl.sendCommentMentions(com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Comment originalComment)
           
 void MentionService.sendCommentMentions(com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Comment originalComment)
          Given a comment object this method will look for any mentions using the MentionFinder and send e-mails to all users mentioned.
 

Uses of Comment in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return Comment
protected  Comment AbstractCommentableIssue.createComment()
           
 Comment DeleteComment.getCommentObject()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.