Interface AccommodationExtrasFacade
- All Known Implementing Classes:
DefaultAccommodationExtrasFacade
public interface AccommodationExtrasFacade
Facade that exposes the methods related to the extra services of an accommodation and accommodationOffering
-
Method Summary
Modifier and TypeMethodDescriptiongetAvailableServices(AccommodationReservationData reservationData) Returns the list of all the availableServiceData for the reserved accommodation
-
Method Details
-
getAvailableServices
Returns the list of all the availableServiceData for the reserved accommodation- Parameters:
reservationData- as the current reservationData- Returns:
- the list of all the available serviceData
-