Package de.hybris.platform.b2b.services
Interface B2BSaleQuoteService
-
- All Known Implementing Classes:
DefaultB2BSaleQuoteService
@Deprecated(since="6.3") public interface B2BSaleQuoteServiceDeprecated.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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidplaceOrderFromRejectedQuote(OrderModel order)Deprecated.This will reset the OrderStatus to CREATED and then follow the path of theplaceQuoteOrder(OrderModel)voidplaceQuoteOrder(OrderModel order)Deprecated.Places an order that requests a sales quote from an account manager.
-
-
-
Method Detail
-
placeQuoteOrder
void placeQuoteOrder(OrderModel order)
Deprecated.Places an order that requests a sales quote from an account manager.- Parameters:
order- the sales order quote
-
placeOrderFromRejectedQuote
void placeOrderFromRejectedQuote(OrderModel order)
Deprecated.This will reset the OrderStatus to CREATED and then follow the path of theplaceQuoteOrder(OrderModel)- Parameters:
order- the sales order quote
-
-