public class MiniCartComponentControllerForSelectiveCart extends MiniCartComponentController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TOTAL_ITEMS |
SUB_TOTAL, TOTAL_DISPLAY, TOTAL_NO_DELIVERY, 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() |
getViewpublic static final java.lang.String TOTAL_ITEMS
public MiniCartComponentControllerForSelectiveCart()
protected void fillModel(HttpServletRequest request,
Model model,
MiniCartComponentModel component)
fillModel in class MiniCartComponentControllerprotected java.lang.Integer calculateTotalNumber()
protected CartFacade getCartFacade()
protected SelectiveCartFacade getSelectiveCartFacade()
Copyright © 2018 SAP SE. All Rights Reserved.