Uses of Interface
com.atlassian.jira.issue.vote.VoteHistoryEntry

Packages that use VoteHistoryEntry
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.issue.vote   
com.atlassian.jira.web.action.issue   
 

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

Methods in com.atlassian.jira.bc.issue.vote that return types with arguments of type VoteHistoryEntry
 ServiceOutcome<List<VoteHistoryEntry>> DefaultVoteService.getVoterHistory(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<List<VoteHistoryEntry>> VoteService.getVoterHistory(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Get the list of vote history for an issue.
 

Uses of VoteHistoryEntry in com.atlassian.jira.issue.vote
 

Classes in com.atlassian.jira.issue.vote that implement VoteHistoryEntry
 class VoteHistoryEntryImpl
          This represents an entry in the vote history of an issue at a point in time.
 

Methods in com.atlassian.jira.issue.vote that return types with arguments of type VoteHistoryEntry
 List<VoteHistoryEntry> OfbizVoteHistoryStore.getHistory(Long issueId)
           
 List<VoteHistoryEntry> VoteHistoryStore.getHistory(Long issueId)
          Retrieve the vote history for an issue
 List<VoteHistoryEntry> DefaultVoteManager.getVoteHistory(Issue issue)
           
 List<VoteHistoryEntry> VoteManager.getVoteHistory(Issue issue)
          Get the list of vote history for an issue.
 

Methods in com.atlassian.jira.issue.vote with parameters of type VoteHistoryEntry
 void OfbizVoteHistoryStore.add(VoteHistoryEntry entry)
           
 void VoteHistoryStore.add(VoteHistoryEntry entry)
          Creates an issue history entry
 

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

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type VoteHistoryEntry
 List<VoteHistoryEntry> ViewVoters.SimpleVoteHistory.getVoteHistory()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.