public class DefaultCartEntryDao extends AbstractItemDao implements CartEntryDao
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CART_ENTRY_QUERY |
protected static java.lang.String |
CART_ENTRY_QUERY_POS |
protected static java.lang.String |
CART_ENTRY_QUERY_POS_NULL |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultCartEntryDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartEntryModel> |
findEntriesByProductAndPointOfService(CartModel cart,
ProductModel product,
PointOfServiceModel pointOfService) |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected static final java.lang.String CART_ENTRY_QUERY
protected static final java.lang.String CART_ENTRY_QUERY_POS
protected static final java.lang.String CART_ENTRY_QUERY_POS_NULL
public java.util.List<CartEntryModel> findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService)
findEntriesByProductAndPointOfService in interface CartEntryDaoCopyright © 2018 SAP SE. All Rights Reserved.