Class SpaceExternalInvitationDAOImpl
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<SpaceExternalInvitationEntity,Long>
org.exoplatform.social.core.jpa.storage.dao.jpa.SpaceExternalInvitationDAOImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<SpaceExternalInvitationEntity,,Long> SpaceExternalInvitationDAO
public class SpaceExternalInvitationDAOImpl
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<SpaceExternalInvitationEntity,Long>
implements SpaceExternalInvitationDAO
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete space external invitations by emailfind the list of external invitations spaces by emailfind the list of space external invitations by space IdMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Constructor Details
-
SpaceExternalInvitationDAOImpl
public SpaceExternalInvitationDAOImpl()
-
-
Method Details
-
findSpaceExternalInvitationsBySpaceId
Description copied from interface:SpaceExternalInvitationDAOfind the list of space external invitations by space Id- Specified by:
findSpaceExternalInvitationsBySpaceIdin interfaceSpaceExternalInvitationDAO- Parameters:
spaceId- the space Id
-
findExternalInvitationsSpacesByEmail
Description copied from interface:SpaceExternalInvitationDAOfind the list of external invitations spaces by email- Specified by:
findExternalInvitationsSpacesByEmailin interfaceSpaceExternalInvitationDAO- Parameters:
email-
-
deleteExternalUserInvitations
Description copied from interface:SpaceExternalInvitationDAOdelete space external invitations by email- Specified by:
deleteExternalUserInvitationsin interfaceSpaceExternalInvitationDAO- Parameters:
email-
-