Class EventDateVoteDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateVoteEntity,Long>
org.exoplatform.agenda.dao.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 Details

    • EventDateVoteDAO

      public EventDateVoteDAO()
  • Method Details

    • findVotersByDateOptionId

      public List<EventDateVoteEntity> findVotersByDateOptionId(Long dateOptionId)
    • findVoteByOptionAndIdentity

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

      public void deleteDateOptionVotes(Long dateOptionId)
    • deleteDateOptionsVotes

      public void deleteDateOptionsVotes(List<Long> dateOptionIds)