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