Uses of Enum
Class
fr.univtours.examplanner.enums.RoomType
-
Uses of RoomType in fr.univtours.examplanner.enums
-
Uses of RoomType in fr.univtours.examplanner.repositories
Modifier and TypeMethodDescription@NotNull List<fr.univtours.examplanner.entities.dtos.RoomDTO>
RoomRepo.getAllWithConstraint
(@NotNull RoomType constraint) Récupère les salles qui ont le type en paramètreModifier and TypeMethodDescription@NotNull List<fr.univtours.examplanner.entities.dtos.RoomDTO>
RoomRepo.getAllWithConstraints
(@NotNull List<RoomType> constraints) Récupère les salles qui ont les contraintes en paramètre