Package | Description |
---|---|
com.atlassian.jira.bc.issue.vote |
Modifier and Type | Method and Description |
---|---|
VoteService.VoteValidationResult |
DefaultVoteService.validateAddVote(ApplicationUser remoteUser,
ApplicationUser voter,
Issue issue) |
VoteService.VoteValidationResult |
VoteService.validateAddVote(ApplicationUser remoteUser,
ApplicationUser user,
Issue issue)
Validates if the user currently logged in may add a vote by the user supplied for the issue provided.
|
VoteService.VoteValidationResult |
DefaultVoteService.validateRemoveVote(ApplicationUser remoteUser,
ApplicationUser voter,
Issue issue) |
VoteService.VoteValidationResult |
VoteService.validateRemoveVote(ApplicationUser remoteUser,
ApplicationUser user,
Issue issue)
Validates if the user currently logged in may remove a vote for the user supplied for the issue provided.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultVoteService.addVote(ApplicationUser remoteUser,
VoteService.VoteValidationResult validationResult) |
int |
VoteService.addVote(ApplicationUser remoteUser,
VoteService.VoteValidationResult validationResult)
Adds a new vote using the specified validation result.
|
int |
DefaultVoteService.removeVote(ApplicationUser remoteUser,
VoteService.VoteValidationResult validationResult) |
int |
VoteService.removeVote(ApplicationUser remoteUser,
VoteService.VoteValidationResult validationResult)
Removes a new vote using the specified validation result.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.