public class EventAttendeeDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventAttendeeEntity,Long>
| Constructor and Description |
|---|
EventAttendeeDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCalendarAttendees(long calendarId) |
void |
deleteEventAttendees(long eventId) |
EventAttendeeEntity |
getEventAttendee(long eventId,
long identityId) |
List<EventAttendeeEntity> |
getEventAttendees(long eventId) |
public void deleteCalendarAttendees(long calendarId)
public void deleteEventAttendees(long eventId)
public List<EventAttendeeEntity> getEventAttendees(long eventId)
public EventAttendeeEntity getEventAttendee(long eventId, long identityId)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.