public class AgendaEventAttendeeStorage extends Object
| Constructor and Description |
|---|
AgendaEventAttendeeStorage(EventDAO eventDAO,
EventAttendeeDAO eventAttendeeDAO,
org.exoplatform.services.listener.ListenerService listenerService) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.agenda.model.EventAttendee |
getEventAttendee(long eventId,
long identityId) |
List<org.exoplatform.agenda.model.EventAttendee> |
getEventAttendees(long eventId) |
void |
removeEventAttendee(long eventAttendeeId) |
void |
saveEventAttendee(org.exoplatform.agenda.model.EventAttendee eventAttendee,
long eventId) |
public AgendaEventAttendeeStorage(EventDAO eventDAO, EventAttendeeDAO eventAttendeeDAO, org.exoplatform.services.listener.ListenerService listenerService)
public void saveEventAttendee(org.exoplatform.agenda.model.EventAttendee eventAttendee,
long eventId)
public List<org.exoplatform.agenda.model.EventAttendee> getEventAttendees(long eventId)
public void removeEventAttendee(long eventAttendeeId)
public org.exoplatform.agenda.model.EventAttendee getEventAttendee(long eventId,
long identityId)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.