Class DefaultItemOutConverter
java.lang.Object
de.hybris.platform.b2b.punchout.populators.impl.DefaultItemOutConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>
public class DefaultItemOutConverter
extends Object
implements org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>
Converts an
ItemOut into an AbstractOrderEntryModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CartServiceprotected ProductServicevoidsetCartService(CartService cartService) voidsetProductService(ProductService productService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
DefaultItemOutConverter
public DefaultItemOutConverter()
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel>
-
getCartService
-
setCartService
-
getProductService
-
setProductService
-