public interface QuoteUpdateStateStrategy
| Modifier and Type | Method and Description |
|---|---|
QuoteModel |
updateQuoteState(QuoteAction quoteAction,
QuoteModel quoteModel,
UserModel userModel)
Updates the state of the quote for the given action.
|
QuoteModel updateQuoteState(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel)
quoteAction - the quote action to be performedquoteModel - the quote for which to update the stateuserModel - the user who wants to update quote stateQuoteModel the updated quote modeljava.lang.IllegalArgumentException - if any of the parameters is nullCopyright © 2018 SAP SE. All Rights Reserved.