Uses of Class
org.exoplatform.agenda.dao.EventReminderDAO
-
Packages that use EventReminderDAO Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.storage -
-
Uses of EventReminderDAO in org.exoplatform.agenda.dao
Constructors in org.exoplatform.agenda.dao with parameters of type EventReminderDAO Constructor Description EventDAO(EventConferenceDAO eventConferenceDAO, EventAttendeeDAO eventAttendeeDAO, GuestUserDAO guestUserDAO, 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 EventReminderDAO Constructor Description AgendaEventReminderStorage(EventReminderDAO eventReminderDAO, org.exoplatform.services.listener.ListenerService listenerService)
-