public interface QuoteMetadataValidationStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
validate(QuoteAction quoteAction,
QuoteModel quoteModel,
UserModel userModel)
Validates the metadata attributes (i.e.
|
void validate(QuoteAction quoteAction, QuoteModel quoteModel, UserModel userModel)
quoteAction - the action that is being performedquoteModel - the quote to be validateduserModel - the user performing the action on the quotejava.lang.IllegalArgumentException - if any attributes fail validation or if the quote user type is unknownjava.lang.IllegalStateException - if a seller approver performs Approve action and the expiration time is not setCopyright © 2018 SAP SE. All Rights Reserved.