Uses of Class
edu.pdx.cs410J.rmi.Movie
Packages that use Movie
-
Uses of Movie in edu.pdx.cs410J.java8
Methods in edu.pdx.cs410J.java8 that return MovieModifier and TypeMethodDescriptionStreamOperations.findMovieWithId
(long id, Stream<Movie> movies) Methods in edu.pdx.cs410J.java8 that return types with arguments of type MovieModifier and TypeMethodDescriptionStreamOperations.getMoviesWithActorSafe
(long actorId, Stream<Movie> allMovies) StreamOperations.getMoviesWithActorUnsafe
(long actorId, Stream<Movie> allMovies) Method parameters in edu.pdx.cs410J.java8 with type arguments of type MovieModifier and TypeMethodDescriptionint
StreamOperations.countAwardsForMoviesWithActor
(long actorId, Stream<Movie> allMovies) long
StreamOperations.countMoviesWithActor
(long actorId, Stream<Movie> movies) StreamOperations.findMovieWithId
(long id, Stream<Movie> movies) StreamOperations.getMoviesWithActorSafe
(long actorId, Stream<Movie> allMovies) StreamOperations.getMoviesWithActorUnsafe
(long actorId, Stream<Movie> allMovies) -
Uses of Movie in edu.pdx.cs410J.rmi
Methods in edu.pdx.cs410J.rmi that return MovieModifier and TypeMethodDescriptionMovieDatabase.getMovie
(long id) Returns theMovie
with the given id.MovieDatabaseImpl.getMovie
(long id) Returns theMovie
with the given id.Methods in edu.pdx.cs410J.rmi that return types with arguments of type MovieModifier and TypeMethodDescriptionMovieDatabase.executeQuery
(Query query, Comparator<Movie> sorter) Performs a query on the database.MovieDatabaseImpl.executeQuery
(Query query, Comparator<Movie> sorter) Performs a query on the database.MovieDatabase.getFilmography
(long actorId) Returns the movie in which a given actor acted.MovieDatabaseImpl.getFilmography
(long actorId) Returns the movie in which a given actor acted.MovieDatabase.getMovies()
Returns all of the movies in the databaseMovieDatabaseImpl.getMovies()
Methods in edu.pdx.cs410J.rmi with parameters of type MovieModifier and TypeMethodDescriptionint
int
boolean
Returns true if the givenMovie
satifies thisQuery
.Method parameters in edu.pdx.cs410J.rmi with type arguments of type MovieModifier and TypeMethodDescriptionMovieDatabase.executeQuery
(Query query, Comparator<Movie> sorter) Performs a query on the database.MovieDatabaseImpl.executeQuery
(Query query, Comparator<Movie> sorter) Performs a query on the database.