Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Exceptions
  • Fields
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    org.exoplatform.social.common.ObjectAlreadyExistsException
    Deprecated from 6.3.0. Replaced by a new Exception org.exoplatform.commons.ObjectAlreadyExistsException will be removed at 6.3.0
    org.exoplatform.social.core.manager.IdentityManager.saveIdentity(Identity)
    Use IdentityManager.updateIdentity(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.saveProfile(Profile)
    Use IdentityManager.updateProfile(org.exoplatform.social.core.identity.model.Profile) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.confirm(Relationship)
    Use RelationshipManager.confirm(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.deny(Relationship)
    Use RelationshipManager.deny(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.findRelationships(Identity, Relationship.Type)
    Use RelationshipManager.getIncoming(Identity) or RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAll(Identity)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAll(Identity, List<Identity>)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAll(Identity, Relationship.Type, List<Identity>)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAllRelationships(Identity)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getConfirmed(Identity)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getConfirmed(Identity, List<Identity>)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getConnectionStatus(Identity, Identity)
    Use RelationshipManager.getStatus(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getContacts(Identity)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getContacts(Identity, List<Identity>)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIdentities(Identity)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIncoming(Identity)
    Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIncoming(Identity, List<Identity>)
    Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIncomingByFilter(Identity, ProfileFilter)
    org.exoplatform.social.core.manager.RelationshipManager.getOutgoingByFilter(Identity, ProfileFilter)
    org.exoplatform.social.core.manager.RelationshipManager.getPending(Identity)
    Use RelationshipManager.getIncoming(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPending(Identity, List<Identity>)
    Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPendingRelationships(Identity)
    Use RelationshipManager.getIncoming(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPendingRelationships(Identity, boolean)
    When toConfirm=true, use RelationshipManager.getIncoming(Identity) instead. When toConfirm=false, use RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPendingRelationships(Identity, List<Identity>, boolean)
    When toConfirm=true, use RelationshipManager.getIncoming(Identity) instead. When toConfirm=false use RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getRelationship(Identity, Identity)
    Use RelationshipManager.get(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getRelationshipsByIdentityId(String)
    Use RelationshipManager.getAllWithListAccess(Identity) with identity instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getRelationshipStatus(Relationship, Identity)
    Now we don't use this method to get relationship we get status of relationship object and depend on sender and receiver, we can define pending relationship or incoming relationship. But we still keep this method for build, call RelationshipManager.getStatus(Identity, Identity). This method will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getSuggestions(Identity, int, int)
    Use RelationshipManager.getSuggestions(org.exoplatform.social.core.identity.model.Identity, int, int, int) instead
    org.exoplatform.social.core.manager.RelationshipManager.ignore(Relationship)
    Use RelationshipManager.ignore(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.invite(Identity, Identity)
    Use RelationshipManager.inviteToConnect(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.remove(Relationship)
    Use RelationshipManager.deny(Identity, Identity) or RelationshipManager.ignore(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.profile.ProfileListener.basicInfoUpdated(ProfileLifeCycleEvent)
    Use ProfileListener.contactSectionUpdated(ProfileLifeCycleEvent) instead. not used anymore. Will be removed in next major version release.
    org.exoplatform.social.core.profile.ProfileListener.headerSectionUpdated(ProfileLifeCycleEvent)
    Use ProfileListener.contactSectionUpdated(ProfileLifeCycleEvent) instead. not used anymore. Will be removed in next major version release.
    org.exoplatform.social.core.storage.api.IdentityStorage.getType(String, String)
    JCR implementation doesn't exist anymore, so nodetype does not exist
    org.exoplatform.social.core.storage.api.SpaceStorage.getMemberSpaceIds(String, int, int)
    use SpaceStorage.getMemberRoleSpaceIdentityIds(String, int, int) instead
  • Deprecated Classes
    Class
    Description
    org.exoplatform.social.core.space.SpaceApplicationConfigPlugin
    Use SpaceTemplateConfigPlugin instead.
  • Deprecated Exceptions
    Exceptions
    Description
    org.exoplatform.social.common.ObjectAlreadyExistsException
    Deprecated from 6.3.0. Replaced by a new Exception org.exoplatform.commons.ObjectAlreadyExistsException will be removed at 6.3.0
  • Deprecated Fields
    Field
    Description
    org.exoplatform.social.core.identity.model.Profile.URL
    org.exoplatform.social.core.space.spi.SpaceService.SPACES_APP_ID
  • Deprecated Methods
    Method
    Description
    org.exoplatform.social.core.identity.IdentityProvider.getAllUserId()
    Will be removed by 1.3.x
    org.exoplatform.social.core.identity.IdentityProvider.onSaveProfile(Profile)
    Will be removed by 1.3.x
    org.exoplatform.social.core.identity.model.Profile.getAvatarImageSource()
    use Profile.getAvatarUrl(). Will be removed at 1.3.x
    org.exoplatform.social.core.identity.model.Profile.getPropertyValue(String)
    use Profile.getProperty(String). Will be removed at 1.3.x
    org.exoplatform.social.core.manager.IdentityManager.addProfileListener(ProfileListenerPlugin)
    Use IdentityManager.registerProfileListener(org.exoplatform.social.core.profile.ProfileListenerPlugin) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getConnections(Identity)
    Use IdentityManager.getConnectionsWithListAccess(org.exoplatform.social.core.identity.model.Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesByProfileFilter(String, ProfileFilter)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesByProfileFilter(String, ProfileFilter, long, long)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesByProfileFilter(ProfileFilter)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesByProfileFilter(ProfileFilter, long, long)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesCount(String)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesFilterByAlphaBet(String, ProfileFilter)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesFilterByAlphaBet(String, ProfileFilter, long, long)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentitiesFilterByAlphaBet(ProfileFilter)
    Use IdentityManager.getIdentitiesByProfileFilter(String, org.exoplatform.social.core.profile.ProfileFilter, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentity(String, boolean)
    Use IdentityManager.getIdentity(String) instead.
    org.exoplatform.social.core.manager.IdentityManager.getIdentity(String, String, boolean)
    Use IdentityManager.getOrCreateIdentity(String, String, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getIdentityStorage()
    Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getOrCreateIdentity(String, String, boolean)
    Use IdentityManager.getOrCreateIdentity(String, String) instead. * Will be moved by 6.0.x.
    org.exoplatform.social.core.manager.IdentityManager.getStorage()
    Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.registerProfileListener(ProfileListener)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.saveIdentity(Identity)
    Use IdentityManager.updateIdentity(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.saveProfile(Profile)
    Use IdentityManager.updateProfile(org.exoplatform.social.core.identity.model.Profile) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.IdentityManager.sortIdentities(List<String>, String)
    use IdentityManager.sortIdentities(List, String, String, boolean)
    org.exoplatform.social.core.manager.IdentityManager.unregisterProfileListener(ProfileListener)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.confirm(Relationship)
    Use RelationshipManager.confirm(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.deny(Relationship)
    Use RelationshipManager.deny(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.findRelationships(Identity, Relationship.Type)
    Use RelationshipManager.getIncoming(Identity) or RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAll(Identity)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAll(Identity, List<Identity>)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAll(Identity, Relationship.Type, List<Identity>)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getAllRelationships(Identity)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getConfirmed(Identity)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getConfirmed(Identity, List<Identity>)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getConnectionStatus(Identity, Identity)
    Use RelationshipManager.getStatus(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getContacts(Identity)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getContacts(Identity, List<Identity>)
    Use RelationshipManager.getConnections(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIdentities(Identity)
    Use RelationshipManager.getAllWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIncoming(Identity)
    Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIncoming(Identity, List<Identity>)
    Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getIncomingByFilter(Identity, ProfileFilter)
    org.exoplatform.social.core.manager.RelationshipManager.getOutgoingByFilter(Identity, ProfileFilter)
    org.exoplatform.social.core.manager.RelationshipManager.getPending(Identity)
    Use RelationshipManager.getIncoming(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPending(Identity, List<Identity>)
    Use RelationshipManager.getIncomingWithListAccess(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPendingRelationships(Identity)
    Use RelationshipManager.getIncoming(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPendingRelationships(Identity, boolean)
    When toConfirm=true, use RelationshipManager.getIncoming(Identity) instead. When toConfirm=false, use RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getPendingRelationships(Identity, List<Identity>, boolean)
    When toConfirm=true, use RelationshipManager.getIncoming(Identity) instead. When toConfirm=false use RelationshipManager.getOutgoing(Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getRelationship(Identity, Identity)
    Use RelationshipManager.get(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getRelationshipsByIdentityId(String)
    Use RelationshipManager.getAllWithListAccess(Identity) with identity instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getRelationshipStatus(Relationship, Identity)
    Now we don't use this method to get relationship we get status of relationship object and depend on sender and receiver, we can define pending relationship or incoming relationship. But we still keep this method for build, call RelationshipManager.getStatus(Identity, Identity). This method will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.getSuggestions(Identity, int, int)
    Use RelationshipManager.getSuggestions(org.exoplatform.social.core.identity.model.Identity, int, int, int) instead
    org.exoplatform.social.core.manager.RelationshipManager.ignore(Relationship)
    Use RelationshipManager.ignore(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.invite(Identity, Identity)
    Use RelationshipManager.inviteToConnect(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.manager.RelationshipManager.remove(Relationship)
    Use RelationshipManager.deny(Identity, Identity) or RelationshipManager.ignore(Identity, Identity) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.profile.ProfileListener.basicInfoUpdated(ProfileLifeCycleEvent)
    Use ProfileListener.contactSectionUpdated(ProfileLifeCycleEvent) instead. not used anymore. Will be removed in next major version release.
    org.exoplatform.social.core.profile.ProfileListener.headerSectionUpdated(ProfileLifeCycleEvent)
    Use ProfileListener.contactSectionUpdated(ProfileLifeCycleEvent) instead. not used anymore. Will be removed in next major version release.
    org.exoplatform.social.core.space.model.Space.getCreator()
    Use Space.getManagers() instead. Will be removed by 1.2.8
    org.exoplatform.social.core.space.model.Space.getName()
    use #getPrettyName() instead. To be removed at 1.3.x
    org.exoplatform.social.core.space.model.Space.getType()
    Use Space.getTemplate() instead
    org.exoplatform.social.core.space.model.Space.setCreator(String)
    Use Space.getManagers() instead. Will be removed by 1.2.8
    org.exoplatform.social.core.space.model.Space.setType(String)
    Use Space.setTemplate(String) instead
    org.exoplatform.social.core.space.spi.SpaceService.acceptInvitation(String, String)
    Use SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.acceptInvitation(Space, String)
    Use SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.addMember(String, String)
    Use SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.createSpace(Space, String, String)
    Use SpaceService.createSpace(Space, String, List) instead.
    org.exoplatform.social.core.space.spi.SpaceService.declineRequest(String, String)
    Use SpaceService.removePendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.declineRequest(Space, String)
    Use SpaceService.removePendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.deInitApps(Space)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.deleteSpace(String)
    Use SpaceService.deleteSpace(org.exoplatform.social.core.space.model.Space) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.denyInvitation(String, String)
    Use SpaceService.removeInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.denyInvitation(Space, String)
    Use SpaceService.removeInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getAccessibleSpaces(String)
    Use SpaceService.getAccessibleSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getAllSpaces()
    Use SpaceService.getAllSpacesWithListAccess() instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getEditableSpaces(String)
    Use SpaceService.getSettingableSpaces(String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getInvitedSpaces(String)
    Use SpaceService.getInvitedSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getMembers(String)
    Use Space.getMembers() instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getMembers(Space)
    Use Space.getMembers() instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getPendingSpaces(String)
    Use SpaceService.getPendingSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getPortletsPrefsRequired()
    Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getPublicSpaces(String)
    Use SpaceService.getPublicSpacesWithListAccess(String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getSpaceApplicationConfigPlugin()
    org.exoplatform.social.core.space.spi.SpaceService.getSpaceByName(String)
    Use SpaceService.getSpaceByPrettyName(String) instead. Will be removed at 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getSpaces(String)
    Use SpaceService.getMemberSpaces(String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.getSpacesBySearchCondition(String)
    Use SpaceService.getAllSpacesByFilter(org.exoplatform.social.core.space.SpaceFilter) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.hasAccessPermission(String, String)
    Use SpaceService.hasAccessPermission(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.hasEditPermission(String, String)
    Use SpaceService.hasSettingPermission(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.hasEditPermission(Space, String)
    Use SpaceService.hasSettingPermission(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.initApp(Space)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.initApps(Space)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.inviteMember(String, String)
    Use SpaceService.addInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.inviteMember(Space, String)
    Use SpaceService.addInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isInvited(String, String)
    Use SpaceService.isInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isInvited(Space, String)
    Use SpaceService.isInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isLeader(String, String)
    Use SpaceService.isManager(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isLeader(Space, String)
    Use SpaceService.isManager(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isMember(String, String)
    Use SpaceService.isMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isOnlyLeader(String, String)
    Use SpaceService.isOnlyManager(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isOnlyLeader(Space, String)
    Use SpaceService.isOnlyManager(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isPending(String, String)
    Use SpaceService.isPendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.isPending(Space, String)
    Use SpaceService.isPendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.registerSpaceLifeCycleListener(SpaceLifeCycleListener)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.removeMember(String, String)
    Use SpaceService.removeMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.requestJoin(String, String)
    Use SpaceService.addPendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.requestJoin(Space, String)
    Use SpaceService.addPendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.revokeInvitation(String, String)
    Use SpaceService.removeInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.revokeInvitation(Space, String)
    Use SpaceService.removeInvitedUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.revokeRequestJoin(String, String)
    Use SpaceService.removePendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.revokeRequestJoin(Space, String)
    Use SpaceService.removePendingUser(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.saveSpace(Space, boolean)
    Use SpaceService.updateSpace(org.exoplatform.social.core.space.model.Space) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.setLeader(String, String, boolean)
    Use SpaceService.setManager(org.exoplatform.social.core.space.model.Space, String, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.setLeader(Space, String, boolean)
    Use SpaceService.setManager(org.exoplatform.social.core.space.model.Space, String, boolean) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.setPortletsPrefsRequired(PortletPreferenceRequiredPlugin)
    Use SpaceApplicationConfigPlugin instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.setSpaceApplicationConfigPlugin(SpaceApplicationConfigPlugin)
    org.exoplatform.social.core.space.spi.SpaceService.unregisterSpaceLifeCycleListener(SpaceLifeCycleListener)
    Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.validateRequest(String, String)
    Use SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.space.spi.SpaceService.validateRequest(Space, String)
    Use SpaceService.addMember(org.exoplatform.social.core.space.model.Space, String) instead. Will be removed by 4.0.x.
    org.exoplatform.social.core.storage.api.ActivityStorage.getActivitiesOfConnectionsForUpgrade(Identity, int, int)
    not used anymore
    org.exoplatform.social.core.storage.api.ActivityStorage.getActivityFeedForUpgrade(Identity, int, int)
    not used anymore
    org.exoplatform.social.core.storage.api.IdentityStorage.getType(String, String)
    JCR implementation doesn't exist anymore, so nodetype does not exist
    org.exoplatform.social.core.storage.api.IdentityStorage.sortIdentities(List<String>, String)
    use IdentityStorage.sortIdentities(List, String, String, boolean)
    org.exoplatform.social.core.storage.api.SpaceStorage.getAccessibleSpaces(String)
    4.0.0-RC2
    org.exoplatform.social.core.storage.api.SpaceStorage.getMemberSpaceIds(String, int, int)
    use SpaceStorage.getMemberRoleSpaceIdentityIds(String, int, int) instead
    org.exoplatform.social.core.storage.api.SpaceStorage.getMemberSpaces(String)
    use SpaceStorage.getMemberSpaces(String, long, long) instead with offset and limit

Copyright © 2003–2024 eXo Platform SAS. All rights reserved.