Uses of Class
org.exoplatform.agenda.dao.EventReminderDAO
Packages that use EventReminderDAO
-
Uses of EventReminderDAO in org.exoplatform.agenda.dao
Constructors in org.exoplatform.agenda.dao with parameters of type EventReminderDAOModifierConstructorDescriptionEventDAO(EventConferenceDAO eventConferenceDAO, EventAttendeeDAO eventAttendeeDAO, EventReminderDAO eventReminderDAO, EventRecurrenceDAO eventRecurrenceDAO, RemoteEventDAO remoteEventDAO, EventDateOptionDAO dateOptionDAO, EventDatePollDAO datePollDAO) -
Uses of EventReminderDAO in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type EventReminderDAOModifierConstructorDescriptionAgendaEventReminderStorage(EventReminderDAO eventReminderDAO, org.exoplatform.services.listener.ListenerService listenerService)