Class CommentRestResourcesV1
- java.lang.Object
-
- org.exoplatform.social.rest.impl.comment.CommentRestResourcesV1
-
- All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer
@Deprecated public class CommentRestResourcesV1 extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description CommentRestResourcesV1(ActivityRestResourcesV1 activityRestResourcesV1)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.ResponseaddLikeOnComment(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, String id, String expand)Deprecated.javax.ws.rs.core.ResponsedeleteCommentById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand)Deprecated.javax.ws.rs.core.ResponsedeleteLikeOnComment(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, String id, String username, String expand)Deprecated.javax.ws.rs.core.ResponsegetCommentById(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, String id, String expand)Deprecated.javax.ws.rs.core.ResponsegetLikesOfComment(javax.ws.rs.core.UriInfo uriInfo, String id, int offset, int limit, String expand)Deprecated.javax.ws.rs.core.ResponseupdateCommentById(javax.ws.rs.core.UriInfo uriInfo, String id, String expand, CommentEntity model)Deprecated.
-
-
-
Constructor Detail
-
CommentRestResourcesV1
public CommentRestResourcesV1(ActivityRestResourcesV1 activityRestResourcesV1)
Deprecated.
-
-
Method Detail
-
getCommentById
@RolesAllowed("users") public javax.ws.rs.core.Response getCommentById(@Context javax.ws.rs.core.UriInfo uriInfo, @Context javax.ws.rs.core.Request request, String id, String expand)Deprecated.
-
updateCommentById
@RolesAllowed("users") public javax.ws.rs.core.Response updateCommentById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand, CommentEntity model)Deprecated.
-
deleteCommentById
@RolesAllowed("users") public javax.ws.rs.core.Response deleteCommentById(@Context javax.ws.rs.core.UriInfo uriInfo, String id, String expand)Deprecated.
-
getLikesOfComment
@RolesAllowed("users") public javax.ws.rs.core.Response getLikesOfComment(@Context javax.ws.rs.core.UriInfo uriInfo, String id, int offset, int limit, String expand)Deprecated.
-
addLikeOnComment
@RolesAllowed("users") public javax.ws.rs.core.Response addLikeOnComment(@Context javax.ws.rs.core.UriInfo uriInfo, @Context javax.ws.rs.core.Request request, String id, String expand)Deprecated.
-
-