Uses of Interface
io.github.marcopaglio.booking.service.BookingService
Packages that use BookingService
Package
Description
Contains implementations of the presenter for the booking application using the service layer.
Contains transactional implementations of the service layer for the booking application.
-
Uses of BookingService in io.github.marcopaglio.booking.presenter.served
Constructors in io.github.marcopaglio.booking.presenter.served with parameters of type BookingServiceModifierConstructorDescriptionServedBookingPresenter
(BookingView view, BookingService bookingService, ClientValidator clientValidator, ReservationValidator reservationValidator) Constructs a presenter for the booking application with a view and a service. -
Uses of BookingService in io.github.marcopaglio.booking.service.transactional
Classes in io.github.marcopaglio.booking.service.transactional that implement BookingServiceModifier and TypeClassDescriptionclass
Implements methods for operating on repositories of the booking application using transactions.