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

Packages that use VoteService
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.notification   
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.notification
 

Constructors in com.atlassian.jira.notification with parameters of type VoteService
AdhocNotificationServiceImpl(MailService mailService, UserManager userManager, GroupManager groupManager, WatcherService watcherService, VoteService voteService, PermissionManager permissionManager, I18nHelper.BeanFactory i18nBeanFactory, NotificationSchemeManager notificationSchemeManager, NotificationFilterManager notificationFilterManager)
           
 

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 i18n, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager, IssueWorkflowManager issueWorkflowManager)
           
 

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

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type VoteService
IssueResource(JiraAuthenticationContext authContext, UserManager userManager, VoteService voteService, I18nHelper i18n, WatcherOps watcherOps, WatcherService watcherService, BeanBuilderFactory beanBuilderFactory, ContextUriInfo contextUriInfo, IssueFinder issueFinder, CreateIssueResource createIssueResource, UpdateIssueResource updateIssueResource, DeleteIssueResource deleteIssueResource, RemoteIssueLinkResource remoteIssueLinkResource, WorklogResource worklogResource, CommentResource commentResource, IssueWorkflowManager issueWorkflowManager, AssignIssueResource assignIssueResource, AdhocNotificationService notificationService, JiraBaseUrls jiraBaseUrls)
           
 

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, TimeZoneManager timeZoneManager)
           
VoteOrWatchIssue(VoteService voteService, WatcherManager watcherManager)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.