public interface RequoteStrategy
| Modifier and Type | Method and Description |
|---|---|
QuoteModel |
requote(QuoteModel quote)
Re-quote an existing quote to get a new quote
|
QuoteModel requote(QuoteModel quote)
fields in the new created quoteModel are cleared including: name, description, expire time, cart comments, line item comments, cartReference, assignee and generatedNotifications
the new quote's version will be set to 1; and state is set to CREATE
quote - quoteModel which will be re-quotedCopyright © 2018 SAP SE. All Rights Reserved.