public class OriginDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<OriginEntity,OriginId>
| Constructor and Description |
|---|
OriginDAO()
Instantiates a new origins DAO.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the storage.
|
int |
deleteCallOrigins(String callId)
Deprecated.
|
List<OriginEntity> |
findCallOrigins(String callId,
String type)
Find call's origins.
|
public List<OriginEntity> findCallOrigins(String callId, String type) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
callId - the call idtype - the type of participantjavax.persistence.PersistenceException - the persistence exceptionIllegalStateException - the illegal state exceptionIllegalArgumentException - the illegal argument exception@Deprecated public int deleteCallOrigins(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.