Uses of Enum Class
org.exoplatform.agenda.constant.AgendaEventModificationType
Packages that use AgendaEventModificationType
Package
Description
-
Uses of AgendaEventModificationType in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return AgendaEventModificationTypeModifier and TypeMethodDescriptionstatic AgendaEventModificationTypeReturns the enum constant of this class with the specified name.static AgendaEventModificationType[]AgendaEventModificationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AgendaEventModificationType in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model with parameters of type AgendaEventModificationTypeModifier and TypeMethodDescriptionvoidAgendaEventModification.addModificationType(AgendaEventModificationType modificationType) booleanAgendaEventModification.hasModification(AgendaEventModificationType modificationType) voidAgendaEventModification.removeModification(AgendaEventModificationType modificationType) Method parameters in org.exoplatform.agenda.model with type arguments of type AgendaEventModificationTypeModifier and TypeMethodDescriptionvoidAgendaEventModification.addModificationTypes(Set<AgendaEventModificationType> eventModifications) -
Uses of AgendaEventModificationType in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return types with arguments of type AgendaEventModificationTypeModifier and TypeMethodDescriptionAgendaEventAttendeeService.saveEventAttendees(Event event, List<EventAttendee> attendees, long creatorIdentityId, boolean sendInvitations, boolean resetResponses, AgendaEventModification eventModifications) AgendaEventConferenceService.saveEventConferences(long eventId, List<EventConference> conferences) Save conferences for anEventAgendaEventReminderService.saveEventReminders(Event event, List<EventReminder> reminders, long userIdentityId) Updates the list ofEventReminderassociated to a user on a selected eventAgendaEventDatePollService.updateEventDateOptions(long eventId, List<EventDateOption> dateOptions) Update the list of Event Date options