Uses of Class
org.exoplatform.webconferencing.domain.ParticipantEntity
-
Packages that use ParticipantEntity Package Description org.exoplatform.webconferencing org.exoplatform.webconferencing.dao -
-
Uses of ParticipantEntity in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return ParticipantEntity Modifier and Type Method Description protected ParticipantEntityWebConferencingService. createParticipantEntity(String callId, UserInfo user)Creates the participant entity. -
Uses of ParticipantEntity in org.exoplatform.webconferencing.dao
Methods in org.exoplatform.webconferencing.dao that return types with arguments of type ParticipantEntity Modifier and Type Method Description List<ParticipantEntity>ParticipantDAO. findCallParts(String callId)Find call participants.
-