Uses of Class
org.exoplatform.agenda.dao.EventDAO
-
Packages that use EventDAO Package Description org.exoplatform.agenda.storage org.exoplatform.agenda.storage.cached -
-
Uses of EventDAO in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type EventDAO Constructor Description AgendaEventAttendeeStorage(EventDAO eventDAO, EventAttendeeDAO eventAttendeeDAO, org.exoplatform.services.listener.ListenerService listenerService)AgendaEventConferenceStorage(EventDAO eventDAO, EventConferenceDAO eventConferenceDAO, org.exoplatform.services.listener.ListenerService listenerService)AgendaEventStorage(CalendarDAO calendarDAO, EventDAO eventDAO, EventRecurrenceDAO eventRecurrenceDAO) -
Uses of EventDAO in org.exoplatform.agenda.storage.cached
Constructors in org.exoplatform.agenda.storage.cached with parameters of type EventDAO Constructor Description CachedAgendaEventStorage(org.exoplatform.services.cache.CacheService cacheService, CalendarDAO calendarDAO, EventDAO eventDAO, EventRecurrenceDAO eventRecurrenceDAO)
-