| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartLineItem> |
CsPromotionService.getOrderCombinedPromotionsAndEntries(AbstractOrderModel cart)
Gets the list of order entries and promotion results for a order.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartLineItem> |
DefaultCsPromotionService.getOrderCombinedPromotionsAndEntries(AbstractOrderModel cart) |
protected java.util.List<CartLineItem> |
DefaultCsPromotionService.getPromotionResultConsumedEntries(java.util.List<WrappedPromotionResultModel> promotionResults) |
protected java.util.List<CartLineItem> |
DefaultCsPromotionService.getWrappedOrderEntriesAndPotentialPromotionResults(java.util.List<WrappedWrappedOrderEntry> wrappedOrderEntries) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartLineItem> |
BasketController.getPromotionalCartLineItems()
Get the cart lines as cart line item wrappers.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CartLineItem> |
DefaultBasketController.getPromotionalCartLineItems() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasketCartWidgetRenderer.addIndicatorCell(CartLineItem item,
ListboxWidget<BasketCartWidgetModel,BasketController> widget,
Listitem masterRow,
java.lang.Object context) |
protected TypedObject |
BasketCartWidgetRenderer.getDetailItem(CartLineItem item) |
protected boolean |
BasketCartWidgetRenderer.isNewPromotionBlock(CartLineItem item,
java.util.List<CartLineItem> allLines) |
protected void |
BasketCartWidgetRenderer.populateMasterRow(ListboxWidget<BasketCartWidgetModel,BasketController> widget,
Listitem row,
java.lang.Object context,
CartLineItem item) |
protected void |
BasketCartWidgetRenderer.prependDetailRow(CartLineItem item,
TypedObject detailItem,
ListboxWidget<BasketCartWidgetModel,BasketController> widget,
Listitem masterRow,
java.lang.Object context) |
protected void |
BasketCartWidgetRenderer.prependMasterRow(CartLineItem item,
ListboxWidget<BasketCartWidgetModel,BasketController> widget,
Listitem masterRow,
java.lang.Object context) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BasketCartWidgetRenderer.isNewPromotionBlock(CartLineItem item,
java.util.List<CartLineItem> allLines) |
Copyright © 2018 SAP SE. All Rights Reserved.