Uses of Class
org.exoplatform.agenda.model.EventAttendeeList
-
Packages that use EventAttendeeList Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of EventAttendeeList in org.exoplatform.agenda.model
Fields in org.exoplatform.agenda.model declared as EventAttendeeList Modifier and Type Field Description static EventAttendeeListEventAttendeeList. EMPTY_ATTENDEE_LIST -
Uses of EventAttendeeList in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return EventAttendeeList Modifier and Type Method Description EventAttendeeListAgendaEventAttendeeService. getEventAttendees(long eventId)Return the list of attendees of an eventEventAttendeeListAgendaEventAttendeeService. getEventAttendees(long eventId, EventAttendeeResponse... responses)Return the list of attendees of an event having a specific responses.
-