Interface AccommodationOfferingTypeFacade
- All Known Implementing Classes:
DefaultAccommodationOfferingTypeFacade
public interface AccommodationOfferingTypeFacade
Facade that exposes the methods related to the property type of an accommodation and accommodationOffering
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of all the availableServiceData for the reserved accommodation
-
Method Details
-
getAccommodationPropertyTypes
List<AccommodationPropertyTypeData> getAccommodationPropertyTypes()Returns the list of all the availableServiceData for the reserved accommodation- Returns:
- the list of all the available propertyTypes
-