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 -
Method Summary
Modifier and TypeMethodDescriptioncreateQuoteSnapshot(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
-
Constructor Details
-
DefaultCreateQuoteSnapshotStrategy
public DefaultCreateQuoteSnapshotStrategy()
-
-
Method Details
-
createQuoteSnapshot
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
-