Package de.hybris.platform.b2b.services
Interface B2BSaleQuoteService
- All Known Implementing Classes:
DefaultB2BSaleQuoteService
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.3. Please see quote functionality from commerce.
The Interface B2BSaleQuoteService. This service places a customer's order which requests a sales quote
from an account manager.
- Spring Bean ID:
- b2bSaleQuoteService
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.This will reset the OrderStatus to CREATED and then follow the path of theplaceQuoteOrder(OrderModel)voidplaceQuoteOrder(OrderModel order) Deprecated, for removal: This API element is subject to removal in a future version.Places an order that requests a sales quote from an account manager.
-
Method Details
-
placeQuoteOrder
Deprecated, for removal: This API element is subject to removal in a future version.Places an order that requests a sales quote from an account manager.- Parameters:
order- the sales order quote
-
placeOrderFromRejectedQuote
Deprecated, for removal: This API element is subject to removal in a future version.This will reset the OrderStatus to CREATED and then follow the path of theplaceQuoteOrder(OrderModel)- Parameters:
order- the sales order quote
-