Uses of Class
org.exoplatform.social.core.storage.SpaceStorageException
Packages that use SpaceStorageException
-
Uses of SpaceStorageException in org.exoplatform.social.core.storage.api
Methods in org.exoplatform.social.core.storage.api that throw SpaceStorageExceptionModifier and TypeMethodDescriptionvoidSpaceStorage.deleteExternalUserInvitations(String email) Delete external invitationsvoidSpaceStorage.deleteSpace(String id) Deletes a space by space id.voidSpaceStorage.deleteSpaceExternalInvitation(SpaceExternalInvitation spaceExternalInvitation) Delete an external invitation from a spaceSpaceStorage.findExternalInvitationsSpacesByEmail(String email) get the list of spaces ids by external emailSpaceStorage.findSpaceExternalInvitationById(String invitationId) Get an external invitation by invitation idSpaceStorage.findSpaceExternalInvitationsBySpaceId(String spaceId) SpaceStorage.getAccessibleSpaces(String userId) Deprecated.4.0.0-RC2SpaceStorage.getAccessibleSpaces(String userId, long offset, long limit) Gets the spaces of a user which that user has "member" role or edit permission with offset, limit.intSpaceStorage.getAccessibleSpacesCount(String userId) Gets the count of the accessible spaces of the userId.SpaceStorage.getAllSpaces()Gets all the spaces.intSpaceStorage.getAllSpacesCount()Gets the count of the spaces.SpaceStorage.getEditableSpaces(String userId) Gets the spaces of a user which that user has the edit permission.SpaceStorage.getEditableSpaces(String userId, long offset, long limit) Gets the spaces of a user which that user has the edit permission with offset, limit.intSpaceStorage.getEditableSpacesCount(String userId) Gets the count of the spaces of a user which that user has the edit permission.SpaceStorage.getInvitedSpaces(String userId) Gets a user's invited spaces and that user can accept or deny the request.SpaceStorage.getInvitedSpaces(String userId, long offset, long limit) Gets a user's invited spaces and that user can accept or deny the request with offset, limit.intSpaceStorage.getInvitedSpacesCount(String userId) Gets the count of the invited spaces of the userId.SpaceStorage.getLastAccessedSpace(SpaceFilter filter, int offset, int limit) Gets list of spaces which user has been last visited.intSpaceStorage.getLastAccessedSpaceCount(SpaceFilter filter) Gets number of spaces which user has been last visited.SpaceStorage.getManagerRoleSpaceIds(String identityId, int offset, int limit) Retrieves the list ofSpacetechnical identifiersSpaceStorage.getMemberRoleSpaceIdentityIds(String identityId, int offset, int limit) Retrieves the list of SpaceIdentitytechnical identifiersSpaceStorage.getMemberRoleSpaceIds(String identityId, int offset, int limit) Retrieves the list ofSpacetechnical identifiersSpaceStorage.getMemberSpaceIds(String identityId, int offset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.SpaceStorage.getMemberSpaces(String userId) Deprecated.useSpaceStorage.getMemberSpaces(String, long, long)instead with offset and limitSpaceStorage.getMemberSpaces(String userId, long offset, long limit) Gets the spaces that a user has the "member" role with offset, limit.intSpaceStorage.getMemberSpacesCount(String userId) Gets the count of the spaces that a user has the "member" role.SpaceStorage.getPendingSpaces(String userId) Gets a user's pending spaces and that the user can revoke that request.SpaceStorage.getPendingSpaces(String userId, long offset, long limit) Gets a user's pending spaces and that the user can revoke that request with offset, limit.intSpaceStorage.getPendingSpacesCount(String userId) Gets the count of the pending spaces of the userId.SpaceStorage.getPublicSpaces(String userId) Gets a user's public spaces and that user can request to join.SpaceStorage.getPublicSpaces(String userId, long offset, long limit) Gets a user's public spaces and that user can request to join with offset, limit.intSpaceStorage.getPublicSpacesCount(String userId) Gets the count of the public spaces of the userId.SpaceStorage.getSpaceByDisplayName(String spaceDisplayName) Gets a space by its display name.SpaceStorage.getSpaceByGroupId(String groupId) Gets a space by its associated group id.SpaceStorage.getSpaceById(String id) Gets a space by its space id.SpaceStorage.getSpaceByPrettyName(String spacePrettyName) Gets a space by its pretty name.SpaceStorage.getSpaceByUrl(String url) Gets a space by its url.SpaceStorage.getSpaces(long offset, long limit) Gets the spaces with offset, limit.SpaceStorage.getSpaceSimpleById(String id) Gets a space simple by its space id to aim decrease workload to get full information.SpaceStorage.getUnifiedSearchSpaces(String userId, SpaceFilter spaceFilter, long offset, long limit) Provides Unified Search to get the spaces of a user which that user has the visible spaces.intSpaceStorage.getUnifiedSearchSpacesCount(String userId, SpaceFilter spaceFilter) Provides Unified Search to get the count of the visible spaces of the userId.SpaceStorage.getVisibleSpaces(String userId, SpaceFilter spaceFilter) Gets the spaces of a user which that user has the "member" role or edit permission.SpaceStorage.getVisibleSpaces(String userId, SpaceFilter spaceFilter, long offset, long limit) Gets the spaces of a user which that user has the visible spaces.intSpaceStorage.getVisibleSpacesCount(String userId, SpaceFilter spaceFilter) Gets the count of the visible spaces of the userId.SpaceStorage.getVisitedSpaces(SpaceFilter filter, int offset, int limit) Get the visited spacesvoidSpaceStorage.renameSpace(String remoteId, Space space, String newDisplayName) Renames a space.voidSpaceStorage.renameSpace(Space space, String newDisplayName) Renames a space.voidSaves a space.voidSpaceStorage.saveSpaceExternalInvitation(String spaceId, String email, String tokenId) Saves a new external invitation in spacevoidSpaceStorage.updateSpaceAccessed(String remoteId, Space space) Update accessed space to top of space members list of Identity model