Uses of Class
com.esprit.models.cinemas.CinemaHall
Packages that use CinemaHall
Package
Description
-
Uses of CinemaHall in com.esprit.controllers.cinemas
Fields in com.esprit.controllers.cinemas with type parameters of type CinemaHallModifier and TypeFieldDescriptionprivate javafx.scene.control.TableColumn<CinemaHall,
Void> DashboardResponsableController.colActionRoom
private javafx.scene.control.TableColumn<CinemaHall,
String> DashboardResponsableController.colNameRoom
private javafx.scene.control.TableColumn<CinemaHall,
Integer> DashboardResponsableController.colNbrPlaces
private javafx.scene.control.TableView<CinemaHall>
DashboardResponsableController.RoomTableView
-
Uses of CinemaHall in com.esprit.models.cinemas
Fields in com.esprit.models.cinemas declared as CinemaHallModifier and TypeFieldDescriptionprivate CinemaHall
MovieSession.cinemaHall
private CinemaHall
Seat.cinemaHall
Fields in com.esprit.models.cinemas with type parameters of type CinemaHallConstructors in com.esprit.models.cinemas with parameters of type CinemaHallModifierConstructorDescriptionMovieSession
(CinemaHall cinemaHall, Film film, Time startTime, Time endTime, Date sessionDate, Double price) Constructor without id for creating new movie session instances.MovieSession
(CinemaHall cinemaHall, Film film, Time startTime, Time endTime, LocalDate sessionDate, Double price) Constructor with LocalDate for creating new movie session instances.Seat
(Integer seatNumber, Integer rowNumber, Boolean isOccupied, CinemaHall cinemaHall) Constructor without id for creating new seat instances. -
Uses of CinemaHall in com.esprit.services.cinemas
Methods in com.esprit.services.cinemas that return CinemaHallModifier and TypeMethodDescriptionprivate CinemaHall
CinemaHallService.buildCinemaHall
(ResultSet rs) CinemaHallService.getCinemaHallById
(Long id) Retrieves the CinemaHallById value.CinemaHallService.getCinemaHallByName
(String name) Retrieves the CinemaHallByName value.Methods in com.esprit.services.cinemas that return types with arguments of type CinemaHallModifier and TypeMethodDescriptionCinemaHallService.getCinemaHallsByCinemaId
(Long cinemaId) Retrieves the CinemaHallsByCinemaId value.CinemaHallService.read()
Methods in com.esprit.services.cinemas with parameters of type CinemaHallModifier and TypeMethodDescriptionvoid
CinemaHallService.create
(CinemaHall cinemaHall) void
CinemaHallService.delete
(CinemaHall cinemaHall) void
CinemaHallService.update
(CinemaHall cinemaHall)