Class DefaultAccommodationExtrasDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<ProductModel>
de.hybris.platform.product.daos.impl.DefaultProductDao
de.hybris.platform.travelservices.dao.impl.DefaultAccommodationExtrasDao
All Implemented Interfaces:
de.hybris.platform.product.daos.ProductDao, de.hybris.platform.servicelayer.internal.dao.Dao, de.hybris.platform.servicelayer.internal.dao.GenericDao<ProductModel>, AccommodationExtrasDao

public class DefaultAccommodationExtrasDao extends de.hybris.platform.product.daos.impl.DefaultProductDao implements AccommodationExtrasDao
Default implementation of the AccommodationExtrasDao interface.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class de.hybris.platform.product.daos.impl.DefaultProductDao

    findAllProductsCountByCategory, findOfflineProductsByCategory, findOnlineProductsByCategory, findProducts, findProductsByCatalogVersion, findProductsByCategory, findProductsByCode, findProductsByCode, findProductsCountByCategory

    Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao

    find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultAccommodationExtrasDao

      public DefaultAccommodationExtrasDao(String typecode)
      Parameters:
      typecode -
  • Method Details

    • findExtras

      public List<ProductModel> findExtras(String accommodationOfferingCode)
      Description copied from interface: AccommodationExtrasDao
      Returns all the extra services products related to the given accommodationOffering
      Specified by:
      findExtras in interface AccommodationExtrasDao
      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