Uses of Class
de.gustavblass.fsu.fmi.roombooking.service.RoomService
Packages that use RoomService
Package
Description
-
Uses of RoomService in de.gustavblass.fsu.fmi.roombooking.controller
Fields in de.gustavblass.fsu.fmi.roombooking.controller declared as RoomServiceModifier and TypeFieldDescriptionprivate final RoomServiceReservationController.roomServiceUsed to retrieve Rooms from the database.private final RoomServiceRoomController.roomServiceprivate final RoomServiceRoomRestController.roomServiceUsed to retrieve and save Rooms from the database.Constructors in de.gustavblass.fsu.fmi.roombooking.controller with parameters of type RoomServiceModifierConstructorDescriptionReservationController(@NonNull ReservationService reservationService, @NonNull RoomService roomService, @NonNull PathLocaliser pathLocaliser) Creates a newReservationController.RoomController(@NonNull RoomService roomService) Constructs a newRoomController.RoomRestController(@NonNull RoomService roomService, @NonNull RoomMapper roomMapper) Constructs a newRoomRestControllerwith the givenRoomRestController.roomService. -
Uses of RoomService in de.gustavblass.fsu.fmi.roombooking.controller.admin
Fields in de.gustavblass.fsu.fmi.roombooking.controller.admin declared as RoomServiceModifier and TypeFieldDescriptionprivate final @NonNull RoomServiceReservationAdminController.roomServiceprivate final RoomServiceRoomAdminController.roomServiceUsed to retrieve and save Rooms from the database.private final RoomServiceRoomAdminRestController.roomServiceUsed to retrieve and save Rooms from the database.Constructors in de.gustavblass.fsu.fmi.roombooking.controller.admin with parameters of type RoomServiceModifierConstructorDescriptionReservationAdminController(@NonNull ReservationController reservationController, @NonNull ReservationService reservationService, @NonNull RoomService roomService, @NonNull PathLocaliser pathLocaliser) Creates a newReservationAdminControllerwith the givenReservationAdminController.reservationService.RoomAdminController(@NonNull RoomService roomService, @NonNull EquipmentService equipmentService, @NonNull RoomMapper roomMapper, @NonNull PathLocaliser pathLocaliser) Constructs a newRoomAdminControllerwith the givenRoomAdminController.roomService.RoomAdminRestController(@NonNull RoomService roomService, @NonNull RoomMapper roomMapper) Constructs a newRoomAdminRestControllerwith the givenRoomAdminRestController.roomService. -
Uses of RoomService in de.gustavblass.fsu.fmi.roombooking.service
Fields in de.gustavblass.fsu.fmi.roombooking.service declared as RoomServiceModifier and TypeFieldDescriptionprivate final @NonNull RoomServiceReservationService.roomServiceUsed to get aRoomby itsRoom.number.Constructors in de.gustavblass.fsu.fmi.roombooking.service with parameters of type RoomServiceModifierConstructorDescriptionReservationService(@NonNull ReservationRepository reservationRepository, @NonNull RoomService roomService, @NonNull org.springframework.context.ApplicationEventPublisher eventPublisher) Constructs a new ReservationService.