C D G I P V 
All Classes 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.rest.model - package io.meeds.poll.rest.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
 
PollOptionRestEntity - Class in io.meeds.poll.rest.model
 
PollOptionRestEntity() - Constructor for class io.meeds.poll.rest.model.PollOptionRestEntity
 
PollRestEntity - Class in io.meeds.poll.rest.model
 
PollRestEntity() - Constructor for class io.meeds.poll.rest.model.PollRestEntity
 
PollService - Interface in io.meeds.poll.service
 
PollVote - Class in io.meeds.poll.model
 
PollVote() - 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
C D G I P V 
All Classes All Packages