A B C D E F G H I L M N O R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCEPTED - org.exoplatform.agenda.constant.EventAttendeeResponse
- ADDED - org.exoplatform.agenda.constant.AgendaEventModificationType
- addModificationType(AgendaEventModificationType) - Method in class org.exoplatform.agenda.model.AgendaEventModification
- addModificationTypes(Set<AgendaEventModificationType>) - Method in class org.exoplatform.agenda.model.AgendaEventModification
- addParam(String, Object) - Method in class org.exoplatform.agenda.model.WebSocketMessage
-
Add a new parameter to WebSocket message to transmit to end user
- addRemoteProvider(RemoteProviderDefinitionPlugin) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Register a new Remote provider
- AgendaCalendarService - Interface in org.exoplatform.agenda.service
- AgendaEventAttendeeService - Interface in org.exoplatform.agenda.service
- AgendaEventConferenceService - Interface in org.exoplatform.agenda.service
- AgendaEventDatePollService - Interface in org.exoplatform.agenda.service
- AgendaEventModification - Class in org.exoplatform.agenda.model
- AgendaEventModification(long, long, long) - Constructor for class org.exoplatform.agenda.model.AgendaEventModification
- AgendaEventModificationType - Enum in org.exoplatform.agenda.constant
- AgendaEventReminderService - Interface in org.exoplatform.agenda.service
- AgendaEventService - Interface in org.exoplatform.agenda.service
- AgendaException - Exception in org.exoplatform.agenda.exception
- AgendaException(AgendaExceptionType) - Constructor for exception org.exoplatform.agenda.exception.AgendaException
- AgendaException(AgendaExceptionType, Exception) - Constructor for exception org.exoplatform.agenda.exception.AgendaException
- AgendaExceptionType - Enum in org.exoplatform.agenda.exception
- AgendaRemoteEventService - Interface in org.exoplatform.agenda.service
- AgendaUserSettings - Class in org.exoplatform.agenda.model
- AgendaUserSettings(String, String, String, boolean, String, String, String, String, boolean, String) - Constructor for class org.exoplatform.agenda.model.AgendaUserSettings
- AgendaUserSettingsService - Interface in org.exoplatform.agenda.service
- ALLOW_INVITE_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- ALLOW_MODIFY_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- ATTENDEE_ADDED - org.exoplatform.agenda.constant.AgendaEventModificationType
- ATTENDEE_DELETED - org.exoplatform.agenda.constant.AgendaEventModificationType
- ATTENDEE_IDENTITY_NOT_FOUND - org.exoplatform.agenda.exception.AgendaExceptionType
- AVAILABILITY_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
B
- BUSY - org.exoplatform.agenda.constant.EventAvailability
C
- Calendar - Class in org.exoplatform.agenda.model
- Calendar(long, long, boolean, String, String, String, String, String, CalendarPermission) - Constructor for class org.exoplatform.agenda.model.Calendar
- CALENDAR_NOT_FOUND - org.exoplatform.agenda.exception.AgendaExceptionType
- CALENDAR_OWNER_NOT_FOUND - org.exoplatform.agenda.exception.AgendaExceptionType
- CalendarEntity - Class in org.exoplatform.agenda.rest.model
- CalendarEntity() - Constructor for class org.exoplatform.agenda.rest.model.CalendarEntity
- CalendarList - Class in org.exoplatform.agenda.rest.model
- CalendarList() - Constructor for class org.exoplatform.agenda.rest.model.CalendarList
- CalendarPermission - Class in org.exoplatform.agenda.model
- CalendarPermission() - Constructor for class org.exoplatform.agenda.model.CalendarPermission
- canAccessEvent(Event, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Check whether user can access event or not.
- CANCELLED - org.exoplatform.agenda.constant.EventStatus
- canCreateEvent(Calendar, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Check whether user can create an event in selected Calendar or not.
- canUpdateEvent(Event, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Check whether user can update or delete an event or not.
- clone() - Method in class org.exoplatform.agenda.model.AgendaUserSettings
- clone() - Method in class org.exoplatform.agenda.model.Calendar
- clone() - Method in class org.exoplatform.agenda.model.CalendarPermission
- clone() - Method in class org.exoplatform.agenda.model.Event
- clone() - Method in class org.exoplatform.agenda.model.EventAttendee
- clone() - Method in class org.exoplatform.agenda.model.EventConference
- clone() - Method in class org.exoplatform.agenda.model.EventDateOption
- clone() - Method in class org.exoplatform.agenda.model.EventFilter
- clone() - Method in class org.exoplatform.agenda.model.EventOccurrence
- clone() - Method in class org.exoplatform.agenda.model.EventPermission
- clone() - Method in class org.exoplatform.agenda.model.EventRecurrence
- clone() - Method in class org.exoplatform.agenda.model.EventReminder
- clone() - Method in class org.exoplatform.agenda.model.RemoteEvent
- clone() - Method in class org.exoplatform.agenda.rest.model.CalendarEntity
- clone() - Method in class org.exoplatform.agenda.rest.model.EventAttendeeEntity
- clone() - Method in class org.exoplatform.agenda.rest.model.EventDateOptionEntity
- clone() - Method in class org.exoplatform.agenda.rest.model.EventEntity
- clone() - Method in class org.exoplatform.agenda.rest.model.EventOccurrenceEntity
- clone() - Method in class org.exoplatform.agenda.rest.model.EventRecurrenceEntity
- clone() - Method in class org.exoplatform.agenda.rest.model.EventReminderEntity
- COLOR_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- CONFERENCE_ADDED - org.exoplatform.agenda.constant.AgendaEventModificationType
- CONFERENCE_DELETED - org.exoplatform.agenda.constant.AgendaEventModificationType
- CONFIRMED - org.exoplatform.agenda.constant.EventStatus
- countCalendars(String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Count available calendars for a designated user
- countEventDatePolls(List<Long>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Count pending date polls where the current user is invited
- countPendingEvents(List<Long>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Count pending events that the selected user didn't answered yet
- createCalendar(Calendar) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Creates a new calendar
- createCalendar(Calendar, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Creates a new calendar
- createCalendarInstance(long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Create new
Calendarobject instance - createCalendarInstance(long, long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Create new
Calendarobject instance - createEvent(Event, List<EventAttendee>, List<EventConference>, List<EventReminder>, List<EventDateOption>, RemoteEvent, boolean, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Creates an event in designated calendar or in user personal calendar if null
- createEventExceptionalOccurrence(long, List<EventAttendee>, List<EventConference>, List<EventReminder>, ZonedDateTime) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Create a new exceptional occurrence for a parent recurrent event
- createEventPoll(long, List<EventDateOption>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Creates a list of date options for a given event
- CUSTOM - org.exoplatform.agenda.constant.EventRecurrenceType
D
- DAILY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
- DAILY - org.exoplatform.agenda.constant.EventRecurrenceType
- DATE_OPTION_CREATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- DATE_OPTION_DELETED - org.exoplatform.agenda.constant.AgendaEventModificationType
- DATE_OPTION_SELECTED - org.exoplatform.agenda.constant.AgendaEventModificationType
- DATE_OPTION_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- DATES_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- DAY - org.exoplatform.agenda.constant.ReminderPeriodType
- DECLINED - org.exoplatform.agenda.constant.EventAttendeeResponse
- decryptUserIdentity(long, String, EventAttendeeResponse) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Reads token content and retrieves user Social Identity from email or username contained in token
- DEFAULT - org.exoplatform.agenda.constant.EventAvailability
- deleteCalendarById(long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Deletes an existing calendar
- deleteCalendarById(long, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Deletes an existing calendar
- DELETED - org.exoplatform.agenda.constant.AgendaEventModificationType
- deleteEventById(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Deletes an existing event
- DESCRIPTION_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- dismissDateOption(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Dismisses an event vote on an event for a participant.
E
- EMPTY_ATTENDEE_LIST - Static variable in class org.exoplatform.agenda.model.EventAttendeeList
- END_DATE_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- Event - Class in org.exoplatform.agenda.model
- Event() - Constructor for class org.exoplatform.agenda.model.Event
- EVENT_CYCLIC_DEPENDENCY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_DATE_OPTION_END_DATE_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_DATE_OPTION_ONLY_ONE_ALLOWED - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_DATE_OPTION_START_DATE_BEFORE_END_DATE - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_DATE_OPTION_START_DATE_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_END_DATE_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_FIELD_VALUE_NOT_MULTIVALUED - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_FIELDS_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_ID_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_NOT_FOUND - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_RECURRENCE_FREQUENCY_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_RECURRENCE_INTERVAL_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_START_DATE_BEFORE_END_DATE - org.exoplatform.agenda.exception.AgendaExceptionType
- EVENT_START_DATE_MANDATORY - org.exoplatform.agenda.exception.AgendaExceptionType
- EventAttendee - Class in org.exoplatform.agenda.model
- EventAttendee(long, long, long, EventAttendeeResponse) - Constructor for class org.exoplatform.agenda.model.EventAttendee
- EventAttendee(long, long, EventAttendeeResponse) - Constructor for class org.exoplatform.agenda.model.EventAttendee
- EventAttendeeEntity - Class in org.exoplatform.agenda.rest.model
- EventAttendeeEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventAttendeeEntity
- EventAttendeeList - Class in org.exoplatform.agenda.model
- EventAttendeeList() - Constructor for class org.exoplatform.agenda.model.EventAttendeeList
- EventAttendeeResponse - Enum in org.exoplatform.agenda.constant
- EventAttendeeResponseToken - Class in org.exoplatform.agenda.model
- EventAttendeeResponseToken() - Constructor for class org.exoplatform.agenda.model.EventAttendeeResponseToken
- EventAvailability - Enum in org.exoplatform.agenda.constant
- EventConference - Class in org.exoplatform.agenda.model
- EventConference() - Constructor for class org.exoplatform.agenda.model.EventConference
- EventDateOption - Class in org.exoplatform.agenda.model
- EventDateOption() - Constructor for class org.exoplatform.agenda.model.EventDateOption
- EventDateOptionEntity - Class in org.exoplatform.agenda.rest.model
- EventDateOptionEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventDateOptionEntity
- EventEntity - Class in org.exoplatform.agenda.rest.model
- EventEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventEntity
- EventFilter - Class in org.exoplatform.agenda.model
- EventFilter(long, List<Long>, List<EventAttendeeResponse>, ZonedDateTime, ZonedDateTime, int) - Constructor for class org.exoplatform.agenda.model.EventFilter
- EventFilter(List<Long>, int, int) - Constructor for class org.exoplatform.agenda.model.EventFilter
- EventFilter(List<Long>, ZonedDateTime, ZonedDateTime) - Constructor for class org.exoplatform.agenda.model.EventFilter
- EventList - Class in org.exoplatform.agenda.rest.model
- EventList() - Constructor for class org.exoplatform.agenda.rest.model.EventList
- EventOccurrence - Class in org.exoplatform.agenda.model
- EventOccurrence(ZonedDateTime) - Constructor for class org.exoplatform.agenda.model.EventOccurrence
- EventOccurrenceEntity - Class in org.exoplatform.agenda.rest.model
- EventOccurrenceEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventOccurrenceEntity
- EventPermission - Class in org.exoplatform.agenda.model
- EventPermission() - Constructor for class org.exoplatform.agenda.model.EventPermission
- EventRecurrence - Class in org.exoplatform.agenda.model
- EventRecurrence(long, LocalDate, int, EventRecurrenceType, EventRecurrenceFrequency, int, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, ZonedDateTime, ZonedDateTime) - Constructor for class org.exoplatform.agenda.model.EventRecurrence
- EventRecurrenceEntity - Class in org.exoplatform.agenda.rest.model
- EventRecurrenceEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventRecurrenceEntity
- EventRecurrenceFrequency - Enum in org.exoplatform.agenda.constant
- EventRecurrenceType - Enum in org.exoplatform.agenda.constant
- EventReminder - Class in org.exoplatform.agenda.model
- EventReminder(long, int, ReminderPeriodType) - Constructor for class org.exoplatform.agenda.model.EventReminder
- EventReminder(long, long, long, int, ReminderPeriodType) - Constructor for class org.exoplatform.agenda.model.EventReminder
- EventReminder(long, long, long, int, ReminderPeriodType, ZonedDateTime) - Constructor for class org.exoplatform.agenda.model.EventReminder
- EventReminder(long, long, long, int, ReminderPeriodType, ZonedDateTime, ZonedDateTime, ZonedDateTime) - Constructor for class org.exoplatform.agenda.model.EventReminder
- EventReminderEntity - Class in org.exoplatform.agenda.rest.model
- EventReminderEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventReminderEntity
- EventReminderParameter - Class in org.exoplatform.agenda.model
- EventReminderParameter(int, ReminderPeriodType) - Constructor for class org.exoplatform.agenda.model.EventReminderParameter
- EventSearchResult - Class in org.exoplatform.agenda.model
- EventSearchResult() - Constructor for class org.exoplatform.agenda.model.EventSearchResult
- EventSearchResultEntity - Class in org.exoplatform.agenda.rest.model
- EventSearchResultEntity(long, EventEntity, String, long, String, CalendarEntity, IdentityEntity, String, String, String, String, String, String, String, String, String, boolean, EventAvailability, EventStatus, EventRecurrenceEntity, EventOccurrenceEntity, EventPermission, List<EventAttendeeEntity>, List<EventConference>, List<EventReminderEntity>, boolean, boolean, boolean, List<String>) - Constructor for class org.exoplatform.agenda.rest.model.EventSearchResultEntity
- EventStatus - Enum in org.exoplatform.agenda.constant
F
- findRemoteEvent(long, long) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Retrieves remote event information for a given user
- FREE - org.exoplatform.agenda.constant.EventAvailability
- fromString(String) - Static method in class org.exoplatform.agenda.model.AgendaUserSettings
- fromString(String) - Static method in class org.exoplatform.agenda.model.EventReminderParameter
- fromValue(String) - Static method in enum org.exoplatform.agenda.constant.EventAttendeeResponse
G
- generateEncryptedToken(long, String) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Generates a token that will be used to authenticate user when requesting REST API in anonymous mode
- generateEncryptedToken(long, String, EventAttendeeResponse) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Generates a token that will be used to authenticate user when requesting REST API in anonymous mode.
- getAgendaExceptionType() - Method in exception org.exoplatform.agenda.exception.AgendaException
- getAgendaUserSettings(long) - Method in interface org.exoplatform.agenda.service.AgendaUserSettingsService
-
Get list of user settings to use in events by default
- getBeforePeriodType() - Method in class org.exoplatform.agenda.model.EventReminderParameter
- getCalendarById(long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Retrieves a calendar identified by its technical identifier.
- getCalendarById(long, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Retrieves a calendar identified by its technical identifier.
- getCalendars(int, int, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Retrieve list of calendars for a designated user
- getCalendarsByOwnerIds(List<Long>, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
- getCompleteMessage() - Method in enum org.exoplatform.agenda.exception.AgendaExceptionType
- getDefaultReminders() - Method in interface org.exoplatform.agenda.service.AgendaUserSettingsService
- getEnabledWebConferenceProviders() - Method in interface org.exoplatform.agenda.service.AgendaEventConferenceService
- getEventAttendee(long, ZonedDateTime) - Method in class org.exoplatform.agenda.model.EventAttendeeList
- getEventAttendees() - Method in class org.exoplatform.agenda.model.EventAttendeeList
- getEventAttendees(long) - Method in class org.exoplatform.agenda.model.EventAttendeeList
- getEventAttendees(long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Return the list of attendees of an event
- getEventAttendees(long, ZonedDateTime, EventAttendeeResponse...) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Return the list of attendees of an event having a specific responses.
- getEventAttendees(long, EventAttendeeResponse...) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Return the list of attendees of an event having a specific responses.
- getEventAttendees(ZonedDateTime) - Method in class org.exoplatform.agenda.model.EventAttendeeList
- getEventById(long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves an event identified by its technical identifier.
- getEventById(long, ZoneId, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves an event identified by its technical identifier.
- getEventConferences(long) - Method in interface org.exoplatform.agenda.service.AgendaEventConferenceService
-
Return the list of conferences of an event
- getEventDateOption(long, ZoneId) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Retrieves
EventDateOptionidentified by its Technical identifier - getEventDateOptions(long, ZoneId) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
- getEventDatePolls(EventFilter, ZoneId, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves the list of pending date polls where the current user is invited
- getEventOccurrence(long, ZonedDateTime, ZoneId, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves Event Occurrence identified by parent recurrence Event identifier and occurrence date
- getEventOccurrencesInPeriod(Event, ZonedDateTime, ZonedDateTime, ZoneId, int) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves occurrences, without exceptional, of a recurrent event in a given period of time.
- getEventReminders(long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Retrieves list of reminders of an event.
- getEventReminders(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Retrieves list of reminders of an event for a user.
- getEventResponse(long, ZonedDateTime, long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Retrieves the event response of a user.
- getEvents(EventFilter, ZoneId, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves the list of events available for a designated user filtered by criteria defined in a filter.
- getExceptionalOccurrenceEvent(long, ZonedDateTime) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves an event identified by its technical identifier.
- getExceptionalOccurrenceEvents(long, ZoneId, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieves the list of exceptional occurrences of an event identified by its technical identifier.
- getField() - Method in enum org.exoplatform.agenda.exception.AgendaExceptionType
- getMessage() - Method in enum org.exoplatform.agenda.exception.AgendaExceptionType
- getOrCreateCalendarByOwnerId(long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
- getParentRecurrentEvents(ZonedDateTime, ZonedDateTime, ZoneId) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieve parent recurrent events switch event filter.
- getPendingEvents(List<Long>, long, ZoneId, int, int) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Retrieve pending events that the selected user didn't answered yet
- getReminderComputingPeriod() - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
- getRemoteProviders() - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
- getTemporalUnit() - Method in enum org.exoplatform.agenda.constant.ReminderPeriodType
- getValue() - Method in enum org.exoplatform.agenda.constant.EventAttendeeResponse
H
- hasModification(AgendaEventModificationType) - Method in class org.exoplatform.agenda.model.AgendaEventModification
- hasModifiedDate() - Method in class org.exoplatform.agenda.model.AgendaEventModification
- HOUR - org.exoplatform.agenda.constant.ReminderPeriodType
- HOURLY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
I
- isEmpty() - Method in class org.exoplatform.agenda.model.EventAttendeeList
- isEventAttendee(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Checks whether the user is an attendee of the event or not
- isUseDates() - Method in class org.exoplatform.agenda.model.EventFilter
L
- LOCATION_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
M
- MINUTE - org.exoplatform.agenda.constant.ReminderPeriodType
- MINUTELY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
- MONTHLY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
- MONTHLY - org.exoplatform.agenda.constant.EventRecurrenceType
N
- NEEDS_ACTION - org.exoplatform.agenda.constant.EventAttendeeResponse
O
- org.exoplatform.agenda.constant - package org.exoplatform.agenda.constant
- org.exoplatform.agenda.exception - package org.exoplatform.agenda.exception
- org.exoplatform.agenda.model - package org.exoplatform.agenda.model
- org.exoplatform.agenda.plugin - package org.exoplatform.agenda.plugin
- org.exoplatform.agenda.rest.model - package org.exoplatform.agenda.rest.model
- org.exoplatform.agenda.service - package org.exoplatform.agenda.service
- OWNER_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
R
- RECURRENCE_DELETED - org.exoplatform.agenda.constant.AgendaEventModificationType
- RECURRENCE_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- REMINDER_ADDED - org.exoplatform.agenda.constant.AgendaEventModificationType
- REMINDER_DATE_CANT_COMPUTE - org.exoplatform.agenda.exception.AgendaExceptionType
- REMINDER_DELETED - org.exoplatform.agenda.constant.AgendaEventModificationType
- ReminderPeriodType - Enum in org.exoplatform.agenda.constant
- RemoteEvent - Class in org.exoplatform.agenda.model
- RemoteEvent() - Constructor for class org.exoplatform.agenda.model.RemoteEvent
- RemoteProvider - Class in org.exoplatform.agenda.model
- RemoteProvider() - Constructor for class org.exoplatform.agenda.model.RemoteProvider
- RemoteProviderDefinitionPlugin - Class in org.exoplatform.agenda.plugin
- RemoteProviderDefinitionPlugin(InitParams) - Constructor for class org.exoplatform.agenda.plugin.RemoteProviderDefinitionPlugin
- removeEventReminders(long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Removes all reminders of a given
Event - removeModification(AgendaEventModificationType) - Method in class org.exoplatform.agenda.model.AgendaEventModification
- removeUserReminders(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Deletes all reminders of a user on a given event identified by its identifier.
- resetEventVotes(long) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Delete all votes on a selected event
S
- saveAgendaUserSettings(long, AgendaUserSettings) - Method in interface org.exoplatform.agenda.service.AgendaUserSettingsService
-
Save user agenda settings to use in events by default
- saveEnabledWebConferenceProviders(List<String>) - Method in interface org.exoplatform.agenda.service.AgendaEventConferenceService
- saveEventAttendees(Event, List<EventAttendee>, long, boolean, boolean, AgendaEventModification) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
- saveEventConferences(long, List<EventConference>) - Method in interface org.exoplatform.agenda.service.AgendaEventConferenceService
-
Save conferences for an
Event - saveEventExceptionalOccurrence(long, ZonedDateTime) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Creates an exceptional occurrence for a recurrent event and occurrence ID
- saveEventReminders(Event, List<EventReminder>) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
- saveEventReminders(Event, List<EventReminder>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Updates the list of
EventReminderassociated to a user on a selected event - saveEventVotes(long, List<Long>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Saves all votes of user on an event.
- saveRemoteEvent(long, RemoteEvent, long) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Creates or updates
RemoteEventof user - saveRemoteEvent(RemoteEvent) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Creates or updates
RemoteEventof user - saveRemoteProvider(RemoteProvider) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Creates a new
RemoteProviderfor remote events - saveRemoteProviderApiKey(String, String) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Save
RemoteProviderClient API Key - saveRemoteProviderPlugin(RemoteProviderDefinitionPlugin) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Register a new Remote provider
- saveRemoteProviderStatus(String, boolean, boolean) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
-
Save
RemoteProviderstatus - saveUpcomingEventReminders(long, ZonedDateTime, List<EventReminder>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Save reminders for an upcoming of an occurrence of a recurring event for a specific user
- saveUserConnector(String, String, long) - Method in interface org.exoplatform.agenda.service.AgendaUserSettingsService
-
Saves the new connected user settings on remote events provider
- search(long, ZoneId, String, int, int) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Search the list of events available with query for the currentUser
- SECONDLY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
- selectEventDateOption(long) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Select Date Option used to create event
- selectEventDateOption(long, long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Choose a selected
EventDateOptionfor a givenEvent - sendEventResponse(long, long, EventAttendeeResponse) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
- sendEventResponse(long, long, EventAttendeeResponse, boolean) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
- sendInvitations(Event, List<EventAttendee>, AgendaEventModification) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Sends an invitation to event attendees of type: user, space or external user.
- sendReminders() - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
-
Send reminders of upcoming events of next minute
- sendUpcomingEventResponse(long, ZonedDateTime, long, EventAttendeeResponse) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
-
Sends an event response for a recurrent event starting from a specific occurrence
- setReminderComputingPeriod(long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
- size() - Method in class org.exoplatform.agenda.model.EventAttendeeList
- START_DATE_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- STATUS_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- SUMMARY_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- SWITCHED_DATE_POLL_TO_EVENT - org.exoplatform.agenda.constant.AgendaEventModificationType
- SWITCHED_EVENT_TO_DATE_POLL - org.exoplatform.agenda.constant.AgendaEventModificationType
T
- TENTATIVE - org.exoplatform.agenda.constant.EventAttendeeResponse
- TENTATIVE - org.exoplatform.agenda.constant.EventStatus
- TIMEZONE_UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- toString() - Method in enum org.exoplatform.agenda.exception.AgendaExceptionType
- toString() - Method in class org.exoplatform.agenda.model.AgendaUserSettings
- toString() - Method in class org.exoplatform.agenda.model.EventReminderParameter
- toString() - Method in class org.exoplatform.agenda.model.WebSocketMessage
U
- updateCalendar(Calendar) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Updates an existing calendar
- updateCalendar(Calendar, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
-
Updates an existing calendar
- UPDATED - org.exoplatform.agenda.constant.AgendaEventModificationType
- updateEvent(Event, List<EventAttendee>, List<EventConference>, List<EventReminder>, List<EventDateOption>, RemoteEvent, boolean, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Updates an existing event in-place when the user is owner of parent
Calendar, else this will duplicate the event and add it into his personal calendar - updateEventDateOptions(long, List<EventDateOption>) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Update the list of Event Date options
- updateEventFields(long, Map<String, List<String>>, boolean, boolean, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
-
Updates a single field for a given
Eventidentified by its technical identifier.
V
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.AgendaEventModificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.EventAttendeeResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.EventAvailability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.EventRecurrenceFrequency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.EventRecurrenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.EventStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.constant.ReminderPeriodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.exoplatform.agenda.exception.AgendaExceptionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.exoplatform.agenda.constant.AgendaEventModificationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.constant.EventAttendeeResponse
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.constant.EventAvailability
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.constant.EventRecurrenceFrequency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.constant.EventRecurrenceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.constant.EventStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.constant.ReminderPeriodType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.exoplatform.agenda.exception.AgendaExceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- voteDateOption(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventDatePollService
-
Add an event vote on an event for a participant.
W
- WebSocketMessage - Class in org.exoplatform.agenda.model
- WebSocketMessage(String) - Constructor for class org.exoplatform.agenda.model.WebSocketMessage
- WebSocketMessage(String, Object...) - Constructor for class org.exoplatform.agenda.model.WebSocketMessage
- WEEK - org.exoplatform.agenda.constant.ReminderPeriodType
- WEEK_DAYS - org.exoplatform.agenda.constant.EventRecurrenceType
- WEEKLY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
- WEEKLY - org.exoplatform.agenda.constant.EventRecurrenceType
- WRONG_EVENT_ATTENDEE_ID - org.exoplatform.agenda.exception.AgendaExceptionType
Y
- YEARLY - org.exoplatform.agenda.constant.EventRecurrenceFrequency
- YEARLY - org.exoplatform.agenda.constant.EventRecurrenceType
All Classes All Packages