Interface SpaceExternalInvitationDAO
- All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<SpaceExternalInvitationEntity,Long>
- All Known Implementing Classes:
SpaceExternalInvitationDAOImpl
public interface SpaceExternalInvitationDAO
extends org.exoplatform.commons.api.persistence.GenericDAO<SpaceExternalInvitationEntity,Long>
-
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 interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findSpaceExternalInvitationsBySpaceId
find the list of space external invitations by space Id- Parameters:
SpaceId- the space Id
-
findExternalInvitationsSpacesByEmail
find the list of external invitations spaces by email- Parameters:
email-
-
deleteExternalUserInvitations
delete space external invitations by email- Parameters:
email-
-