Package org.exoplatform.agenda.dao
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 Summary
Constructors Constructor Description EventAttendeeDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteCalendarAttendees(long calendarId)voiddeleteEventAttendees(long eventId)List<EventAttendeeEntity>getEventAttendees(long eventId)List<EventAttendeeEntity>getEventAttendees(long eventId, long identityId)List<EventAttendeeEntity>getEventAttendeesByResponses(long eventId, org.exoplatform.agenda.constant.EventAttendeeResponse... responses)
-
-
-
Method Detail
-
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)
-
-