Uses of Class
org.exoplatform.agenda.model.EventDateOption
-
Packages that use EventDateOption Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of EventDateOption in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventDateOption Modifier and Type Method Description protected EventDateOptionEventDateOption. clone() -
Uses of EventDateOption in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return EventDateOption Modifier and Type Method Description EventDateOptionAgendaEventDatePollService. getEventDateOption(long dateOptionId, ZoneId userTimeZone)RetrievesEventDateOptionidentified by its Technical identifierMethods in org.exoplatform.agenda.service that return types with arguments of type EventDateOption Modifier and Type Method Description List<EventDateOption>AgendaEventDatePollService. createEventPoll(long eventId, List<EventDateOption> dateOptions, long userIdentityId)Creates a list of date options for a given eventList<EventDateOption>AgendaEventDatePollService. getEventDateOptions(long eventId, ZoneId userTimeZone)Method parameters in org.exoplatform.agenda.service with type arguments of type EventDateOption Modifier and Type Method Description List<EventDateOption>AgendaEventDatePollService. createEventPoll(long eventId, List<EventDateOption> dateOptions, long userIdentityId)Creates a list of date options for a given eventSet<AgendaEventModificationType>AgendaEventDatePollService. updateEventDateOptions(long eventId, List<EventDateOption> dateOptions)Update the list of Event Date options
-