public class InviteDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<InviteEntity,InviteId>
| Constructor and Description |
|---|
InviteDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the storage.
|
int |
deleteCallInvites(String callId)
Deprecated.
|
List<InviteEntity> |
findCallInvites(String callId)
Find call invites.
|
public List<InviteEntity> findCallInvites(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
callId - the call idjavax.persistence.PersistenceException - the persistence exceptionIllegalStateException - the illegal state exceptionIllegalArgumentException - the illegal argument exception@Deprecated public int deleteCallInvites(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–2021 eXo Platform SAS. All rights reserved.