Class EventAttendeeDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventAttendeeEntity,Long>
org.exoplatform.agenda.dao.EventAttendeeDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventAttendeeEntity,Long>

public class EventAttendeeDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventAttendeeEntity,Long>
  • Constructor Details

    • EventAttendeeDAO

      public EventAttendeeDAO()
  • Method Details

    • deleteCalendarAttendees

      public void deleteCalendarAttendees(long calendarId)
    • deleteEventAttendees

      public void deleteEventAttendees(long eventId)
    • getEventAttendees

      public List<EventAttendeeEntity> getEventAttendees(long eventId)
    • getEventAttendeesByResponses

      public List<EventAttendeeEntity> getEventAttendeesByResponses(long eventId, org.exoplatform.agenda.constant.EventAttendeeResponse... responses)
    • getEventAttendees

      public List<EventAttendeeEntity> getEventAttendees(long eventId, long identityId)