public class AgendaEventConferenceServiceImpl extends Object implements org.exoplatform.agenda.service.AgendaEventConferenceService
| Constructor and Description |
|---|
AgendaEventConferenceServiceImpl(AgendaEventConferenceStorage conferenceStorage,
org.exoplatform.services.listener.ListenerService listenerService,
org.exoplatform.commons.api.settings.SettingService settingService,
org.exoplatform.container.xml.InitParams params) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEnabledWebConferenceProviders() |
List<org.exoplatform.agenda.model.EventConference> |
getEventConferences(long eventId) |
void |
saveEnabledWebConferenceProviders(List<String> enabledProviders) |
void |
saveEventConferences(long eventId,
List<org.exoplatform.agenda.model.EventConference> conferences) |
public AgendaEventConferenceServiceImpl(AgendaEventConferenceStorage conferenceStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams params)
public void saveEventConferences(long eventId,
List<org.exoplatform.agenda.model.EventConference> conferences)
saveEventConferences in interface org.exoplatform.agenda.service.AgendaEventConferenceServicepublic List<org.exoplatform.agenda.model.EventConference> getEventConferences(long eventId)
getEventConferences in interface org.exoplatform.agenda.service.AgendaEventConferenceServicepublic void saveEnabledWebConferenceProviders(List<String> enabledProviders)
saveEnabledWebConferenceProviders in interface org.exoplatform.agenda.service.AgendaEventConferenceServiceCopyright © 2003–2021 eXo Platform SAS. All rights reserved.