public class DefaultCreateQuoteFromCartStrategy extends GenericAbstractOrderCloningStrategy<QuoteModel,QuoteEntryModel,CartModel> implements CreateQuoteFromCartStrategy
CreateQuoteFromCartStrategy| Constructor and Description |
|---|
DefaultCreateQuoteFromCartStrategy() |
| Modifier and Type | Method and Description |
|---|---|
QuoteModel |
createQuoteFromCart(CartModel cart)
Creates a new
QuoteModel based on the given CartModel. |
clone, generateCode, getAbstractOrderEntryResultClass, getAbstractOrderResultClass, getCloneAbstractOrderStrategy, getKeyGenerator, getOriginalAbstractOrderClass, postProcess, setCloneAbstractOrderStrategy, setKeyGeneratorpublic QuoteModel createQuoteFromCart(CartModel cart)
CreateQuoteFromCartStrategyQuoteModel based on the given CartModel.createQuoteFromCart in interface CreateQuoteFromCartStrategycart - the CartModel base on which to create a new QuoteModelQuoteModelCopyright © 2018 SAP SE. All Rights Reserved.