Class DefaultCreateQuoteSnapshotStrategy
- java.lang.Object
-
- de.hybris.platform.order.strategies.impl.GenericAbstractOrderCloningStrategy<QuoteModel,QuoteEntryModel,QuoteModel>
-
- de.hybris.platform.order.strategies.impl.DefaultCreateQuoteSnapshotStrategy
-
- All Implemented Interfaces:
CreateQuoteSnapshotStrategy
public class DefaultCreateQuoteSnapshotStrategy extends GenericAbstractOrderCloningStrategy<QuoteModel,QuoteEntryModel,QuoteModel> implements CreateQuoteSnapshotStrategy
The Class DefaultCreateQuoteSnapshotStrategy.
-
-
Constructor Summary
Constructors Constructor Description DefaultCreateQuoteSnapshotStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuoteModelcreateQuoteSnapshot(QuoteModel quote, QuoteState quoteState)Creates a new quote snapshot.-
Methods inherited from class de.hybris.platform.order.strategies.impl.GenericAbstractOrderCloningStrategy
clone, generateCode, getAbstractOrderEntryResultClass, getAbstractOrderResultClass, getCloneAbstractOrderStrategy, getKeyGenerator, getOriginalAbstractOrderClass, postProcess, setCloneAbstractOrderStrategy, setKeyGenerator
-
-
-
-
Method Detail
-
createQuoteSnapshot
public QuoteModel createQuoteSnapshot(QuoteModel quote, QuoteState quoteState)
Description copied from interface:CreateQuoteSnapshotStrategyCreates a new quote snapshot.- Specified by:
createQuoteSnapshotin interfaceCreateQuoteSnapshotStrategy- Parameters:
quote- theQuoteModelto create a new snapshot forquoteState- the desiredQuoteStatefor the new quote snapshot- Returns:
- the new quote snapshot
-
-