Uses of Class
org.exoplatform.agenda.dao.EventRecurrenceDAO
Packages that use EventRecurrenceDAO
Package
Description
-
Uses of EventRecurrenceDAO in org.exoplatform.agenda.dao
Constructors in org.exoplatform.agenda.dao with parameters of type EventRecurrenceDAOModifierConstructorDescriptionEventDAO(EventConferenceDAO eventConferenceDAO, EventAttendeeDAO eventAttendeeDAO, 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 EventRecurrenceDAOModifierConstructorDescriptionAgendaEventStorage(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 EventRecurrenceDAOModifierConstructorDescriptionCachedAgendaEventStorage(org.exoplatform.services.cache.CacheService cacheService, CalendarDAO calendarDAO, EventDAO eventDAO, EventRecurrenceDAO eventRecurrenceDAO)