public interface CartCheckoutBaseService
| Modifier and Type | Method and Description |
|---|---|
CartData |
getSessionCart()
Retrieves the session cart held in the SAP back end
|
CartData |
getSessionCart(boolean recentlyAddedFirst)
Returns session cart, sorted in inverted order if required
|
boolean |
hasSessionCart()
Checks if a session cart exists held in the SAP back end
|
void |
removeSessionCart()
Removes the existing session cart and releases the underlying LO-API session in SD.
|
CartData getSessionCart()
boolean hasSessionCart()
CartData getSessionCart(boolean recentlyAddedFirst)
recentlyAddedFirst - If true, recently added items will be returned first (Standard sorting will be inverted)void removeSessionCart()
Copyright © 2018 SAP SE. All Rights Reserved.