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