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_NULLFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind entries in given cart that include unsaleable productMethods inherited from class de.hybris.platform.commerceservices.order.dao.impl.DefaultCartEntryDao
findEntriesByProductAndPointOfServiceMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.commerceservices.order.dao.CartEntryDao
findEntriesByProductAndPointOfService
-
Constructor Details
-
DefaultMarketplaceCartEntryDao
public DefaultMarketplaceCartEntryDao()
-
-
Method Details
-
findUnSaleableCartEntries
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
-