public class DefaultItemOutConverter
extends java.lang.Object
ItemOut into an AbstractOrderEntryModel.| Constructor and Description |
|---|
DefaultItemOutConverter() |
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
convert(ItemOut source) |
CartService |
getCartService() |
CommerceCartService |
getCommerceCartService() |
ProductService |
getProductService() |
void |
setCartService(CartService cartService) |
void |
setCommerceCartService(CommerceCartService commerceCartService) |
void |
setProductService(ProductService productService) |
public AbstractOrderEntryModel convert(ItemOut source) throws ConversionException
ConversionExceptionpublic CommerceCartService getCommerceCartService()
public void setCommerceCartService(CommerceCartService commerceCartService)
public CartService getCartService()
public void setCartService(CartService cartService)
public ProductService getProductService()
public void setProductService(ProductService productService)
Copyright © 2018 SAP SE. All Rights Reserved.