Uses of Record Class
de.gustavblass.fsu.fmi.roombooking.dto.MatchingRoomDTO
Packages that use MatchingRoomDTO
Package
Description
-
Uses of MatchingRoomDTO in de.gustavblass.fsu.fmi.roombooking.dto
Classes in de.gustavblass.fsu.fmi.roombooking.dto that implement interfaces with type arguments of type MatchingRoomDTOModifier and TypeClassDescriptionfinal recordData-transfer object that represents aRoomthat was found when looking for matching Rooms for aReservation.Methods in de.gustavblass.fsu.fmi.roombooking.dto with parameters of type MatchingRoomDTOModifier and TypeMethodDescriptionintMatchingRoomDTO.compareTo(@NonNull MatchingRoomDTO other) Determines which of the two MatchingRoomDTOs (this one and the given one) should be named first in a list. -
Uses of MatchingRoomDTO in de.gustavblass.fsu.fmi.roombooking.service
Methods in de.gustavblass.fsu.fmi.roombooking.service that return types with arguments of type MatchingRoomDTOModifier and TypeMethodDescription@NonNull TreeSet<MatchingRoomDTO> RoomService.findMatchingRooms(@NonNull Reservation reservation) Returns all Rooms that are bookable (i.e.