Class DefaultCartModelToQuoteWsDTOPopulator
java.lang.Object
de.hybris.platform.b2bocc.populators.DefaultCartModelToQuoteWsDTOPopulator
- All Implemented Interfaces:
Populator<CartModel,QuoteWsDTO>
public class DefaultCartModelToQuoteWsDTOPopulator
extends Object
implements Populator<CartModel,QuoteWsDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CartModel cartModel, QuoteWsDTO quoteWsDTO) Populate the target instance with values from the source instance.voidsetCartConverter(Converter<CartModel, CartData> cartConverter) voidsetDataMapper(DataMapper dataMapper)
-
Constructor Details
-
DefaultCartModelToQuoteWsDTOPopulator
public DefaultCartModelToQuoteWsDTOPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CartModel,QuoteWsDTO> - Parameters:
cartModel- the source objectquoteWsDTO- the target to fill
-
getDataMapper
-
setDataMapper
-
getCartConverter
-
setCartConverter
-