com.atlassian.jira.issue.vote.VoteHistoryStore |
![]()
|
Persistent storage mechanism for AvatarImpl
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an issue history entry
| |||||||||||
Remove all the vote history for an issue.
| |||||||||||
Retrieve the vote history for an issue
|
Creates an issue history entry
entry | a vote history entry for an issue. |
---|
DataAccessException | if there is a back-end storage problem. |
---|
Remove all the vote history for an issue.
issueId | the issue id, must not be null. |
---|
DataAccessException | if there is a back-end storage problem. |
---|
Retrieve the vote history for an issue
issueId | the issue Id, must not be null. |
---|
DataAccessException | if there is a back-end storage problem. |
---|