Package org.exoplatform.agenda.service
Interface AgendaEventConferenceService
public interface AgendaEventConferenceService
-
Method Summary
Modifier and TypeMethodDescriptiongetEventConferences(long eventId) Return the list of conferences of an eventvoidsaveEnabledWebConferenceProviders(List<String> enabledProviders) saveEventConferences(long eventId, List<EventConference> conferences) Save conferences for anEvent
-
Method Details
-
getEventConferences
Return the list of conferences of an event- Parameters:
eventId- agendaEventidentifier- Returns:
ListofEventConference
-
saveEventConferences
Set<AgendaEventModificationType> saveEventConferences(long eventId, List<EventConference> conferences) Save conferences for anEvent- Parameters:
eventId- Technical identifier ofEventconferences-ListofEventConference- Returns:
SetofAgendaEventModificationTypecontaining modifications made on event conferences
-
getEnabledWebConferenceProviders
- Returns:
Listof enabled web conferencing providers
-
saveEnabledWebConferenceProviders
- Parameters:
enabledProviders-Listof enabled web conferencing providers types
-