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 -
Method Summary
Modifier and TypeMethodDescriptionfindExtras(String accommodationOfferingCode) Returns all the extra services products related to the given accommodationOfferingMethods inherited from class de.hybris.platform.product.daos.impl.DefaultProductDao
findAllProductsCountByCategory, findOfflineProductsByCategory, findOnlineProductsByCategory, findProducts, findProductsByCatalogVersion, findProductsByCategory, findProductsByCode, findProductsByCode, findProductsCountByCategoryMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultAccommodationExtrasDao
- Parameters:
typecode-
-
-
Method Details
-
findExtras
Description copied from interface:AccommodationExtrasDaoReturns all the extra services products related to the given accommodationOffering- Specified by:
findExtrasin interfaceAccommodationExtrasDao- 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
-