Uses of Class
org.exoplatform.agenda.model.EventReminder
Packages that use EventReminder
-
Uses of EventReminder in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventReminder -
Uses of EventReminder in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return types with arguments of type EventReminderModifier and TypeMethodDescriptionAgendaEventReminderService.getEventReminders(long eventId) Retrieves list of reminders of an event.AgendaEventReminderService.getEventReminders(long eventId, long userIdentityId) Retrieves list of reminders of an event for a user.Method parameters in org.exoplatform.agenda.service with type arguments of type EventReminderModifier and TypeMethodDescriptionvoidAgendaEventReminderService.saveEventReminders(Event event, List<EventReminder> reminders) AgendaEventReminderService.saveEventReminders(Event event, List<EventReminder> reminders, long userIdentityId) Updates the list ofEventReminderassociated to a user on a selected eventvoidAgendaEventReminderService.saveUpcomingEventReminders(long eventId, ZonedDateTime occurrenceId, List<EventReminder> reminders, long userIdentityId) Save reminders for an upcoming of an occurrence of a recurring event for a specific user