Uses of Class
org.exoplatform.agenda.dao.EventRecurrenceDAO
-
Packages that use EventRecurrenceDAO Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.storage org.exoplatform.agenda.storage.cached -
-
Uses of EventRecurrenceDAO in org.exoplatform.agenda.dao
Constructors in org.exoplatform.agenda.dao with parameters of type EventRecurrenceDAO Constructor Description EventDAO(EventConferenceDAO eventConferenceDAO, EventAttendeeDAO eventAttendeeDAO, GuestUserDAO guestUserDAO, EventReminderDAO eventReminderDAO, EventRecurrenceDAO eventRecurrenceDAO, RemoteEventDAO remoteEventDAO, EventDateOptionDAO dateOptionDAO, EventDatePollDAO datePollDAO) -
Uses of EventRecurrenceDAO in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type EventRecurrenceDAO Constructor Description AgendaEventStorage(CalendarDAO calendarDAO, EventDAO eventDAO, EventRecurrenceDAO eventRecurrenceDAO) -
Uses of EventRecurrenceDAO in org.exoplatform.agenda.storage.cached
Constructors in org.exoplatform.agenda.storage.cached with parameters of type EventRecurrenceDAO Constructor Description CachedAgendaEventStorage(org.exoplatform.services.cache.CacheService cacheService, CalendarDAO calendarDAO, EventDAO eventDAO, EventRecurrenceDAO eventRecurrenceDAO)
-