|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.vote.OfbizVoteHistoryStore
public class OfbizVoteHistoryStore
Main Store implementation for Avatars. Nearly all methods could throw a DataAccessException.
| Constructor Summary | |
|---|---|
OfbizVoteHistoryStore(OfBizDelegator ofBizDelegator)
|
|
| Method Summary | |
|---|---|
void |
add(VoteHistoryEntry entry)
Creates an issue history entry |
void |
delete(String issueId)
Remove all the vote history for an issue. |
List<VoteHistoryEntry> |
getHistory(Long issueId)
Retrieve the vote history for an issue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OfbizVoteHistoryStore(OfBizDelegator ofBizDelegator)
| Method Detail |
|---|
public List<VoteHistoryEntry> getHistory(Long issueId)
VoteHistoryStore
getHistory in interface VoteHistoryStoreissueId - the issue Id, must not be null.
public void delete(String issueId)
throws DataAccessException
VoteHistoryStore
delete in interface VoteHistoryStoreissueId - the issue id, must not be null.
DataAccessException - if there is a back-end storage problem.
public void add(VoteHistoryEntry entry)
throws DataAccessException
VoteHistoryStore
add in interface VoteHistoryStoreentry - a vote history entry for an issue.
DataAccessException - if there is a back-end storage problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||