public interface CartEntryDao extends Dao
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartEntryModel> |
findEntriesByProductAndPointOfService(CartModel cart,
ProductModel product,
PointOfServiceModel pointOfService) |
java.util.List<CartEntryModel> findEntriesByProductAndPointOfService(CartModel cart, ProductModel product, PointOfServiceModel pointOfService)
Copyright © 2018 SAP SE. All Rights Reserved.