Uses of Class
com.esprit.models.films.FilmRating
Packages that use FilmRating
-
Uses of FilmRating in com.esprit.models.films
Fields in com.esprit.models.films with type parameters of type FilmRating -
Uses of FilmRating in com.esprit.services.films
Methods in com.esprit.services.films that return FilmRatingModifier and TypeMethodDescriptionFilmRatingService.ratingExists
(Long id_film, Long id_user) Performs ratingExists operation.Methods in com.esprit.services.films that return types with arguments of type FilmRatingModifier and TypeMethodDescriptionFilmRatingService.getAverageRatingSorted()
Retrieves the AverageRatingSorted value.FilmRatingService.getTopRatedFilms()
Retrieves the TopRatedFilms value.FilmRatingService.getUserRatings
(Long userId) Retrieves the UserRatings value.FilmRatingService.read()
Methods in com.esprit.services.films with parameters of type FilmRatingModifier and TypeMethodDescriptionvoid
FilmRatingService.create
(FilmRating filmRating) void
FilmRatingService.delete
(FilmRating filmRating) void
FilmRatingService.update
(FilmRating filmRating)