Uses of Interface
com.atlassian.jira.bc.issue.IssueService

Packages that use IssueService
com.atlassian.jira   
com.atlassian.jira.action.issue   
com.atlassian.jira.bc.issue   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.popups   
com.atlassian.jira.web.action.workflow   
 

Uses of IssueService in com.atlassian.jira
 

Methods in com.atlassian.jira that return IssueService
 IssueService ComponentManager.getIssueService()
          Retrieves and returns the issue service instance
 

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

Constructors in com.atlassian.jira.action.issue with parameters of type IssueService
IssueDelete(IssueService issueService, IssueManager issueManager, IssueFactory issueFactory)
          Deprecated.  
 

Uses of IssueService in com.atlassian.jira.bc.issue
 

Classes in com.atlassian.jira.bc.issue that implement IssueService
 class DefaultIssueService
          The default implementation of the IssueService.
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type IssueService
CloneIssueDetails(ApplicationProperties applicationProperties, PermissionManager permissionManager, IssueLinkManager issueLinkManager, IssueLinkTypeManager issueLinkTypeManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, FieldManager fieldManager, IssueCreationHelperBean issueCreationHelperBean, IssueFactory issueFactory, IssueService issueService)
           
CommentAssignIssue(IssueLinkManager issueLinkManager, SubTaskManager subTaskManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueUtilsBean issueUtils, CommentService commentService, IssueService issueService)
           
CreateIssueDetails(IssueFactory issueFactory, IssueCreationHelperBean issueCreationHelperBean, IssueService issueService)
           
CreateSubTaskIssueDetails(ConstantsManager constantsManager, SubTaskManager subTaskManager, IssueCreationHelperBean issueCreationHelperBean, SubTaskQuickCreationConfig subTaskQuickCreationConfig, FieldScreenRendererFactory fieldScreenRendererFactory, IssueFactory issueFactory, IssueService issueService)
           
DeleteIssue(IssueLinkManager issueLinkManager, SubTaskManager subTaskManager, IssueService issueService)
           
EditIssue(IssueLinkManager issueLinkManager, SubTaskManager subTaskManager, ConstantsManager constantsManager, FieldLayoutManager fieldLayoutManager, WorkflowManager workflowManager, FieldScreenRendererFactory fieldScreenRendererFactory, CommentService commentService, IssueService issueService)
           
 

Uses of IssueService in com.atlassian.jira.web.action.popups
 

Constructors in com.atlassian.jira.web.action.popups with parameters of type IssueService
ShowTimeTrackingHelp(ApplicationProperties applicationProperties, WorklogService worklogService, IssueService issueService)
           
 

Uses of IssueService in com.atlassian.jira.web.action.workflow
 

Constructors in com.atlassian.jira.web.action.workflow with parameters of type IssueService
SimpleWorkflowAction(IssueService issueService)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.