Uses of Class
org.exoplatform.agenda.model.EventConference
-
Packages that use EventConference Package Description org.exoplatform.agenda.model org.exoplatform.agenda.service -
-
Uses of EventConference in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return EventConference Modifier and Type Method Description EventConferenceEventConference. clone() -
Uses of EventConference in org.exoplatform.agenda.service
Methods in org.exoplatform.agenda.service that return types with arguments of type EventConference Modifier and Type Method Description List<EventConference>AgendaEventConferenceService. getEventConferences(long eventId)Return the list of conferences of an eventMethod parameters in org.exoplatform.agenda.service with type arguments of type EventConference Modifier and Type Method Description Set<AgendaEventModificationType>AgendaEventConferenceService. saveEventConferences(long eventId, List<EventConference> conferences)Save conferences for anEvent
-