public interface CartRestorationService
| Modifier and Type | Method and Description |
|---|---|
CartModel |
getInternalSessionCart()
Returns the standard session cart, basing on the hybris persistence
|
boolean |
hasInternalSessionCart()
Does a standard session cart exist?
|
void |
removeInternalSessionCart()
Removes the internal session cart, basing on the hybris persistence
|
CartRestorationData |
restoreCart(CartModel fromCart)
Restores a BOL cart from the persisted standard session cart
|
void |
setInternalSessionCart(CartModel cart)
Sets session cart (stores it into the session)
|
CartModel getInternalSessionCart()
void setInternalSessionCart(CartModel cart)
cart - boolean hasInternalSessionCart()
void removeInternalSessionCart()
CartRestorationData restoreCart(CartModel fromCart)
fromCart - Session cart in hybris persistenceCopyright © 2018 SAP SE. All Rights Reserved.