Interface CreateCartFromQuoteStrategy
- All Known Implementing Classes:
CommerceCreateCartFromQuoteStrategy,DefaultCreateCartFromQuoteStrategy
public interface CreateCartFromQuoteStrategy
Strategy for creating a
CartModel instance based on a given QuoteModel instance.-
Method Summary
Modifier and TypeMethodDescriptioncreateCartFromQuote(QuoteModel quote) Creates a newCartModelbased on the givenQuoteModel.
-
Method Details
-
createCartFromQuote
Creates a newCartModelbased on the givenQuoteModel.- Parameters:
quote- theQuoteModelbase on which to create a newCartModel- Returns:
- the new
CartModel
-