Class CommentResource.CommentResourceImpl
java.lang.Object
com.liferay.headless.digital.sales.room.client.resource.v1_0.CommentResource.CommentResourceImpl
- All Implemented Interfaces:
CommentResource
- Enclosing interface:
CommentResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.headless.digital.sales.room.client.resource.v1_0.CommentResource
CommentResource.Builder, CommentResource.CommentResourceImpl -
Method Summary
Modifier and TypeMethodDescriptiongetDigitalSalesRoomCommentsPage(Long digitalSalesRoomId, String search, Pagination pagination, String sortString) getDigitalSalesRoomCommentsPageHttpResponse(Long digitalSalesRoomId, String search, Pagination pagination, String sortString) postDigitalSalesRoomComment(Long digitalSalesRoomId, Comment comment) postDigitalSalesRoomCommentHttpResponse(Long digitalSalesRoomId, Comment comment)
-
Method Details
-
getDigitalSalesRoomCommentsPage
public Page<Comment> getDigitalSalesRoomCommentsPage(Long digitalSalesRoomId, String search, Pagination pagination, String sortString) throws Exception - Specified by:
getDigitalSalesRoomCommentsPagein interfaceCommentResource- Throws:
Exception
-
getDigitalSalesRoomCommentsPageHttpResponse
public HttpInvoker.HttpResponse getDigitalSalesRoomCommentsPageHttpResponse(Long digitalSalesRoomId, String search, Pagination pagination, String sortString) throws Exception - Specified by:
getDigitalSalesRoomCommentsPageHttpResponsein interfaceCommentResource- Throws:
Exception
-
postDigitalSalesRoomComment
public Comment postDigitalSalesRoomComment(Long digitalSalesRoomId, Comment comment) throws Exception - Specified by:
postDigitalSalesRoomCommentin interfaceCommentResource- Throws:
Exception
-
postDigitalSalesRoomCommentHttpResponse
public HttpInvoker.HttpResponse postDigitalSalesRoomCommentHttpResponse(Long digitalSalesRoomId, Comment comment) throws Exception - Specified by:
postDigitalSalesRoomCommentHttpResponsein interfaceCommentResource- Throws:
Exception
-