public class MiniCartComponentControllerForSelectiveCart
extends <any>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SUB_TOTAL |
static java.lang.String |
TOTAL_DISPLAY |
static java.lang.String |
TOTAL_ITEMS |
static java.lang.String |
TOTAL_NO_DELIVERY |
static java.lang.String |
TOTAL_PRICE |
| Constructor and Description |
|---|
MiniCartComponentControllerForSelectiveCart() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Integer |
calculateTotalNumber() |
protected void |
fillModel(HttpServletRequest request,
Model model,
MiniCartComponentModel component) |
protected CartFacade |
getCartFacade() |
protected SelectiveCartFacade |
getSelectiveCartFacade() |
protected java.lang.String |
getView(MiniCartComponentModel component) |
public static final java.lang.String TOTAL_ITEMS
public static final java.lang.String TOTAL_PRICE
public static final java.lang.String TOTAL_DISPLAY
public static final java.lang.String TOTAL_NO_DELIVERY
public static final java.lang.String SUB_TOTAL
public MiniCartComponentControllerForSelectiveCart()
protected void fillModel(HttpServletRequest request,
Model model,
MiniCartComponentModel component)
protected java.lang.String getView(MiniCartComponentModel component)
protected java.lang.Integer calculateTotalNumber()
protected CartFacade getCartFacade()
protected SelectiveCartFacade getSelectiveCartFacade()
Copyright © 2018 SAP SE. All Rights Reserved.