Uses of Class
org.exoplatform.webconferencing.domain.CallEntity
-
Packages that use CallEntity Package Description org.exoplatform.webconferencing org.exoplatform.webconferencing.dao -
-
Uses of CallEntity in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return CallEntity Modifier and Type Method Description protected CallEntityWebConferencingService. createCallEntity(CallInfo call)Creates the call entity.Methods in org.exoplatform.webconferencing with parameters of type CallEntity Modifier and Type Method Description protected CallInfoWebConferencingService. readCallEntity(CallEntity savedCall, boolean withParticipants)Read call entity.protected voidWebConferencingService. syncCallEntity(CallInfo call, CallEntity entity)Update call entity from given CallInfo instance. -
Uses of CallEntity in org.exoplatform.webconferencing.dao
Methods in org.exoplatform.webconferencing.dao that return CallEntity Modifier and Type Method Description CallEntityCallDAO. findGroupCallByOwnerId(String ownerId)Find group call by owner id.CallEntityCallDAO. findGroupCallByOwnerTypeId(String ownerId, String ownerType)Find group call by owner type and id.Methods in org.exoplatform.webconferencing.dao that return types with arguments of type CallEntity Modifier and Type Method Description List<CallEntity>CallDAO. findGroupCallsByOwnerTypeId(String ownerId, String ownerType)Find group calls by owner type and id.List<CallEntity>CallDAO. findUserGroupCalls(String userId)Find user group calls.
-