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 Details

    • findSpaceExternalInvitationsBySpaceId

      List<SpaceExternalInvitationEntity> findSpaceExternalInvitationsBySpaceId(String SpaceId)
      find the list of space external invitations by space Id
      Parameters:
      SpaceId - the space Id
    • findExternalInvitationsSpacesByEmail

      List<String> findExternalInvitationsSpacesByEmail(String email)
      find the list of external invitations spaces by email
      Parameters:
      email -
    • deleteExternalUserInvitations

      void deleteExternalUserInvitations(String email)
      delete space external invitations by email
      Parameters:
      email -