Uses of Class
org.exoplatform.agenda.constant.EventAttendeeResponse
-
Packages that use EventAttendeeResponse Package Description org.exoplatform.agenda.constant org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of EventAttendeeResponse in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return EventAttendeeResponse Modifier and Type Method Description static EventAttendeeResponseEventAttendeeResponse. fromValue(String value)static EventAttendeeResponseEventAttendeeResponse. valueOf(String name)Returns the enum constant of this type with the specified name.static EventAttendeeResponse[]EventAttendeeResponse. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventAttendeeResponse in org.exoplatform.agenda.model
Constructors in org.exoplatform.agenda.model with parameters of type EventAttendeeResponse Constructor Description EventAttendee(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 EventAttendeeResponse Modifier and Type Method Description EventAttendeeResponseAgendaEventAttendeeService. getEventResponse(long eventId, ZonedDateTime occurrenceId, long identityId)Retrieves the event response of a user.Methods in org.exoplatform.agenda.service with parameters of type EventAttendeeResponse Modifier and Type Method Description org.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 tokenStringAgendaEventAttendeeService. generateEncryptedToken(long eventId, String emailOrUsername, EventAttendeeResponse response)Generates a token that will be used to authenticate user when requesting REST API in anonymous mode.List<EventAttendee>AgendaEventAttendeeService. getEventAttendees(long eventId, ZonedDateTime occurrenceId, EventAttendeeResponse... responses)Return the list of attendees of an event having a specific responses.EventAttendeeListAgendaEventAttendeeService. 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
-