Uses of Class
org.exoplatform.agenda.model.EventAttendee
-
Packages that use EventAttendee Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of EventAttendee in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventAttendee Modifier and Type Method Description EventAttendeeEventAttendee. clone()EventAttendeeEventAttendeeList. getEventAttendee(long identityId, ZonedDateTime occurrenceId)Methods in org.exoplatform.agenda.model that return types with arguments of type EventAttendee Modifier and Type Method Description List<EventAttendee>EventAttendeeList. getEventAttendees()List<EventAttendee>EventAttendeeList. getEventAttendees(long identityId)List<EventAttendee>EventAttendeeList. getEventAttendees(ZonedDateTime occurrenceId) -
Uses of EventAttendee in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return types with arguments of type EventAttendee Modifier and Type Method Description List<EventAttendee>AgendaEventAttendeeService. getEventAttendees(long eventId, ZonedDateTime occurrenceId, EventAttendeeResponse... responses)Return the list of attendees of an event having a specific responses.Method parameters in org.exoplatform.agenda.service with type arguments of type EventAttendee Modifier and Type Method Description EventAgendaEventService. createEvent(Event event, List<EventAttendee> attendees, List<EventConference> conferences, List<EventReminder> reminders, List<EventDateOption> dateOptions, RemoteEvent remoteEvent, boolean sendInvitation, long userIdentityId)Creates an event in designated calendar or in user personal calendar if nullEventAgendaEventService. createEventExceptionalOccurrence(long eventId, List<EventAttendee> attendees, List<EventConference> conferences, List<EventReminder> reminders, ZonedDateTime occurrenceId)Create a new exceptional occurrence for a parent recurrent eventSet<AgendaEventModificationType>AgendaEventAttendeeService. saveEventAttendees(Event event, List<EventAttendee> attendees, long creatorIdentityId, boolean sendInvitations, boolean resetResponses, AgendaEventModification eventModifications)voidAgendaEventAttendeeService. sendInvitations(Event event, List<EventAttendee> eventAttendees, AgendaEventModification eventModifications)Sends an invitation to event attendees of type: user, space or external user.EventAgendaEventService. updateEvent(Event event, List<EventAttendee> attendees, List<EventConference> conferences, List<EventReminder> reminders, List<EventDateOption> dateOptions, RemoteEvent remoteEvent, boolean sendInvitation, long userIdentityId)Updates an existing event in-place when the user is owner of parentCalendar, else this will duplicate the event and add it into his personal calendar
-