|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueVoterAccessor
Get all voters for an issue.
| Method Summary | |
|---|---|
Iterable<String> |
getVoterNames(Issue issue)
Convenience function that simply returns the User names. |
Iterable<com.atlassian.crowd.embedded.api.User> |
getVoters(Locale displayLocale,
Issue issue)
Convenience function that simply returns the User objects. |
boolean |
isVotingEnabled()
|
| Method Detail |
|---|
boolean isVotingEnabled()
@NotNull
Iterable<String> getVoterNames(@NotNull
Issue issue)
issue - the issue to get the voters for
@NotNull
Iterable<com.atlassian.crowd.embedded.api.User> getVoters(@NotNull
Locale displayLocale,
@NotNull
Issue issue)
displayLocale - for sorting.issue - the issue to get the voters for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||