Uses of Class
org.exoplatform.webconferencing.domain.CallEntity
Packages that use CallEntity
-
Uses of CallEntity in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that return CallEntityModifier and TypeMethodDescriptionprotected CallEntityWebConferencingService.createCallEntity(CallInfo call) Creates the call entity.Methods in org.exoplatform.webconferencing with parameters of type CallEntityModifier and TypeMethodDescriptionprotected 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 CallEntityModifier and TypeMethodDescriptionCallDAO.findGroupCallByOwnerId(String ownerId) Find group call by owner id.CallDAO.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 CallEntityModifier and TypeMethodDescriptionCallDAO.findGroupCallsByOwnerTypeId(String ownerId, String ownerType) Find group calls by owner type and id.CallDAO.findGroupCallsByState(String state) Find all group calls by specific stateCallDAO.findUserGroupCalls(String userId) Find user group calls.