Skip navigation links
A C D E F G I O P R S T U V 

A

addRemoteProvider(RemoteProviderDefinitionPlugin) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Register a new Remote provider
AgendaCalendarService - Interface in org.exoplatform.agenda.service
 
AgendaEventAttachmentService - Interface in org.exoplatform.agenda.service
 
AgendaEventAttendeeService - Interface in org.exoplatform.agenda.service
 
AgendaEventConferenceService - Interface in org.exoplatform.agenda.service
 
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, boolean, String, String, String, String, boolean, String) - Constructor for class org.exoplatform.agenda.model.AgendaUserSettings
 
AgendaUserSettingsService - Interface in org.exoplatform.agenda.service
 

C

Calendar - Class in org.exoplatform.agenda.model
 
Calendar(long, long, boolean, String, String, String, String, String, Permission) - Constructor for class org.exoplatform.agenda.model.Calendar
 
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
 
canAccessEvent(Event, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
Check whether user can access event or not.
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.Event
 
clone() - Method in class org.exoplatform.agenda.model.EventAttachment
 
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.EventFilter
 
clone() - Method in class org.exoplatform.agenda.model.EventOccurrence
 
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.Permission
 
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.EventAttachmentEntity
 
clone() - Method in class org.exoplatform.agenda.rest.model.EventAttendeeEntity
 
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
 
countCalendars(String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Count available calendars for a designated user
createCalendar(Calendar, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Creates a new calendar
createCalendar(Calendar) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Creates a new calendar
createCalendarInstance(long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Create new Calendar object instance
createCalendarInstance(long, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Create new Calendar object instance
createEvent(Event, List<EventAttendee>, List<EventConference>, List<EventAttachment>, List<EventReminder>, 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<EventAttachment>, List<EventReminder>, ZonedDateTime) - Method in interface org.exoplatform.agenda.service.AgendaEventService
Create a new exceptional occurrence for a parent recurrent event

D

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
deleteCalendarById(long, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Deletes an existing calendar
deleteCalendarById(long) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Deletes an existing calendar
deleteEventById(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
Deletes an existing event

E

Event - Class in org.exoplatform.agenda.model
 
Event() - Constructor for class org.exoplatform.agenda.model.Event
 
EventAttachment - Class in org.exoplatform.agenda.model
 
EventAttachment() - Constructor for class org.exoplatform.agenda.model.EventAttachment
 
EventAttachmentEntity - Class in org.exoplatform.agenda.rest.model
 
EventAttachmentEntity() - Constructor for class org.exoplatform.agenda.rest.model.EventAttachmentEntity
 
EventAttendee - Class in org.exoplatform.agenda.model
 
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
 
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
 
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
 
EventList - Class in org.exoplatform.agenda.rest.model
 
EventList() - Constructor for class org.exoplatform.agenda.rest.model.EventList
 
EventModificationType - Enum in org.exoplatform.agenda.constant
 
EventOccurrence - Class in org.exoplatform.agenda.model
 
EventOccurrence() - 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
 
EventRecurrence - Class in org.exoplatform.agenda.model
 
EventRecurrence(long, ZonedDateTime, 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, long, long, int, ReminderPeriodType, ZonedDateTime) - Constructor for class org.exoplatform.agenda.model.EventReminder
 
EventReminder(long, long, long, int, ReminderPeriodType) - Constructor for class org.exoplatform.agenda.model.EventReminder
 
EventReminder(long, int, ReminderPeriodType) - 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, Permission, List<EventAttendeeEntity>, List<EventConference>, List<EventAttachmentEntity>, 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
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, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Retrieves a calendar identified by its technical identifier.
getCalendarById(long) - 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.AgendaEventReminderService
 
getEnabledWebConferenceProviders() - Method in interface org.exoplatform.agenda.service.AgendaEventConferenceService
 
getEventAttachmentById(long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttachmentService
Retrieve event attachement identified by its technical identifier
getEventAttachments(long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttachmentService
Return the list of attachments of an event
getEventAttendees(long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
Return the list of attendees of an event
getEventById(long, ZoneId, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
Retrieves an event identified by its technical identifier.
getEventById(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
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, long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
Retrieves list of reminders of an event for a user.
getEventReminders(long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
Retrieves list of reminders of an event.
getEventResponse(long, 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.
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
 

I

isEventAttendee(long, long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
Checks whether the user is an attendee of the event or not

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
 

P

Permission - Class in org.exoplatform.agenda.model
 
Permission() - Constructor for class org.exoplatform.agenda.model.Permission
 

R

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
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.

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
 
saveEventAttachments(long, List<EventAttachment>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventAttachmentService
Save Event attachments
saveEventAttendees(Event, List<EventAttendee>, long, boolean, boolean, EventModificationType) - 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>, long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
Updates the list of EventReminder associated to a user on a selected event
saveEventReminders(Event, List<EventReminder>) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
Saves the List of EventReminder of a chosen Event
saveRemoteEvent(long, RemoteEvent, long) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Creates or updates RemoteEvent of user
saveRemoteEvent(RemoteEvent) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Creates or updates RemoteEvent of user
saveRemoteProvider(RemoteProvider) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Creates a new RemoteProvider for remote events
saveRemoteProviderApiKey(String, String) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Save RemoteProvider Client API Key
saveRemoteProviderPlugin(RemoteProviderDefinitionPlugin) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Register a new Remote provider
saveRemoteProviderStatus(String, boolean) - Method in interface org.exoplatform.agenda.service.AgendaRemoteEventService
Save RemoteProvider status
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
sendEventResponse(long, long, EventAttendeeResponse) - Method in interface org.exoplatform.agenda.service.AgendaEventAttendeeService
 
sendInvitations(Event, List<EventAttendee>, EventModificationType) - 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
setReminderComputingPeriod(long) - Method in interface org.exoplatform.agenda.service.AgendaEventReminderService
 

T

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
 

U

updateCalendar(Calendar, String) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Updates an existing calendar
updateCalendar(Calendar) - Method in interface org.exoplatform.agenda.service.AgendaCalendarService
Updates an existing calendar
updateEvent(Event, List<EventAttendee>, List<EventConference>, List<EventAttachment>, List<EventReminder>, 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
updateEventFields(long, Map<String, List<String>>, boolean, boolean, long) - Method in interface org.exoplatform.agenda.service.AgendaEventService
Updates a single field for a given Event identified by its technical identifier.

V

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.EventModificationType
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.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.EventModificationType
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.
A C D E F G I O P R S T U V 
Skip navigation links

Copyright © 2003–2021 eXo Platform SAS. All rights reserved.