Uses of Class
com.esprit.models.films.Actor
Packages that use Actor
-
Uses of Actor in com.esprit.controllers.films
Fields in com.esprit.controllers.films with type parameters of type ActorModifier and TypeFieldDescriptionActorController.bioActor_tableColumn1
private javafx.scene.control.TableColumn<Actor,
javafx.scene.control.Button> ActorController.DeleteActor_Column1
private javafx.scene.control.TableView<Actor>
ActorController.filmActor_tableView11
private javafx.collections.transformation.FilteredList<Actor>
ActorController.filteredActors
ActorController.idActor_tableColumn1
private javafx.scene.control.TableColumn<Actor,
javafx.scene.layout.HBox> ActorController.imageAcotr_tableColumn1
ActorController.nomAcotr_tableColumn1
Methods in com.esprit.controllers.films with parameters of type ActorModifier and TypeMethodDescription(package private) void
ActorController.updateActor
(Actor actor) Updates an actor's data in a database by first getting a connection, then calling the `update` method of the `ActorService` class and displaying an alert with the updated actor's information. -
Uses of Actor in com.esprit.models.films
Fields in com.esprit.models.films with type parameters of type Actor -
Uses of Actor in com.esprit.services.films
Methods in com.esprit.services.films that return ActorModifier and TypeMethodDescriptionActorService.getActorByNom
(String nom) Retrieves the ActorByNom value.ActorService.getActorByPlacement
(int actorPlacement) Retrieves the ActorByPlacement value.Methods in com.esprit.services.films that return types with arguments of type ActorModifier and TypeMethodDescriptionActorFilmService.getActorsForFilm
(int filmId) Retrieves the ActorsForFilm value.ActorService.read()
Methods in com.esprit.services.films with parameters of type Actor