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
ConstructorsConstructorDescriptionAgendaEventConferenceServiceImpl(AgendaEventConferenceStorage conferenceStorage, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.commons.api.settings.SettingService settingService, org.exoplatform.container.xml.InitParams params) -
Method Summary
Modifier and TypeMethodDescriptionList<org.exoplatform.agenda.model.EventConference> getEventConferences(long eventId) Set<org.exoplatform.agenda.constant.AgendaEventModificationType> saveEventConferences(long eventId, List<org.exoplatform.agenda.model.EventConference> conferences)
-
Constructor Details
-
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 Details
-
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
- Specified by:
getEventConferencesin interfaceorg.exoplatform.agenda.service.AgendaEventConferenceService
-