Package org.exoplatform.agenda.dao
Class EventDatePollDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDatePollEntity,Long>
-
- org.exoplatform.agenda.dao.EventDatePollDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventDatePollEntity,Long>
public class EventDatePollDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDatePollEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description EventDatePollDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteEventPoll(long eventId)EventDatePollEntityfindDatePollByEventId(long eventId)
-
-
-
Method Detail
-
findDatePollByEventId
public EventDatePollEntity findDatePollByEventId(long eventId)
-
deleteEventPoll
public void deleteEventPoll(long eventId)
-
-