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>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDateOptionsVotes(List<Long> dateOptionIds) voiddeleteDateOptionVotes(Long dateOptionId) findVoteByOptionAndIdentity(long dateOptionId, long identityId) findVotersByDateOptionId(Long dateOptionId) 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
-
EventDateVoteDAO
public EventDateVoteDAO()
-
-
Method Details
-
findVotersByDateOptionId
-
findVoteByOptionAndIdentity
-
deleteDateOptionVotes
-
deleteDateOptionsVotes
-