public interface OrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>
AbstractOrderEntryModel.| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
findEntriesByMasterCartAndBundleNo(O masterAbstractOrder,
int bundleNo)
|
java.util.List<E> |
findEntriesByMasterCartAndBundleNoAndProduct(O masterAbstractOrder,
int bundleNo,
ProductModel product)
|
java.util.List<E> |
findEntriesByMasterCartAndBundleNoAndTemplate(O masterAbstractOrder,
int bundleNo,
BundleTemplateModel bundleTemplate)
Find
AbstractOrderEntryModels that match the given masterAbstractOrder and
bundleNo and bundleTemplate |
java.util.List<E> findEntriesByMasterCartAndBundleNo(O masterAbstractOrder, int bundleNo)
masterAbstractOrder - the master cart/order of the AbstractOrderEntryModel.bundleNo - the bundle number the AbstractOrderEntryModel belongs toList of AbstractOrderEntryModels or empty List.java.util.List<E> findEntriesByMasterCartAndBundleNoAndTemplate(O masterAbstractOrder, int bundleNo, BundleTemplateModel bundleTemplate)
AbstractOrderEntryModels that match the given masterAbstractOrder and
bundleNo and bundleTemplatemasterAbstractOrder - the master cart/order of the AbstractOrderEntryModel.bundleNo - the bundle number the AbstractOrderEntryModel belongs tobundleTemplate - the bundle template based on which the AbstractOrderEntryModel was added to the cartList of AbstractOrderEntryModels or empty List.java.util.List<E> findEntriesByMasterCartAndBundleNoAndProduct(O masterAbstractOrder, int bundleNo, ProductModel product)
masterAbstractOrder - the master cart/order of the AbstractOrderEntryModel.bundleNo - the bundle number the AbstractOrderEntryModel belongs toproduct - the product in the cart abstract order entryList of AbstractOrderEntryModels or empty List.Copyright © 2018 SAP SE. All Rights Reserved.