Uses of Class
org.exoplatform.agenda.model.EventFilter
-
Packages that use EventFilter Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of EventFilter in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventFilter Modifier and Type Method Description EventFilterEventFilter. clone() -
Uses of EventFilter in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service with parameters of type EventFilter Modifier and Type Method Description List<Event>AgendaEventService. getEventDatePolls(EventFilter eventFilter, ZoneId userTimeZone, long attendeeId)Retrieves the list of pending date polls where the current user is invitedList<Event>AgendaEventService. getEvents(EventFilter eventFilter, ZoneId userTimeZone, long userIdentityId)Retrieves the list of events available for a designated user filtered by criteria defined in a filter.
-