Class DefaultShoppingTravelAncillaryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.shoppingservices.dao.impl.DefaultShoppingTravelAncillaryDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.Dao,ShoppingTravelAncillaryDao
public class DefaultShoppingTravelAncillaryDao
extends de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
implements ShoppingTravelAncillaryDao
Default implementation of
ShoppingTravelAncillaryDao-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCommerceAncillaryProducts(List<String> transportOfferingsCodes) Gets a list of commerce ancillary products that have stock for the given transport offering codes.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultShoppingTravelAncillaryDao
public DefaultShoppingTravelAncillaryDao()
-
-
Method Details
-
getCommerceAncillaryProducts
public List<CommerceAncillaryProductModel> getCommerceAncillaryProducts(List<String> transportOfferingsCodes) Description copied from interface:ShoppingTravelAncillaryDaoGets a list of commerce ancillary products that have stock for the given transport offering codes.- Specified by:
getCommerceAncillaryProductsin interfaceShoppingTravelAncillaryDao- Parameters:
transportOfferingsCodes- the transport offering codes- Returns:
- the commerce ancillary products
-