Uses of Class
org.exoplatform.agenda.dao.RemoteEventDAO
-
Packages that use RemoteEventDAO Package Description org.exoplatform.agenda.dao org.exoplatform.agenda.storage -
-
Uses of RemoteEventDAO in org.exoplatform.agenda.dao
Constructors in org.exoplatform.agenda.dao with parameters of type RemoteEventDAO Constructor Description EventDAO(EventConferenceDAO eventConferenceDAO, EventAttendeeDAO eventAttendeeDAO, EventReminderDAO eventReminderDAO, EventRecurrenceDAO eventRecurrenceDAO, RemoteEventDAO remoteEventDAO, EventDateOptionDAO dateOptionDAO, EventDatePollDAO datePollDAO) -
Uses of RemoteEventDAO in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type RemoteEventDAO Constructor Description AgendaRemoteEventStorage(RemoteProviderDAO remoteProviderDAO, RemoteEventDAO remoteEventDAO)
-