Class DefaultCartEntryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.commerceservices.order.dao.impl.DefaultCartEntryDao
- All Implemented Interfaces:
CartEntryDao,Dao
- Direct Known Subclasses:
DefaultMarketplaceCartEntryDao
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService) Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
CART_ENTRY_QUERY
- See Also:
-
CART_ENTRY_QUERY_POS
- See Also:
-
CART_ENTRY_QUERY_POS_NULL
- See Also:
-
-
Constructor Details
-
DefaultCartEntryDao
public DefaultCartEntryDao()
-
-
Method Details
-
findEntriesByProductAndPointOfService
public List<CartEntryModel> findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService) - Specified by:
findEntriesByProductAndPointOfServicein interfaceCartEntryDao
-