public class DefaultQuoteSellerApproverAutoApprovalStrategy extends java.lang.Object implements QuoteSellerApproverAutoApprovalStrategy
QuoteSellerApproverAutoApprovalStrategy| Constructor and Description |
|---|
DefaultQuoteSellerApproverAutoApprovalStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationService |
getConfigurationService() |
void |
setConfigurationService(ConfigurationService configurationService) |
boolean |
shouldAutoApproveQuote(QuoteModel quoteModel)
Check whether the quote's sub total amount is within the configured quote auto approval threshold.
|
public DefaultQuoteSellerApproverAutoApprovalStrategy()
public boolean shouldAutoApproveQuote(QuoteModel quoteModel)
QuoteSellerApproverAutoApprovalStrategyshouldAutoApproveQuote in interface QuoteSellerApproverAutoApprovalStrategyquoteModel - the quote to inspectprotected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2018 SAP SE. All Rights Reserved.