Uses of Class
org.exoplatform.social.service.rest.Like

Packages that use Like
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. 
 

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

Methods in org.exoplatform.social.service.rest that return types with arguments of type Like
 List<Like> ActivitiesRestService.LikeList.getLikes()
          gets like list
 

Methods in org.exoplatform.social.service.rest with parameters of type Like
 void ActivitiesRestService.LikeList.addLike(Like like)
          adds like to like list
 javax.ws.rs.core.Response ActivitiesRestService.updateLike(javax.ws.rs.core.UriInfo uriInfo, String portalName, String activityId, String format, Like like)
          Updates like by the JSON/XML format.
 

Method parameters in org.exoplatform.social.service.rest with type arguments of type Like
 void ActivitiesRestService.LikeList.setLikes(List<Like> likes)
          sets like list
 



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