public class ParticipantDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ParticipantEntity,ParticipantId>
| Constructor and Description |
|---|
ParticipantDAO()
Instantiates a new participant DAO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the storage.
|
int |
deleteCallParts(String callId)
Delete call participants.
|
List<ParticipantEntity> |
findCallParts(String callId)
Find call participants.
|
public List<ParticipantEntity> findCallParts(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
callId - the call idjavax.persistence.PersistenceException - the persistence exceptionIllegalStateException - the illegal state exceptionIllegalArgumentException - the illegal argument exceptionpublic int deleteCallParts(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
callId - the call idjavax.persistence.PersistenceException - the persistence exceptionIllegalStateException - the illegal state exceptionIllegalArgumentException - the illegal argument exceptionpublic void clear()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.