Interface AccommodationExtrasDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultAccommodationExtrasDao

public interface AccommodationExtrasDao extends de.hybris.platform.servicelayer.internal.dao.Dao
Accommodation Extras Dao interface which provides functionalities for the extra services products of the accommodationOfferings.
  • Method Summary

    Modifier and Type
    Method
    Description
    findExtras(String accommodationOfferingCode)
    Returns all the extra services products related to the given accommodationOffering
  • Method Details

    • findExtras

      List<ProductModel> findExtras(String accommodationOfferingCode)
      Returns all the extra services products related to the given accommodationOffering
      Parameters:
      accommodationOfferingCode - the code of the accommodationOffering to be used to return the list of extra services
      Returns:
      the list of products representing all the available extra services for the given accommodationOffering