|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||