Class DefaultB2BQuoteEvaluationStrategy
java.lang.Object
de.hybris.platform.b2b.strategies.impl.DefaultB2BQuoteEvaluationStrategy
- All Implemented Interfaces:
QuoteEvaluationStrategy
@Deprecated(since="6.3",
forRemoval=true)
public class DefaultB2BQuoteEvaluationStrategy
extends Object
implements QuoteEvaluationStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.3.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected B2BQuoteLimitModelDeprecated, for removal: This API element is subject to removal in a future version.protected B2BCurrencyConversionServiceDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.protected CommonI18NServiceDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanisQuoteAllowed(AbstractOrderModel source) Deprecated, for removal: This API element is subject to removal in a future version.voidsetB2bCurrencyConversionService(B2BCurrencyConversionService b2bCurrencyConversionService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetB2bUnitService(B2BUnitService<B2BUnitModel, B2BCustomerModel> b2bUnitService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCommonI18NService(CommonI18NService commonI18NService) Deprecated, for removal: This API element is subject to removal in a future version.voidsetQuoteLimit(BigDecimal quoteLimit) Deprecated, for removal: This API element is subject to removal in a future version.Given orders placed above this value in the given currency, Users shall be able to request quotesvoidsetQuoteLimitCurrency(String quoteLimitCurrency) Deprecated, for removal: This API element is subject to removal in a future version.The ISOCode of the currency of the quoteLimit against which orders are calculated.
-
Constructor Details
-
DefaultB2BQuoteEvaluationStrategy
public DefaultB2BQuoteEvaluationStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isQuoteAllowed
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isQuoteAllowedin interfaceQuoteEvaluationStrategy
-
findQuoteLimitAssignedToUnit
Deprecated, for removal: This API element is subject to removal in a future version. -
setB2bCurrencyConversionService
public void setB2bCurrencyConversionService(B2BCurrencyConversionService b2bCurrencyConversionService) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
b2bCurrencyConversionService- the b2bCurrencyConversionService to set
-
setCommonI18NService
Deprecated, for removal: This API element is subject to removal in a future version. -
getCommonI18NService
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the commonI18NService
-
getB2bCurrencyConversionService
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the b2bCurrencyConversionService
-
setB2bUnitService
Deprecated, for removal: This API element is subject to removal in a future version. -
getB2bUnitService
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the b2bUnitService
-
getQuoteLimitCurrency
Deprecated, for removal: This API element is subject to removal in a future version. -
setQuoteLimitCurrency
Deprecated, for removal: This API element is subject to removal in a future version.The ISOCode of the currency of the quoteLimit against which orders are calculated. -
getQuoteLimit
Deprecated, for removal: This API element is subject to removal in a future version. -
setQuoteLimit
Deprecated, for removal: This API element is subject to removal in a future version.Given orders placed above this value in the given currency, Users shall be able to request quotes
-