Uses of Class
com.esprit.models.products.ProductCategory
Packages that use ProductCategory
Package
Description
-
Uses of ProductCategory in com.esprit.controllers.products
Fields in com.esprit.controllers.products with type parameters of type ProductCategoryModifier and TypeFieldDescriptionprivate javafx.scene.control.TableView<ProductCategory>
DesignCategorieAdminController.categorie_tableview
private javafx.scene.control.TableColumn<ProductCategory,
Void> DesignCategorieAdminController.deleteColumn
private javafx.scene.control.TableColumn<ProductCategory,
String> DesignCategorieAdminController.description_tableC
private javafx.scene.control.TableColumn<ProductCategory,
String> DesignCategorieAdminController.nomC_tableC
Methods in com.esprit.controllers.products that return types with arguments of type ProductCategoryModifier and TypeMethodDescriptionprivate List<ProductCategory>
DesignCategorieAdminController.getAllCategories()
Retrieves all categories from the database through the `CategoryService`.Methods in com.esprit.controllers.products with parameters of type ProductCategoryModifier and TypeMethodDescription(package private) void
DesignCategorieAdminController.modifier_categorie
(ProductCategory categorieProduct) Modifies the attributes of a `CategorieProduct` object and stores the changes in the database using the `CategoryService`. -
Uses of ProductCategory in com.esprit.models.products
Fields in com.esprit.models.products with type parameters of type ProductCategoryMethods in com.esprit.models.products that return types with arguments of type ProductCategoryMethod parameters in com.esprit.models.products with type arguments of type ProductCategoryModifier and TypeMethodDescriptionvoid
Product.setCategories
(List<ProductCategory> categories) Sets the categories of the product.Constructor parameters in com.esprit.models.products with type arguments of type ProductCategory -
Uses of ProductCategory in com.esprit.services.products
Methods in com.esprit.services.products that return ProductCategoryModifier and TypeMethodDescriptionCategoryService.getCategory
(long categoryId) Retrieves the Category value.CategoryService.getCategoryByName
(String categoryName) Retrieves the CategoryByName value.Methods in com.esprit.services.products that return types with arguments of type ProductCategoryModifier and TypeMethodDescriptionCategoryService.getCategoriesForProduct
(int productId) Retrieves the CategoriesForProduct value.private List<ProductCategory>
ProductService.getCategoriesForProduct
(Long productId) CategoryService.read()
CategoryService.searchCategoriesByName
(String searchKeyword) Performs searchCategoriesByName operation.Methods in com.esprit.services.products with parameters of type ProductCategoryModifier and TypeMethodDescriptionvoid
CategoryService.create
(ProductCategory productCategory) void
CategoryService.delete
(ProductCategory productCategory) void
CategoryService.update
(ProductCategory productCategory) Method parameters in com.esprit.services.products with type arguments of type ProductCategoryModifier and TypeMethodDescriptionprivate void
ProductService.createProductCategoryRelations
(long productId, List<ProductCategory> categories) private void
ProductService.updateProductCategoryRelations
(Long productId, List<ProductCategory> categories)