Index
All Classes and Interfaces|All Packages
C
- createPoll(Poll, List<PollOption>, String, String, Identity, List<ActivityFile>) - Method in interface io.meeds.poll.service.PollService
-
Creates a new poll
D
- didVote(Identity, Long) - Method in interface io.meeds.poll.service.PollService
-
Checks if the user voted in the poll
G
- getPollById(long, Identity) - Method in interface io.meeds.poll.service.PollService
-
Retrieves a poll identified by its technical identifier.
- getPollOptionById(long, Identity) - Method in interface io.meeds.poll.service.PollService
-
Retrieves a poll option identified by its technical identifier.
- getPollOptionsByPollId(long, Identity) - Method in interface io.meeds.poll.service.PollService
-
Retrieves options of a poll identified by its technical identifier.
- getPollOptionsNumber(long, Identity) - Method in interface io.meeds.poll.service.PollService
-
Retrieves the number of poll options identified by its technical identifier
- getPollOptionTotalVotes(long, String, Identity) - Method in interface io.meeds.poll.service.PollService
-
Retrieves total votes of a poll option identified by its technical identifier
- getPollTotalVotes(long, Identity) - Method in interface io.meeds.poll.service.PollService
-
Retrieves total votes of a poll identified by its technical identifier
I
- io.meeds.poll.model - package io.meeds.poll.model
- io.meeds.poll.service - package io.meeds.poll.service
- isPollOptionVoted(long, String, Identity) - Method in interface io.meeds.poll.service.PollService
-
Checks if a the current user has voted a poll option identified by its technical identifier.
P
- Poll - Class in io.meeds.poll.model
- Poll() - Constructor for class io.meeds.poll.model.Poll
- PollOption - Class in io.meeds.poll.model
- PollOption() - Constructor for class io.meeds.poll.model.PollOption
- PollService - Interface in io.meeds.poll.service
- PollVote - Class in io.meeds.poll.model
- PollVote(long, long, Date) - Constructor for class io.meeds.poll.model.PollVote
V
- vote(String, String, Identity) - Method in interface io.meeds.poll.service.PollService
-
Votes a poll option
All Classes and Interfaces|All Packages