java.lang.Object | |
↳ | com.atlassian.jira.issue.vote.OfbizVoteHistoryStore |
Main Store implementation for Avatars. Nearly all methods could throw a DataAccessException.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an issue history entry
| |||||||||||
Remove all the vote history for an issue.
| |||||||||||
Retrieve the vote history for an issue
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.issue.vote.VoteHistoryStore
|
Creates an issue history entry
entry | a vote history entry for an issue. |
---|
DataAccessException |
---|
Remove all the vote history for an issue.
issueId | the issue id, must not be null. |
---|
DataAccessException |
---|
Retrieve the vote history for an issue
issueId | the issue Id, must not be null. |
---|