Uses of Enum Class
org.exoplatform.agenda.constant.EventAttendeeResponse
Packages that use EventAttendeeResponse
Package
Description
-
Uses of EventAttendeeResponse in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return EventAttendeeResponseModifier and TypeMethodDescriptionstatic EventAttendeeResponsestatic EventAttendeeResponseReturns the enum constant of this class with the specified name.static EventAttendeeResponse[]EventAttendeeResponse.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventAttendeeResponse in org.exoplatform.agenda.model
Constructors in org.exoplatform.agenda.model with parameters of type EventAttendeeResponseModifierConstructorDescriptionEventAttendee(long id, long eventId, long identityId, EventAttendeeResponse response) EventAttendee(long id, long identityId, EventAttendeeResponse response) -
Uses of EventAttendeeResponse in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return EventAttendeeResponseModifier and TypeMethodDescriptionAgendaEventAttendeeService.getEventResponse(long eventId, ZonedDateTime occurrenceId, long identityId) Retrieves the event response of a user.Methods in org.exoplatform.agenda.service with parameters of type EventAttendeeResponseModifier and TypeMethodDescriptionorg.exoplatform.social.core.identity.model.IdentityAgendaEventAttendeeService.decryptUserIdentity(long eventId, String token, EventAttendeeResponse response) Reads token content and retrieves user Social Identity from email or username contained in tokenAgendaEventAttendeeService.generateEncryptedToken(long eventId, String emailOrUsername, EventAttendeeResponse response) Generates a token that will be used to authenticate user when requesting REST API in anonymous mode.AgendaEventAttendeeService.getEventAttendees(long eventId, ZonedDateTime occurrenceId, EventAttendeeResponse... responses) Return the list of attendees of an event having a specific responses.AgendaEventAttendeeService.getEventAttendees(long eventId, EventAttendeeResponse... responses) Return the list of attendees of an event having a specific responses.voidAgendaEventAttendeeService.sendEventResponse(long eventId, long identityId, EventAttendeeResponse response) voidAgendaEventAttendeeService.sendEventResponse(long eventId, long identityId, EventAttendeeResponse response, boolean broadcast) voidAgendaEventAttendeeService.sendUpcomingEventResponse(long eventId, ZonedDateTime occurrenceId, long identityId, EventAttendeeResponse response) Sends an event response for a recurrent event starting from a specific occurrence