Uses of Interface
com.atlassian.jira.bc.issue.vote.VoteService

Packages that use VoteService
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.web.action.issue   
 

Uses of VoteService in com.atlassian.jira.bc.issue.vote
 

Classes in com.atlassian.jira.bc.issue.vote that implement VoteService
 class DefaultVoteService
           
 

Uses of VoteService in com.atlassian.jira.rest.v1.issues
 

Constructors in com.atlassian.jira.rest.v1.issues with parameters of type VoteService
IssueResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager)
           
 

Uses of VoteService in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type VoteService
IssueResource(IssueService issueService, JiraAuthenticationContext authContext, CommentService commentService, FieldLayoutManager fieldLayoutManager, WorkflowManager workflowManager, FieldScreenRendererFactory fieldScreenRendererFactory, UserManager userManager, AttachmentManager attachmentManager, FieldManager fieldManager, ApplicationProperties applicationProperties, IssueLinkManager issueLinkManager, ResourceUriBuilder uriBuilder, RendererManager rendererManager, ProjectRoleManager projectRoleManager, IssueSecurityLevelManager issueSecurityLevelManager, WorklogService worklogService, ResolverManager resolverManager, CustomFieldOps customFieldOps, VoteService voteService, ContextI18n i18n, WatcherOps watcherOps, WatcherService watcherService, BeanBuilderFactory beanBuilderFactory, ContextUriInfo contextUriInfo, IssueManager issueManager, PermissionManager permissionManager)
           
 

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

Constructors in com.atlassian.jira.web.action.issue with parameters of type VoteService
ViewVoters(VoteManager voteManager, VoteService voteService, PermissionManager permissionManager)
           
VoteOrWatchIssue(VoteService voteService, WatcherManager watcherManager)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.