Uses of Class
org.exoplatform.agenda.dao.CalendarDAO
Packages that use CalendarDAO
-
Uses of CalendarDAO in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type CalendarDAOModifierConstructorDescriptionAgendaCalendarStorage(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 CalendarDAOModifierConstructorDescriptionCachedAgendaCalendarStorage(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)