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
ConstructorsConstructorDescriptionCommentRestResourcesV1(ActivityRestResourcesV1 activityRestResourcesV1) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionjavax.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 Details
-
CommentRestResourcesV1
Deprecated.
-
-
Method Details
-
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. -
deleteLikeOnComment
@RolesAllowed("users") public javax.ws.rs.core.Response deleteLikeOnComment(@Context javax.ws.rs.core.UriInfo uriInfo, @Context javax.ws.rs.core.Request request, String id, String username, String expand) Deprecated.
-