Uses of Class
com.equipmentrental.equipment_rental_system.model.Category
Packages that use Category
Package
Description
-
Uses of Category in com.equipmentrental.equipment_rental_system.controller
Methods in com.equipmentrental.equipment_rental_system.controller with parameters of type Category -
Uses of Category in com.equipmentrental.equipment_rental_system.model
Constructors in com.equipmentrental.equipment_rental_system.model with parameters of type CategoryModifierConstructorDescriptionEquipment(String name, String description, String location, String condition, EquipmentStatus status, LocalDate purchaseDate, BigDecimal costPerDay, Category category) Creates a new equipment item with all fields. -
Uses of Category in com.equipmentrental.equipment_rental_system.repository
Subinterfaces with type arguments of type Category in com.equipmentrental.equipment_rental_system.repositoryMethods in com.equipmentrental.equipment_rental_system.repository that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoryRepository.findByName(String name) Finds a category by its unique name. -
Uses of Category in com.equipmentrental.equipment_rental_system.service
Methods in com.equipmentrental.equipment_rental_system.service that return CategoryModifier and TypeMethodDescriptionFinds a category by its ID.Saves a new or updated category.Methods in com.equipmentrental.equipment_rental_system.service that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoryService.findAll()Returns all categories in the system.Methods in com.equipmentrental.equipment_rental_system.service with parameters of type Category