Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AnalyticsPollListener - Class in io.meeds.poll.listener
- AnalyticsPollListener() - Constructor for class io.meeds.poll.listener.AnalyticsPollListener
B
- broadcastEvent(String, Object, Object) - Static method in class io.meeds.poll.utils.PollUtils
C
- countPollOptionsByPollId(long) - Method in class io.meeds.poll.dao.PollOptionDAO
- countPollOptionsByPollId(long) - Method in class io.meeds.poll.storage.PollStorage
- countPollOptionTotalVotes(long) - Method in class io.meeds.poll.dao.PollVoteDAO
- countPollOptionTotalVotes(long) - Method in class io.meeds.poll.storage.PollStorage
- countPollOptionTotalVotesByUser(long, long) - Method in class io.meeds.poll.dao.PollVoteDAO
- countPollOptionTotalVotesByUser(long, long) - Method in class io.meeds.poll.storage.PollStorage
- countPollTotalVotes(long) - Method in class io.meeds.poll.dao.PollVoteDAO
- countPollTotalVotes(long) - Method in class io.meeds.poll.storage.PollStorage
- countUserVotesInPoll(Long, long) - Method in class io.meeds.poll.dao.PollVoteDAO
- CREATE_POLL - Static variable in class io.meeds.poll.utils.PollUtils
- createPoll(Poll, List<PollOption>) - Method in class io.meeds.poll.storage.PollStorage
- createPoll(Poll, List<PollOption>, String, String, Identity, List<ActivityFile>) - Method in class io.meeds.poll.service.PollServiceImpl
- createPoll(String, PollRestEntity) - Method in class io.meeds.poll.rest.PollRest
- createPollVote(PollVote) - Method in class io.meeds.poll.storage.PollStorage
D
- didVote(long, Long) - Method in class io.meeds.poll.storage.PollStorage
- didVote(Identity, Long) - Method in class io.meeds.poll.service.PollServiceImpl
E
- EntityMapper - Class in io.meeds.poll.utils
F
- findPollOptionsByPollId(Long) - Method in class io.meeds.poll.dao.PollOptionDAO
- fromPoll(Poll, List<PollOptionRestEntity>) - Static method in class io.meeds.poll.utils.RestEntityBuilder
- fromPollEntity(PollEntity) - Static method in class io.meeds.poll.utils.EntityMapper
- fromPollOption(PollOption, int, boolean) - Static method in class io.meeds.poll.utils.RestEntityBuilder
- fromPollOptionEntity(PollOptionEntity) - Static method in class io.meeds.poll.utils.EntityMapper
- fromPollVoteEntity(PollVoteEntity) - Static method in class io.meeds.poll.utils.EntityMapper
G
- getActivityId() - Method in class io.meeds.poll.entity.PollEntity
- getCreatedDate() - Method in class io.meeds.poll.entity.PollEntity
- getCreatorId() - Method in class io.meeds.poll.entity.PollEntity
- getCurrentUserIdentityId(IdentityManager, String) - Static method in class io.meeds.poll.utils.PollUtils
- getDescription() - Method in class io.meeds.poll.entity.PollOptionEntity
- getEndDate() - Method in class io.meeds.poll.entity.PollEntity
- getId() - Method in class io.meeds.poll.entity.PollEntity
- getId() - Method in class io.meeds.poll.entity.PollOptionEntity
- getId() - Method in class io.meeds.poll.entity.PollVoteEntity
- getIdentityManager() - Method in class io.meeds.poll.listener.AnalyticsPollListener
- getPollById(long) - Method in class io.meeds.poll.storage.PollStorage
- getPollById(long, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- getPollById(String) - Method in class io.meeds.poll.rest.PollRest
- getPollDuration(Poll) - Static method in class io.meeds.poll.utils.PollUtils
- getPollId() - Method in class io.meeds.poll.entity.PollOptionEntity
- getPollOptionById(long) - Method in class io.meeds.poll.storage.PollStorage
- getPollOptionById(long, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- getPollOptionId() - Method in class io.meeds.poll.entity.PollVoteEntity
- getPollOptionsByPollId(long) - Method in class io.meeds.poll.storage.PollStorage
- getPollOptionsByPollId(long, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- getPollOptionsNumber(long, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- getPollOptionTotalVotes(long, String, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- getPollService() - Method in class io.meeds.poll.listener.AnalyticsPollListener
- getPollTotalVotes(long, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- getQuestion() - Method in class io.meeds.poll.entity.PollEntity
- getSpaceId() - Method in class io.meeds.poll.entity.PollEntity
- getSpaceService() - Method in class io.meeds.poll.listener.AnalyticsPollListener
- getVoteDate() - Method in class io.meeds.poll.entity.PollVoteEntity
- getVoterId() - Method in class io.meeds.poll.entity.PollVoteEntity
I
- io.meeds.poll.activity.processor - package io.meeds.poll.activity.processor
- io.meeds.poll.dao - package io.meeds.poll.dao
- io.meeds.poll.entity - package io.meeds.poll.entity
- io.meeds.poll.listener - package io.meeds.poll.listener
- io.meeds.poll.rest - package io.meeds.poll.rest
- io.meeds.poll.service - package io.meeds.poll.service
- io.meeds.poll.storage - package io.meeds.poll.storage
- io.meeds.poll.utils - package io.meeds.poll.utils
- isPollOptionVoted(long, String, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
O
- onEvent(Event<String, Poll>) - Method in class io.meeds.poll.listener.AnalyticsPollListener
P
- POLL_ACTIVITY_TYPE - Static variable in class io.meeds.poll.utils.PollUtils
- POLL_ID - Static variable in class io.meeds.poll.utils.PollUtils
- PollActivityProcessor - Class in io.meeds.poll.activity.processor
- PollActivityProcessor(PollService, InitParams) - Constructor for class io.meeds.poll.activity.processor.PollActivityProcessor
- PollDAO - Class in io.meeds.poll.dao
- PollDAO() - Constructor for class io.meeds.poll.dao.PollDAO
- PollEntity - Class in io.meeds.poll.entity
- PollEntity() - Constructor for class io.meeds.poll.entity.PollEntity
- PollOptionDAO - Class in io.meeds.poll.dao
- PollOptionDAO() - Constructor for class io.meeds.poll.dao.PollOptionDAO
- PollOptionEntity - Class in io.meeds.poll.entity
- PollOptionEntity() - Constructor for class io.meeds.poll.entity.PollOptionEntity
- PollRest - Class in io.meeds.poll.rest
- PollRest(PollService) - Constructor for class io.meeds.poll.rest.PollRest
- PollServiceImpl - Class in io.meeds.poll.service
- PollServiceImpl(PollStorage, SpaceService, IdentityManager, ActivityManager, UserACL) - Constructor for class io.meeds.poll.service.PollServiceImpl
- PollStorage - Class in io.meeds.poll.storage
- PollStorage(PollDAO, PollOptionDAO, PollVoteDAO) - Constructor for class io.meeds.poll.storage.PollStorage
- PollUtils - Class in io.meeds.poll.utils
- PollVoteDAO - Class in io.meeds.poll.dao
- PollVoteDAO() - Constructor for class io.meeds.poll.dao.PollVoteDAO
- PollVoteEntity - Class in io.meeds.poll.entity
- PollVoteEntity() - Constructor for class io.meeds.poll.entity.PollVoteEntity
- processActivity(ExoSocialActivity) - Method in class io.meeds.poll.activity.processor.PollActivityProcessor
R
- RestEntityBuilder - Class in io.meeds.poll.utils
S
- setActivityId(Long) - Method in class io.meeds.poll.entity.PollEntity
- setCreatedDate(Date) - Method in class io.meeds.poll.entity.PollEntity
- setCreatorId(Long) - Method in class io.meeds.poll.entity.PollEntity
- setDescription(String) - Method in class io.meeds.poll.entity.PollOptionEntity
- setEndDate(Date) - Method in class io.meeds.poll.entity.PollEntity
- setId(Long) - Method in class io.meeds.poll.entity.PollEntity
- setId(Long) - Method in class io.meeds.poll.entity.PollOptionEntity
- setId(Long) - Method in class io.meeds.poll.entity.PollVoteEntity
- setPollId(Long) - Method in class io.meeds.poll.entity.PollOptionEntity
- setPollOptionId(Long) - Method in class io.meeds.poll.entity.PollVoteEntity
- setQuestion(String) - Method in class io.meeds.poll.entity.PollEntity
- setSpaceId(Long) - Method in class io.meeds.poll.entity.PollEntity
- setVoteDate(Date) - Method in class io.meeds.poll.entity.PollVoteEntity
- setVoterId(Long) - Method in class io.meeds.poll.entity.PollVoteEntity
T
- toDate(ZonedDateTime) - Static method in class io.meeds.poll.utils.PollUtils
- toPoll(PollRestEntity) - Static method in class io.meeds.poll.utils.RestEntityBuilder
- toPollEntity(Poll) - Static method in class io.meeds.poll.utils.EntityMapper
- toPollOptionEntity(PollOption, Long) - Static method in class io.meeds.poll.utils.EntityMapper
- toPollOptions(List<PollOptionRestEntity>) - Static method in class io.meeds.poll.utils.RestEntityBuilder
- toPollVoteEntity(PollVote) - Static method in class io.meeds.poll.utils.EntityMapper
U
- updatePoll(Poll) - Method in class io.meeds.poll.storage.PollStorage
V
- vote(String) - Method in class io.meeds.poll.rest.PollRest
- vote(String, String, Identity) - Method in class io.meeds.poll.service.PollServiceImpl
- VOTE_POLL - Static variable in class io.meeds.poll.utils.PollUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form