public interface QuoteUpdateExpirationTimeStrategy
| Modifier and Type | Method and Description |
|---|---|
QuoteModel |
updateExpirationTime(QuoteAction quoteAction,
QuoteModel quoteModel,
UserModel userModel)
Updates the expiration time for a quote depending on the action that is being performed and type of the quote
user.
|
QuoteModel updateExpirationTime(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel)
quoteAction - the action that is being performedquoteModel - the quote for which to update the expiration timeuserModel - the user performing the action on the quoteQuoteModel updated quote modeljava.lang.IllegalArgumentException - if the quote user type is unknownCopyright © 2018 SAP SE. All Rights Reserved.