Interface MarketplaceCartEntryDao
- All Superinterfaces:
CartEntryDao,Dao
- All Known Implementing Classes:
DefaultMarketplaceCartEntryDao
Dao to find order related data
-
Method Summary
Modifier and TypeMethodDescriptionFind entries in given cart that include unsaleable productMethods inherited from interface de.hybris.platform.commerceservices.order.dao.CartEntryDao
findEntriesByProductAndPointOfService
-
Method Details
-
findUnSaleableCartEntries
Find entries in given cart that include unsaleable product- Parameters:
cart- CartModel- Returns:
- list of entries in given cart
-