Package org.exoplatform.agenda.dao
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 Summary
Constructors Constructor Description EventDateVoteDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteDateOptionsVotes(List<Long> dateOptionIds)voiddeleteDateOptionVotes(Long dateOptionId)EventDateVoteEntityfindVoteByOptionAndIdentity(long dateOptionId, long identityId)List<EventDateVoteEntity>findVotersByDateOptionId(Long dateOptionId)
-
-
-
Method Detail
-
findVotersByDateOptionId
public List<EventDateVoteEntity> findVotersByDateOptionId(Long dateOptionId)
-
findVoteByOptionAndIdentity
public EventDateVoteEntity findVoteByOptionAndIdentity(long dateOptionId, long identityId)
-
deleteDateOptionVotes
public void deleteDateOptionVotes(Long dateOptionId)
-
-