Package org.exoplatform.agenda.dao
Class EventConferenceDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventConferenceEntity,Long>
-
- org.exoplatform.agenda.dao.EventConferenceDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventConferenceEntity,Long>
public class EventConferenceDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventConferenceEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description EventConferenceDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteCalendarConferences(long calendarId)voiddeleteEventConferences(long eventId)List<EventConferenceEntity>getEventConferences(long eventId)
-
-
-
Method Detail
-
deleteCalendarConferences
public void deleteCalendarConferences(long calendarId)
-
deleteEventConferences
public void deleteEventConferences(long eventId)
-
getEventConferences
public List<EventConferenceEntity> getEventConferences(long eventId)
-
-