Uses of Class
org.exoplatform.agenda.dao.EventConferenceDAO
-
Packages that use EventConferenceDAO Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.storage -
-
Uses of EventConferenceDAO in org.exoplatform.agenda.dao
Constructors in org.exoplatform.agenda.dao with parameters of type EventConferenceDAO Constructor Description EventDAO(EventConferenceDAO eventConferenceDAO, EventAttendeeDAO eventAttendeeDAO, GuestUserDAO guestUserDAO, EventReminderDAO eventReminderDAO, EventRecurrenceDAO eventRecurrenceDAO, RemoteEventDAO remoteEventDAO, EventDateOptionDAO dateOptionDAO, EventDatePollDAO datePollDAO) -
Uses of EventConferenceDAO in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type EventConferenceDAO Constructor Description AgendaEventConferenceStorage(EventDAO eventDAO, EventConferenceDAO eventConferenceDAO, org.exoplatform.services.listener.ListenerService listenerService)
-