Package org.exoplatform.agenda.service
Class AgendaEventConferenceServiceImpl
- java.lang.Object
-
- org.exoplatform.agenda.service.AgendaEventConferenceServiceImpl
-
- All Implemented Interfaces:
org.exoplatform.agenda.service.AgendaEventConferenceService
public class AgendaEventConferenceServiceImpl extends Object implements org.exoplatform.agenda.service.AgendaEventConferenceService
-
-
Constructor Summary
Constructors Constructor Description AgendaEventConferenceServiceImpl(AgendaEventConferenceStorage conferenceStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getEnabledWebConferenceProviders()List<org.exoplatform.agenda.model.EventConference>getEventConferences(long eventId)voidsaveEnabledWebConferenceProviders(List<String> enabledProviders)Set<org.exoplatform.agenda.constant.AgendaEventModificationType>saveEventConferences(long eventId, List<org.exoplatform.agenda.model.EventConference> conferences)
-
-
-
Constructor Detail
-
AgendaEventConferenceServiceImpl
public AgendaEventConferenceServiceImpl(AgendaEventConferenceStorage conferenceStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams params)
-
-
Method Detail
-
saveEventConferences
public Set<org.exoplatform.agenda.constant.AgendaEventModificationType> saveEventConferences(long eventId, List<org.exoplatform.agenda.model.EventConference> conferences)
- Specified by:
saveEventConferencesin interfaceorg.exoplatform.agenda.service.AgendaEventConferenceService
-
getEventConferences
public List<org.exoplatform.agenda.model.EventConference> getEventConferences(long eventId)
- Specified by:
getEventConferencesin interfaceorg.exoplatform.agenda.service.AgendaEventConferenceService
-
saveEnabledWebConferenceProviders
public void saveEnabledWebConferenceProviders(List<String> enabledProviders)
- Specified by:
saveEnabledWebConferenceProvidersin interfaceorg.exoplatform.agenda.service.AgendaEventConferenceService
-
-