Uses of Class
org.exoplatform.social.service.rest.api.models.IdentityRestOut

Packages that use IdentityRestOut
org.exoplatform.social.service.rest Provides the classes that are public and necessary to handle rest requests, processes and returns results with specific provided input type. 
org.exoplatform.social.service.rest.api.models   
 

Uses of IdentityRestOut in org.exoplatform.social.service.rest
 

Methods in org.exoplatform.social.service.rest with parameters of type IdentityRestOut
static void Util.buildAbsoluteAvatarURL(IdentityRestOut resultIdentity)
          Build absolute AvatarURL from in IndentityRestOut if avatar == null or "" use default avatar base on Identity's type
 

Uses of IdentityRestOut in org.exoplatform.social.service.rest.api.models
 

Methods in org.exoplatform.social.service.rest.api.models that return IdentityRestOut
 IdentityRestOut ActivityRestOut.getPosterIdentity()
           
 IdentityRestOut CommentRestOut.getPosterIdentity()
           
 

Methods in org.exoplatform.social.service.rest.api.models that return types with arguments of type IdentityRestOut
 ArrayList<IdentityRestOut> ActivityRestOut.getLikedByIdentities()
           
 

Methods in org.exoplatform.social.service.rest.api.models with parameters of type IdentityRestOut
 void ActivityRestOut.setPosterIdentity(IdentityRestOut posterIdentity)
           
 void CommentRestOut.setPosterIdentity(IdentityRestOut posterIdentity)
           
 

Method parameters in org.exoplatform.social.service.rest.api.models with type arguments of type IdentityRestOut
 void ActivityRestOut.setLikedByIdentities(List<IdentityRestOut> likedByIdentities)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.