A D E G H I M R T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- GeneralOperations - Interface in rs.ac.bg.etf.sab.operations
- GenresOperations - Interface in rs.ac.bg.etf.sab.operations
- getAllGenreIds() - Method in interface rs.ac.bg.etf.sab.operations.GenresOperations
-
Returns IDs of all genres.
- getAllMovieIds() - Method in interface rs.ac.bg.etf.sab.operations.MoviesOperations
-
Retrieves IDs of all movies.
- getAllTags() - Method in interface rs.ac.bg.etf.sab.operations.TagsOperations
-
Retrieves a list of all distinct tags present in the system.
- getAllUserIds() - Method in interface rs.ac.bg.etf.sab.operations.UsersOperations
-
Retrieves a list of unique identifiers (IDs) for all users.
- getGenreId(String) - Method in interface rs.ac.bg.etf.sab.operations.GenresOperations
-
Retrieves the ID of a genre by its name.
- getGenreIdsForMovie(Integer) - Method in interface rs.ac.bg.etf.sab.operations.MoviesOperations
-
Retrieves IDs of genres associated with a given movie.
- getMovieIds(String, String) - Method in interface rs.ac.bg.etf.sab.operations.MoviesOperations
-
Retrieves a list of IDs for movies that match the given title and director.
- getMovieIdsByDirector(String) - Method in interface rs.ac.bg.etf.sab.operations.MoviesOperations
-
Retrieves a list of IDs for movies directed by the specified director.
- getMovieIdsByGenre(Integer) - Method in interface rs.ac.bg.etf.sab.operations.MoviesOperations
-
Retrieves IDs of movies that belong to a given genre.
- getMovieIdsByTag(String) - Method in interface rs.ac.bg.etf.sab.operations.TagsOperations
-
Retrieves IDs of all movies that have the specified tag.
- getMoviesInWatchlist(Integer) - Method in interface rs.ac.bg.etf.sab.operations.WatchlistsOperations
-
Retrieves all movies in a user's watchlist.
- getRatedMoviesByUser(Integer) - Method in interface rs.ac.bg.etf.sab.operations.RatingsOperations
-
Retrieves all movies rated by a specific user.
- getRating(Integer, Integer) - Method in interface rs.ac.bg.etf.sab.operations.RatingsOperations
-
Retrieves the score of a rating for a specific movie by a specific user.
- getRecommendedMoviesFromFavoriteGenres(Integer) - Method in interface rs.ac.bg.etf.sab.operations.UsersOperations
-
Retrieves recommended movies for the given user based on their favorite genres.
- getRewards(Integer) - Method in interface rs.ac.bg.etf.sab.operations.UsersOperations
-
Returns the number of rewards earned by the specified user.
- getTagsForMovie(Integer) - Method in interface rs.ac.bg.etf.sab.operations.TagsOperations
-
Retrieves all tags for the specified movie.
- getThematicSpecializations(Integer) - Method in interface rs.ac.bg.etf.sab.operations.UsersOperations
-
Retrieves the list of thematic specializations (tags) for the specified user.
- getUserDescription(Integer) - Method in interface rs.ac.bg.etf.sab.operations.UsersOperations
-
Retrieves a descriptive status of the specified user based on their rating behavior.
- getUserId(String) - Method in interface rs.ac.bg.etf.sab.operations.UsersOperations
-
Retrieves the unique identifier (ID) of a user based on their username.
- getUsersWhoRatedMovie(Integer) - Method in interface rs.ac.bg.etf.sab.operations.RatingsOperations
-
Retrieves all users who rated a specific movie.
- getUsersWithMovieInWatchlist(Integer) - Method in interface rs.ac.bg.etf.sab.operations.WatchlistsOperations
-
Retrieves all users who have a specific movie in their watchlist.
All Classes All Packages