Uses of Class
MovieEY
-
Uses of MovieEY in Unnamed Package
Methods in Unnamed Package that return MovieEYModifier and TypeMethodDescriptionShowEY.getMovie()Method to get the MovieEY objectMovieManager.getMovieByID(String movieID) Method to get movie object by movieIDMovieManager.getMovieByName(String movieName) Method to get movie object by nameMovieManager.searchMovie(String movieName) Method to search for movie object based on nameMethods in Unnamed Package that return types with arguments of type MovieEYModifier and TypeMethodDescriptionMovieManager.getCurrentMovies()Method to get current movies that have SHOWING/PREVIEW statusCentralManagerEY.getMasterMovies()Method to get master array list of moviesMethods in Unnamed Package with parameters of type MovieEYModifier and TypeMethodDescriptionReviewManager.getMovieRatings(MovieEY movie) Method to get movie ratings from review objects based on movie rating IDvoidStaffApp.updateMovie(MovieEY movie) Method to update movieMethod parameters in Unnamed Package with type arguments of type MovieEYModifier and TypeMethodDescriptionvoidCentralManagerEY.setMasterMovies(ArrayList<MovieEY> masterMovies) Method to set master array of movies