Class InviteDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<InviteEntity,InviteId>
-
- org.exoplatform.webconferencing.dao.InviteDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<InviteEntity,InviteId>
public class InviteDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<InviteEntity,InviteId>
The Class InviteDAO.
-
-
Constructor Summary
Constructors Constructor Description InviteDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Clear the storage.intdeleteCallInvites(String callId)Deprecated.List<InviteEntity>findCallInvites(String callId)Find call invites.
-
-
-
Method Detail
-
findCallInvites
public List<InviteEntity> findCallInvites(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
Find call invites.- Parameters:
callId- the call id- Returns:
- the list
- Throws:
javax.persistence.PersistenceException- the persistence exceptionIllegalStateException- the illegal state exceptionIllegalArgumentException- the illegal argument exception
-
deleteCallInvites
@Deprecated public int deleteCallInvites(String callId) throws javax.persistence.PersistenceException, IllegalStateException, IllegalArgumentException
Deprecated.Delete call invites.- 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.
-
-