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>
-
-
Constructor Summary
Constructors Constructor Description PollVoteDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountPollOptionTotalVotes(long pollOptionId)intcountPollOptionTotalVotesByUser(long pollOptionId, long userId)intcountPollTotalVotes(long pollId)
-