Class ParticipantDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ParticipantEntity,ParticipantId>
-
- org.exoplatform.webconferencing.dao.ParticipantDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ParticipantEntity,ParticipantId>
public class ParticipantDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ParticipantEntity,ParticipantId>
Created by The eXo Platform SAS.- Version:
- $Id: ParticipantDAO.java 00000 Dec 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Constructor Summary
Constructors Constructor Description ParticipantDAO()Instantiates a new participant DAO.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Clear the storage.intdeleteCallParts(String callId)Deprecated.List<ParticipantEntity>findCallParts(String callId)Find call participants.
-
-
-
Method Detail
-
findCallParts
public List<ParticipantEntity> findCallParts(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
Find call participants.- Parameters:
callId- the call id- Returns:
- the list
- Throws:
javax.persistence.PersistenceException- the persistence exceptionIllegalStateException- the illegal state exceptionIllegalArgumentException- the illegal argument exception
-
deleteCallParts
@Deprecated public int deleteCallParts(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
Deprecated.Delete call participants.- Parameters:
callId- the call id- Returns:
- the int
- Throws:
javax.persistence.PersistenceException- the persistence exceptionIllegalStateException- the illegal state exceptionIllegalArgumentException- the illegal argument exception
-
clear
public void clear()
Clear the storage.
-
-