java.lang.Object | |
↳ | com.atlassian.jira.issue.vote.DefaultVoteManager |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new vote for the user and issue specified.
| |||||||||||
Adds a new vote for the user and issue specified.
| |||||||||||
Adds a new vote for the user and issue specified.
| |||||||||||
Return the number of users that have voted for the given issue.
| |||||||||||
Get the list of vote history for an issue.
| |||||||||||
Return a collection of userkeys of users that voted for given issue
| |||||||||||
Return a collection of usernames of users that voted for the given issue.
| |||||||||||
Return a collection of usernames of users that voted for given issue
| |||||||||||
Returns an ordered list of voters for a particular issue.
| |||||||||||
Returns an ordered list of voters for a particular issue.
| |||||||||||
Checks if the given User has voted on the given Issue.
| |||||||||||
Checks if the given User has voted on the given Issue.
| |||||||||||
Checks if the given User has voted on the given Issue.
| |||||||||||
Check if voting has been enabled
| |||||||||||
Removes a vote for the user and issue specified.
| |||||||||||
Removes a vote for the user and issue specified.
| |||||||||||
Removes a vote for the user and issue specified.
| |||||||||||
Removes all votes made by user.
| |||||||||||
Removes all votes made by user.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.vote.VoteManager
|
Adds a new vote for the user and issue specified.
user | the User |
---|---|
issue | the Issue |
Adds a new vote for the user and issue specified.
user | the User |
---|---|
issue | the Issue |
Adds a new vote for the user and issue specified.
user | the User |
---|---|
issue | the Issue |
Return the number of users that have voted for the given issue.
issue | issue voted for |
---|
Get the list of vote history for an issue. The history will be in time sequence.
issue | the issue to view |
---|
Return a collection of userkeys of users that voted for given issue
issue | issue voted for |
---|
Return a collection of usernames of users that voted for the given issue.
issue | the Issue |
---|
Return a collection of usernames of users that voted for given issue
issue | issue voted for |
---|
Returns an ordered list of voters for a particular issue.
issue | the Issue |
---|---|
usersLocale | the locale of the user making this call which is used to sort the results. |
Returns an ordered list of voters for a particular issue.
issue | the Issue |
---|---|
usersLocale | the locale of the user making this call which is used to sort the results. |
Checks if the given User has voted on the given Issue.
user | the User |
---|---|
issue | the Issue |
Checks if the given User has voted on the given Issue. the user supplied.
user | the User |
---|---|
issue | the Issue |
Checks if the given User has voted on the given Issue.
user | the User |
---|---|
issue | the Issue |
Check if voting has been enabled
Removes a vote for the user and issue specified.
user | the User |
---|---|
issue | the Issue |
Removes a vote for the user and issue specified.
user | the User |
---|---|
issue | the Issue |
Removes a vote for the user and issue specified.
user | the User |
---|---|
issue | the Issue |
Removes all votes made by user. Usually means user is being deleted.
user | user to remove vote associations for. |
---|
Removes all votes made by user. Usually means user is being deleted.
user | user to remove vote associations for. |
---|