Class 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 Detail

      • EventAttendeeDAO

        public EventAttendeeDAO()
    • Method Detail

      • deleteCalendarAttendees

        public void deleteCalendarAttendees​(long calendarId)
      • deleteEventAttendees

        public void deleteEventAttendees​(long eventId)
      • getEventAttendeesByResponses

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