Package com.esprit.services.products
Class CommentService
java.lang.Object
com.esprit.services.products.CommentService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getCommentsByProductId
(int productId) Retrieves the CommentsByProductId value.read()
readByClientId
(int clientId) Performs readByClientId operation.void
-
Field Details
-
LOGGER
-
connection
-
-
Constructor Details
-
CommentService
public CommentService()Performs CommentService operation.
-
-
Method Details
-
create
-
read
-
update
-
delete
-
readByClientId
Performs readByClientId operation.- Returns:
- the result of the operation
-
getCommentsByProductId
Retrieves the CommentsByProductId value.- Returns:
- the CommentsByProductId value
-