Class DefaultMarketplaceCartEntryDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.commerceservices.order.dao.impl.DefaultCartEntryDao
-
- de.hybris.platform.marketplaceservices.dao.impl.DefaultMarketplaceCartEntryDao
-
- All Implemented Interfaces:
CartEntryDao,MarketplaceCartEntryDao,Dao
public class DefaultMarketplaceCartEntryDao extends DefaultCartEntryDao implements MarketplaceCartEntryDao
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.commerceservices.order.dao.impl.DefaultCartEntryDao
CART_ENTRY_QUERY, CART_ENTRY_QUERY_POS, CART_ENTRY_QUERY_POS_NULL
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultMarketplaceCartEntryDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CartEntryModel>findUnSaleableCartEntries(CartModel cart)Find entries in given cart that include unsaleable product-
Methods inherited from class de.hybris.platform.commerceservices.order.dao.impl.DefaultCartEntryDao
findEntriesByProductAndPointOfService
-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.commerceservices.order.dao.CartEntryDao
findEntriesByProductAndPointOfService
-
-
-
-
Method Detail
-
findUnSaleableCartEntries
public java.util.List<CartEntryModel> findUnSaleableCartEntries(CartModel cart)
Description copied from interface:MarketplaceCartEntryDaoFind entries in given cart that include unsaleable product- Specified by:
findUnSaleableCartEntriesin interfaceMarketplaceCartEntryDao- Parameters:
cart- CartModel- Returns:
- list of entries in given cart
-
-