Uses of Class
com.esprit.models.products.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in com.esprit.controllers.products
Methods in com.esprit.controllers.products that return types with arguments of type CommentModifier and TypeMethodDescriptionAfficherProductClientControllers.getAllComment
(Long idproduit) Retrieves all comments for a given product ID, filters them to keep only those related to the specified cinema, and returns the filtered list of comments.Methods in com.esprit.controllers.products with parameters of type CommentModifier and TypeMethodDescriptionprivate javafx.scene.layout.HBox
AfficherProductClientControllers.addCommentToView
(Comment comment) Adds an comment to a view by creating an image view with the user's profile picture, adding it to a container with an image circle and a card for the comment, and then adding the container to the ScrollPane.javafx.scene.layout.HBox
CommentProductController.createcommentcard
(Comment comm) Creates a `HBox` containing the commentary and the author's name, using a `CommentService` to retrieve the comments and a `FlowPane` to display the `HBox`. -
Uses of Comment in com.esprit.models.products
Fields in com.esprit.models.products with type parameters of type Comment -
Uses of Comment in com.esprit.services.products
Methods in com.esprit.services.products that return CommentModifier and TypeMethodDescriptionCommentService.readByClientId
(int clientId) Performs readByClientId operation.Methods in com.esprit.services.products that return types with arguments of type CommentModifier and TypeMethodDescriptionCommentService.getCommentsByProductId
(int productId) Retrieves the CommentsByProductId value.CommentService.read()
Methods in com.esprit.services.products with parameters of type Comment