Uses of Class
common.model.movie.Movie
-
Packages that use Movie Package Description client.controller client.guiApp client.guiApp.impl common server.manager server.utils -
-
Uses of Movie in client.controller
Methods in client.controller that return types with arguments of type Movie Modifier and Type Method Description static List<Movie>MovieDataController. filter(List<Movie> list, String field, String query)static List<Movie>MovieDataController. sort(List<Movie> list, String sortType)Method parameters in client.controller with type arguments of type Movie Modifier and Type Method Description static List<Movie>MovieDataController. filter(List<Movie> list, String field, String query)static List<Movie>MovieDataController. sort(List<Movie> list, String sortType) -
Uses of Movie in client.guiApp
Method parameters in client.guiApp with type arguments of type Movie Modifier and Type Method Description voidGuiApp. showMainWindow(LinkedList<Movie> movies)voidGuiApp. updateTableData(LinkedList<Movie> newList) -
Uses of Movie in client.guiApp.impl
Methods in client.guiApp.impl that return types with arguments of type Movie Modifier and Type Method Description LinkedList<Movie>GuiAppSwing. getSafeList()Methods in client.guiApp.impl with parameters of type Movie Modifier and Type Method Description voidGuiAppJavaFX. showMovieForm(Movie movieToEdit, javafx.stage.Stage stage, int level)voidGuiAppSwing. showMovieForm(Movie movieToEdit, int level)Method parameters in client.guiApp.impl with type arguments of type Movie Modifier and Type Method Description voidGuiAppJavaFX. showMainWindow(LinkedList<Movie> movies)voidGuiAppJavaFX. showMainWindow(javafx.stage.Stage stage, LinkedList<Movie> movies)voidGuiAppSwing. showMainWindow(LinkedList<Movie> movies)voidGuiAppJavaFX. updateTableData(LinkedList<Movie> newList)voidGuiAppSwing. updateTableData(LinkedList<Movie> newList) -
Uses of Movie in common
Methods in common that return types with arguments of type Movie Modifier and Type Method Description LinkedList<Movie>Response. getData()Method parameters in common with type arguments of type Movie Modifier and Type Method Description voidResponse. setData(LinkedList<Movie> data)Constructor parameters in common with type arguments of type Movie Constructor Description Response(String status, String message, LinkedList<Movie> data, boolean isUpdate) -
Uses of Movie in server.manager
Methods in server.manager that return Movie Modifier and Type Method Description MovieCollectionManager. findById(long id)MovieCollectionManager. getMaxByOscarsCount()Methods in server.manager that return types with arguments of type Movie Modifier and Type Method Description LinkedList<Movie>CollectionManager. getAll()LinkedList<Movie>DatabaseManager. loadCollection()Methods in server.manager with parameters of type Movie Modifier and Type Method Description voidCollectionManager. add(Movie movie)longDatabaseManager. insertMovieToDb(Movie movie, String ownerLogin)booleanDatabaseManager. updateMovie(long id, Movie newMovie, String userLogin)Method parameters in server.manager with type arguments of type Movie Modifier and Type Method Description voidCollectionManager. setMovies(LinkedList<Movie> newMovies) -
Uses of Movie in server.utils
Methods in server.utils that return types with arguments of type Movie Modifier and Type Method Description static Comparator<Movie>MovieComparators. byIdAscending()static Comparator<Movie>MovieComparators. byIdDescending()static Comparator<Movie>MovieComparators. byName()
-