Uses of Class
org.exoplatform.agenda.storage.AgendaEventStorage
-
Packages that use AgendaEventStorage Package Description org.exoplatform.agenda.search org.exoplatform.agenda.service org.exoplatform.agenda.storage org.exoplatform.agenda.storage.cached -
-
Uses of AgendaEventStorage in org.exoplatform.agenda.search
Constructors in org.exoplatform.agenda.search with parameters of type AgendaEventStorage Constructor Description AgendaSearchConnector(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 AgendaEventStorage Constructor Description AgendaEventAttendeeServiceImpl(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 AgendaEventStorage Constructor Description AgendaCalendarStorage(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.cached Modifier and Type Class Description classCachedAgendaEventStorageConstructors in org.exoplatform.agenda.storage.cached with parameters of type AgendaEventStorage Constructor Description CachedAgendaCalendarStorage(org.exoplatform.services.cache.CacheService cacheService, AgendaEventStorage agendaEventStorage, CalendarDAO calendarDAO, org.exoplatform.services.listener.ListenerService listenerService)
-