Uses of Class
com.esprit.models.films.Category
Packages that use Category
-
Uses of Category in com.esprit.controllers.films
Fields in com.esprit.controllers.films with type parameters of type CategoryModifier and TypeFieldDescriptionprivate javafx.scene.control.TableColumn<Category,
javafx.scene.control.Button> CategoryController.delete_tableColumn
CategoryController.descrptionCategory_tableColumn
private javafx.scene.control.TableView<Category>
CategoryController.filmCategory_tableView
CategoryController.idCategory_tableColumn
CategoryController.nomCategory_tableColumn
Methods in com.esprit.controllers.films with parameters of type CategoryModifier and TypeMethodDescription(package private) void
CategoryController.updateCategory
(Category category) Updates a specified category using the `CategoryService`, displays an alert to confirm the update, and then calls the `readCategoryTable()` function to refresh the category table. -
Uses of Category in com.esprit.models.films
Fields in com.esprit.models.films with type parameters of type Category -
Uses of Category in com.esprit.services.films
Methods in com.esprit.services.films that return CategoryModifier and TypeMethodDescriptionCategoryService.getCategory
(Long id) Retrieves the Category value.CategoryService.getCategoryByNom
(String nom) Retrieves the CategoryByNom value.Methods in com.esprit.services.films that return types with arguments of type CategoryModifier and TypeMethodDescriptionFilmCategoryService.getCategoriesForFilm
(int filmId) Retrieves the CategoriesForFilm value.CategoryService.read()
Methods in com.esprit.services.films with parameters of type Category