Interface AccommodationOfferingGalleryService
- All Known Implementing Classes:
DefaultAccommodationOfferingGalleryService
public interface AccommodationOfferingGalleryService
Interface which provides functionality to manage AccommodationOfferingGallery item
-
Method Summary
Modifier and TypeMethodDescriptionGets AccommodationOfferingGallery for codegetAccommodationOfferingGallery(String code, CatalogVersionModel catalogVersionModel) Gets AccommodationOfferingGallery for code and catalog version
-
Method Details
-
getAccommodationOfferingGallery
Gets AccommodationOfferingGallery for code- Parameters:
code- the code- Returns:
- accommodation offering gallery
-
getAccommodationOfferingGallery
AccommodationOfferingGalleryModel getAccommodationOfferingGallery(String code, CatalogVersionModel catalogVersionModel) Gets AccommodationOfferingGallery for code and catalog version- Parameters:
code- the codecatalogVersionModel- the catalog version model- Returns:
- accommodation offering gallery
-