Interface CreateCartFromQuoteStrategy
-
- All Known Implementing Classes:
CommerceCreateCartFromQuoteStrategy,DefaultCreateCartFromQuoteStrategy
public interface CreateCartFromQuoteStrategyStrategy for creating aCartModelinstance based on a givenQuoteModelinstance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartModelcreateCartFromQuote(QuoteModel quote)Creates a newCartModelbased on the givenQuoteModel.
-
-
-
Method Detail
-
createCartFromQuote
CartModel createCartFromQuote(QuoteModel quote)
Creates a newCartModelbased on the givenQuoteModel.- Parameters:
quote- theQuoteModelbase on which to create a newCartModel- Returns:
- the new
CartModel
-
-