Uses of Class
org.exoplatform.social.client.api.service.ServiceException

Packages that use ServiceException
org.exoplatform.social.client.api.service   
org.exoplatform.social.client.core.service   
 

Uses of ServiceException in org.exoplatform.social.client.api.service
 

Methods in org.exoplatform.social.client.api.service that throw ServiceException
 M Service.create(M newInstance)
          Creates a new instance.
 RestComment ActivityService.createComment(Activity existingActivity, RestComment newRestComment)
          Creates a new comment to this activity.
 M Service.delete(M existingInstance)
          Deletes an existing instance.
 RestComment ActivityService.deleteComment(RestComment existingRestComment)
          Deletes an existing comment.
 M Service.get(String uuid)
          Gets an existing instance by its uuid.
 RealtimeListAccess<Activity> ActivityService.getActivityStream(RestIdentity ownerStreamRestIdentity)
          Gets activity stream from an owner stream identity.
 RestComment ActivityService.getComment(String commentId)
          Gets an existing comment by its id.
 RealtimeListAccess<Activity> ActivityService.getConnectionsActivityStream(RestIdentity userRestIdentity)
          Gets all connections' activities aggregated into one stream.
 RealtimeListAccess<Activity> ActivityService.getFeedActivityStream(RestIdentity userRestIdentity)
          Gets all activities from a stream owner, his connections and spaces aggregated into one stream.
 String IdentityService.getIdentityId(String provider, String remoteId)
          Gets the identity id from a remote id.
 String VersionService.getLatest()
          Gets the latest social rest api version, this version number should be used as the latest and stable version.
 RealtimeListAccess<Activity> ActivityService.getSpacesActivityStream(RestIdentity userRestIdentity)
          Gets all activities from spaces which a user is a member of that space aggregated into one stream.
 String[] VersionService.getSupported()
          Gets the supported social rest api versions, this is for backward compatible.
 RestLike ActivityService.like(Activity existingActivity)
          The authenticate identity likes an existing activity.
 RestLike ActivityService.unlike(Activity existingActivity)
          The authenticated identity unlikes an existing activity.
 M Service.update(M existingInstance)
          Updates an existing instance.
 

Uses of ServiceException in org.exoplatform.social.client.core.service
 

Methods in org.exoplatform.social.client.core.service that throw ServiceException
 RestActivity ActivityServiceImpl.create(RestActivity newInstance)
          Creates a new instance.
 RestIdentity IdentityServiceImpl.create(RestIdentity newInstance)
           
 RestComment ActivityServiceImpl.createComment(RestActivity existingRestActivity, RestComment newRestComment)
          Creates a new comment to this activity.
 RestActivity ActivityServiceImpl.delete(RestActivity existingInstance)
          Deletes an existing instance.
 RestIdentity IdentityServiceImpl.delete(RestIdentity existingInstance)
           
 RestComment ActivityServiceImpl.deleteComment(RestComment existingRestComment)
          Deletes an existing comment.
 void ServiceBase.doCreate(M newInstance)
          This implementation performs the corresponding action for CRUD operation.
 void ServiceBase.doDelete(M existingInstance)
          This implementation performs the corresponding action for CRUD operation.
 void ServiceBase.doUpdate(M existingInstance)
          This implementation performs the corresponding action for CRUD operation.
 RestIdentity IdentityServiceImpl.get(String uuid)
           
 RestActivity ActivityServiceImpl.get(String uuid)
          Gets an existing instance by its uuid.
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getActivityStream(RestIdentity restIdentity)
          Gets activity stream from an owner stream identity.
 RestComment ActivityServiceImpl.getComment(String commentId)
          Gets an existing comment by its id.
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getConnectionsActivityStream(RestIdentity userRestIdentity)
           
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getFeedActivityStream(RestIdentity userRestIdentity)
           
 String IdentityServiceImpl.getIdentityId(String provider, String remoteId)
          Gets the identity id from a remote id.
 String VersionServiceImpl.getLatest()
           
 RealtimeListAccess<RestActivity> ActivityServiceImpl.getSpacesActivityStream(RestIdentity userRestIdentity)
           
 String[] VersionServiceImpl.getSupported()
           
 RestLike ActivityServiceImpl.like(RestActivity existingRestActivity)
          The authenticate identity likes an existing activity.
 void ServiceBase.postCreate(M newInstance)
          Overrides this method to perform post-processing on new model being saved.
 void ServiceBase.postDelete(M existingInstance)
          Overrides this method to perform post-processing on existing model being deleted.
 void ServiceBase.postUpdate(M existingInstance)
          Overrides this method to perform post-processing on existing model being updated.
 void ServiceBase.preCreate(M newInstance)
          Overrides this method to perform pre-processing on new model being saved.
 void ServiceBase.preDelete(M existingInstance)
          Overrides this method to perform pre-processing on existing model being deleted.
 void ServiceBase.preUpdate(M existingInstance)
          Overrides this method to perform pre-processing on existing model being updated.
 RestLike ActivityServiceImpl.unlike(RestActivity existingRestActivity)
          The authenticated identity unlikes an existing activity.
 RestActivity ActivityServiceImpl.update(RestActivity existingInstance)
          Updates an existing instance.
 RestIdentity IdentityServiceImpl.update(RestIdentity existingInstance)
           
 



Copyright © 2011 eXo Platform. All Rights Reserved.