Class EventDateVoteDAO

  • All Implemented Interfaces:
    org.exoplatform.commons.api.persistence.GenericDAO<EventDateVoteEntity,​Long>

    public class EventDateVoteDAO
    extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateVoteEntity,​Long>
    • Constructor Detail

      • EventDateVoteDAO

        public EventDateVoteDAO()
    • Method Detail

      • findVoteByOptionAndIdentity

        public EventDateVoteEntity findVoteByOptionAndIdentity​(long dateOptionId,
                                                               long identityId)
      • deleteDateOptionVotes

        public void deleteDateOptionVotes​(Long dateOptionId)
      • deleteDateOptionsVotes

        public void deleteDateOptionsVotes​(List<Long> dateOptionIds)