public interface B2BCartService extends CartService
DefaultCartService
to address additional needs of a b2b cart functionality| Modifier and Type | Method and Description |
|---|---|
CartModel |
createCartFromAbstractOrder(AbstractOrderModel order)
Clones an order model into cart model by delegating to
AbstractOrderService.clone(de.hybris.platform.core.model.type.ComposedTypeModel, de.hybris.platform.core.model.type.ComposedTypeModel, de.hybris.platform.core.model.order.AbstractOrderModel, String) |
addToCart, appendToCart, calculateCart, changeCurrentCartUser, changeSessionCartCurrency, createCartFromQuote, getSessionCart, hasCart, hasSessionCart, removeSessionCart, setSessionCart, updateQuantities, updateQuantitiesaddAllGlobalDiscountValues, addAllTotalTaxValues, addGlobalDiscountValue, addNewEntry, addNewEntry, addNewEntry, addTotalTaxValue, clone, getEntriesForNumber, getEntriesForProduct, getEntryForNumber, getGlobalDiscountValue, removeGlobalDiscountValue, removeTotalTaxValue, saveOrderCartModel createCartFromAbstractOrder(AbstractOrderModel order)
AbstractOrderService.clone(de.hybris.platform.core.model.type.ComposedTypeModel, de.hybris.platform.core.model.type.ComposedTypeModel, de.hybris.platform.core.model.order.AbstractOrderModel, String)order - An original order model to clone into cartCopyright © 2018 SAP SE. All Rights Reserved.