Package org.exoplatform.agenda.service
Interface AgendaEventConferenceService
-
public interface AgendaEventConferenceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getEnabledWebConferenceProviders()List<EventConference>getEventConferences(long eventId)Return the list of conferences of an eventvoidsaveEnabledWebConferenceProviders(List<String> enabledProviders)Set<AgendaEventModificationType>saveEventConferences(long eventId, List<EventConference> conferences)Save conferences for anEvent
-
-
-
Method Detail
-
getEventConferences
List<EventConference> getEventConferences(long eventId)
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
List<String> getEnabledWebConferenceProviders()
- Returns:
Listof enabled web conferencing providers
-
-