Uses of Class
com.esprit.models.cinemas.Seat
Packages that use Seat
Package
Description
-
Uses of Seat in com.esprit.controllers.films
Fields in com.esprit.controllers.films with type parameters of type SeatModifier and TypeFieldDescriptionPaymentUserController.selectedSeats
SeatSelectionController.selectedSeats
Methods in com.esprit.controllers.films that return SeatMethods in com.esprit.controllers.films with parameters of type SeatModifier and TypeMethodDescriptionprivate void
SeatSelectionController.handleSeatSelection
(javafx.scene.control.Button seatButton, Seat seat) Method parameters in com.esprit.controllers.films with type arguments of type SeatModifier and TypeMethodDescriptionprivate Seat
void
PaymentUserController.initWithSeats
(MovieSession moviesession, Client client, List<Seat> selectedSeats) Performs initWithSeats operation. -
Uses of Seat in com.esprit.models.cinemas
Fields in com.esprit.models.cinemas with type parameters of type Seat -
Uses of Seat in com.esprit.models.films
Fields in com.esprit.models.films with type parameters of type Seat -
Uses of Seat in com.esprit.services.cinemas
Methods in com.esprit.services.cinemas that return SeatMethods in com.esprit.services.cinemas that return types with arguments of type SeatModifier and TypeMethodDescriptionSeatService.getSeatsByCinemaHallId
(Long cinemaHallId) Retrieves the SeatsByCinemaHallId value.Methods in com.esprit.services.cinemas with parameters of type Seat