Uses of Class
com.esprit.models.films.FilmComment
Packages that use FilmComment
-
Uses of FilmComment in com.esprit.controllers.films
Methods in com.esprit.controllers.films that return types with arguments of type FilmCommentModifier and TypeMethodDescriptionprivate List<FilmComment>
FilmUserController.getAllComment
(int filmId) Retrieves all comments for a given film ID and filters them to only include those that belong to the corresponding cinema.private List<FilmComment>
FilmUserController.getAllComment
(Long filmId) Methods in com.esprit.controllers.films with parameters of type FilmCommentModifier and TypeMethodDescriptionprivate javafx.scene.layout.HBox
FilmUserController.addCommentToView
(FilmComment commentaire) Creates an HBox containing an ImageView and a VBox with text, image and card container. -
Uses of FilmComment in com.esprit.models.films
Fields in com.esprit.models.films with type parameters of type FilmComment -
Uses of FilmComment in com.esprit.services.films
Methods in com.esprit.services.films that return types with arguments of type FilmCommentMethods in com.esprit.services.films with parameters of type FilmCommentModifier and TypeMethodDescriptionvoid
FilmCommentService.create
(FilmComment filmComment) void
FilmCommentService.delete
(FilmComment filmComment) void
FilmCommentService.update
(FilmComment filmComment)