|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VoteService.VoteValidationResult | |
|---|---|
| com.atlassian.jira.bc.issue.vote | |
| Uses of VoteService.VoteValidationResult in com.atlassian.jira.bc.issue.vote |
|---|
| Methods in com.atlassian.jira.bc.issue.vote that return VoteService.VoteValidationResult | |
|---|---|
VoteService.VoteValidationResult |
VoteService.validateAddVote(User remoteUser,
User user,
Issue issue)
Validates if the user currently logged in may add a vote by the user supplied for the issue provided. |
VoteService.VoteValidationResult |
VoteService.validateAddVote(com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User 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.validateAddVote(User remoteUser,
User user,
Issue issue)
|
VoteService.VoteValidationResult |
DefaultVoteService.validateAddVote(com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User voter,
Issue issue)
|
VoteService.VoteValidationResult |
VoteService.validateRemoveVote(User remoteUser,
User user,
Issue issue)
Validates if the user currently logged in may remove a vote for the user supplied for the issue provided. |
VoteService.VoteValidationResult |
VoteService.validateRemoveVote(com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User user,
Issue issue)
Validates if the user currently logged in may remove a vote for the user supplied for the issue provided. |
VoteService.VoteValidationResult |
DefaultVoteService.validateRemoveVote(User remoteUser,
User user,
Issue issue)
|
VoteService.VoteValidationResult |
DefaultVoteService.validateRemoveVote(com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.embedded.api.User voter,
Issue issue)
|
| Methods in com.atlassian.jira.bc.issue.vote with parameters of type VoteService.VoteValidationResult | |
|---|---|
int |
VoteService.addVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
Adds a new vote using the specified validation result |
int |
VoteService.addVote(com.atlassian.crowd.embedded.api.User remoteUser,
VoteService.VoteValidationResult validationResult)
Adds a new vote using the specified validation result |
int |
DefaultVoteService.addVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
|
int |
DefaultVoteService.addVote(com.atlassian.crowd.embedded.api.User remoteUser,
VoteService.VoteValidationResult validationResult)
|
int |
VoteService.removeVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
Removes a new vote using the specified validation result |
int |
VoteService.removeVote(com.atlassian.crowd.embedded.api.User remoteUser,
VoteService.VoteValidationResult validationResult)
Removes a new vote using the specified validation result |
int |
DefaultVoteService.removeVote(User remoteUser,
VoteService.VoteValidationResult validationResult)
|
int |
DefaultVoteService.removeVote(com.atlassian.crowd.embedded.api.User remoteUser,
VoteService.VoteValidationResult validationResult)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||