Uses of Class
org.exoplatform.agenda.storage.AgendaEventStorage
Packages that use AgendaEventStorage
Package
Description
-
Uses of AgendaEventStorage in org.exoplatform.agenda.search
Constructors in org.exoplatform.agenda.search with parameters of type AgendaEventStorageModifierConstructorDescriptionAgendaSearchConnector(org.exoplatform.container.configuration.ConfigurationManager configurationManager, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, AgendaEventStorage agendaEventStorage, org.exoplatform.commons.search.es.client.ElasticSearchingClient client, org.exoplatform.container.xml.InitParams initParams) -
Uses of AgendaEventStorage in org.exoplatform.agenda.service
Constructors in org.exoplatform.agenda.service with parameters of type AgendaEventStorageModifierConstructorDescriptionAgendaEventAttendeeServiceImpl(AgendaEventAttendeeStorage attendeeStorage, AgendaEventStorage eventStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.web.security.codec.CodecInitializer codecInitializer) AgendaEventDatePollServiceImpl(AgendaEventDatePollStorage datePollStorage, AgendaEventStorage eventStorage, org.exoplatform.agenda.service.AgendaEventAttendeeService eventAttendeeService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService) AgendaEventReminderServiceImpl(AgendaEventReminderStorage reminderStorage, AgendaEventStorage eventStorage, AgendaEventAttendeeStorage attendeeStorage, org.exoplatform.agenda.service.AgendaUserSettingsService agendaUserSettingsService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.container.xml.InitParams initParams) AgendaEventServiceImpl(org.exoplatform.agenda.service.AgendaCalendarService agendaCalendarService, org.exoplatform.agenda.service.AgendaEventAttendeeService attendeeService, org.exoplatform.agenda.service.AgendaEventConferenceService conferenceService, org.exoplatform.agenda.service.AgendaEventReminderService reminderService, org.exoplatform.agenda.service.AgendaRemoteEventService remoteEventService, org.exoplatform.agenda.service.AgendaEventDatePollService datePollService, AgendaSearchConnector agendaSearchConnector, AgendaEventStorage agendaEventStorage, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of AgendaEventStorage in org.exoplatform.agenda.storage
Constructors in org.exoplatform.agenda.storage with parameters of type AgendaEventStorageModifierConstructorDescriptionAgendaCalendarStorage(AgendaEventStorage agendaEventStorage, CalendarDAO calendarDAO, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of AgendaEventStorage in org.exoplatform.agenda.storage.cached
Subclasses of AgendaEventStorage in org.exoplatform.agenda.storage.cachedConstructors in org.exoplatform.agenda.storage.cached with parameters of type AgendaEventStorageModifierConstructorDescriptionCachedAgendaCalendarStorage(org.exoplatform.services.cache.CacheService cacheService, AgendaEventStorage agendaEventStorage, CalendarDAO calendarDAO, org.exoplatform.services.listener.ListenerService listenerService)