Uses of Class
org.exoplatform.agenda.constant.AgendaEventModificationType
-
Packages that use AgendaEventModificationType Package Description org.exoplatform.agenda.constant org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of AgendaEventModificationType in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return AgendaEventModificationType Modifier and Type Method Description static AgendaEventModificationTypeAgendaEventModificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgendaEventModificationType[]AgendaEventModificationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AgendaEventModificationType in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model with parameters of type AgendaEventModificationType Modifier and Type Method Description voidAgendaEventModification. addModificationType(AgendaEventModificationType modificationType)booleanAgendaEventModification. hasModification(AgendaEventModificationType modificationType)voidAgendaEventModification. removeModification(AgendaEventModificationType modificationType)Method parameters in org.exoplatform.agenda.model with type arguments of type AgendaEventModificationType Modifier and Type Method Description voidAgendaEventModification. 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 AgendaEventModificationType Modifier and Type Method Description Set<AgendaEventModificationType>AgendaEventAttendeeService. saveEventAttendees(Event event, List<EventAttendee> attendees, long creatorIdentityId, boolean sendInvitations, boolean resetResponses, AgendaEventModification eventModifications)Set<AgendaEventModificationType>AgendaEventConferenceService. saveEventConferences(long eventId, List<EventConference> conferences)Save conferences for anEventSet<AgendaEventModificationType>AgendaEventReminderService. saveEventReminders(Event event, List<EventReminder> reminders, long userIdentityId)Updates the list ofEventReminderassociated to a user on a selected eventSet<AgendaEventModificationType>AgendaEventDatePollService. updateEventDateOptions(long eventId, List<EventDateOption> dateOptions)Update the list of Event Date options
-