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 Details

    • EventConferenceDAO

      public EventConferenceDAO()
  • Method Details

    • deleteCalendarConferences

      public void deleteCalendarConferences(long calendarId)
    • deleteEventConferences

      public void deleteEventConferences(long eventId)
    • getEventConferences

      public List<EventConferenceEntity> getEventConferences(long eventId)