Interface CreateQuoteSnapshotStrategy
-
- All Known Implementing Classes:
DefaultCreateQuoteSnapshotStrategy
public interface CreateQuoteSnapshotStrategyStrategy for creating a new snapshot of aQuoteModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuoteModelcreateQuoteSnapshot(QuoteModel quote, QuoteState quoteState)Creates a new quote snapshot.
-
-
-
Method Detail
-
createQuoteSnapshot
QuoteModel createQuoteSnapshot(QuoteModel quote, QuoteState quoteState)
Creates a new quote snapshot.- Parameters:
quote- theQuoteModelto create a new snapshot forquoteState- the desiredQuoteStatefor the new quote snapshot- Returns:
- the new quote snapshot
-
-