Package io.meeds.poll.dao
Class PollVoteDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<PollVoteEntity,Long>
io.meeds.poll.dao.PollVoteDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<PollVoteEntity,Long>
public class PollVoteDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<PollVoteEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountPollOptionTotalVotes(long pollOptionId) intcountPollOptionTotalVotesByUser(long pollOptionId, long userId) intcountPollTotalVotes(long pollId) longcountUserVotesInPoll(Long pollId, long userId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
PollVoteDAO
public PollVoteDAO()
-
-
Method Details
-
countPollOptionTotalVotes
public int countPollOptionTotalVotes(long pollOptionId) -
countPollOptionTotalVotesByUser
public int countPollOptionTotalVotesByUser(long pollOptionId, long userId) -
countPollTotalVotes
public int countPollTotalVotes(long pollId) -
countUserVotesInPoll
-