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