Uses of Class
com.esprit.models.cinemas.CinemaComment
Packages that use CinemaComment
Package
Description
-
Uses of CinemaComment in com.esprit.controllers.cinemas
Methods in com.esprit.controllers.cinemas that return types with arguments of type CinemaCommentModifier and TypeMethodDescriptionprivate List<CinemaComment>
DashboardClientController.getAllComment
(Long cinemaId) Retrieves all comments related to a specific cinema, using a service to read the comments and then filtering them based on the cinema ID.Methods in com.esprit.controllers.cinemas with parameters of type CinemaCommentModifier and TypeMethodDescriptionprivate javafx.scene.layout.HBox
DashboardClientController.addCommentToView
(CinemaComment commentaire) Creates a container for displaying a user's comment and image, with a transparent background and padding.Method parameters in com.esprit.controllers.cinemas with type arguments of type CinemaCommentModifier and TypeMethodDescriptionCinemaStatisticsController.generateSentimentStatistics
(List<CinemaComment> comments) Generates a map of sentiment statistics for each cinema based on a list of comments, where each comment is associated with a cinema and a sentiment label. -
Uses of CinemaComment in com.esprit.models.cinemas
Fields in com.esprit.models.cinemas with type parameters of type CinemaComment -
Uses of CinemaComment in com.esprit.services.cinemas
Methods in com.esprit.services.cinemas that return CinemaCommentModifier and TypeMethodDescriptionprivate CinemaComment
CinemaCommentService.buildCinemaComment
(ResultSet rs) private CinemaComment
CinemaRatingService.buildCinemaComment
(ResultSet rs) Methods in com.esprit.services.cinemas that return types with arguments of type CinemaCommentModifier and TypeMethodDescriptionCinemaCommentService.getCommentsByCinemaId
(Long cinemaId) Retrieves the CommentsByCinemaId value.CinemaRatingService.getCommentsByCinemaId
(Long cinemaId) Retrieves the CommentsByCinemaId value.CinemaCommentService.read()
Methods in com.esprit.services.cinemas with parameters of type CinemaCommentModifier and TypeMethodDescriptionvoid
CinemaCommentService.create
(CinemaComment cinemaComment) void
CinemaCommentService.delete
(CinemaComment cinemaComment) void
CinemaCommentService.update
(CinemaComment cinemaComment)