Package org.exoplatform.agenda.dao
Class EventDateOptionDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateOptionEntity,Long>
-
- org.exoplatform.agenda.dao.EventDateOptionDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventDateOptionEntity,Long>
public class EventDateOptionDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateOptionEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description EventDateOptionDAO(EventDateVoteDAO dateVoteDAO)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(EventDateOptionEntity entity)voiddeleteEventDateOptions(long eventId)List<EventDateOptionEntity>findDateOptionsByEventId(long eventId)
-
-
-
Constructor Detail
-
EventDateOptionDAO
public EventDateOptionDAO(EventDateVoteDAO dateVoteDAO)
-
-
Method Detail
-
deleteEventDateOptions
public void deleteEventDateOptions(long eventId)
-
delete
public void delete(EventDateOptionEntity entity)
- Specified by:
deletein interfaceorg.exoplatform.commons.api.persistence.GenericDAO<EventDateOptionEntity,Long>- Overrides:
deletein classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateOptionEntity,Long>
-
findDateOptionsByEventId
public List<EventDateOptionEntity> findDateOptionsByEventId(long eventId)
-
-