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

Packages that use Like
org.exoplatform.social.service.rest   
 

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)
          Update 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 © 2013 eXo Platform SAS. All Rights Reserved.