Interface B2BQuoteService

All Known Implementing Classes:
DefaultB2BQuoteService

@Deprecated(since="6.3", forRemoval=true) public interface B2BQuoteService
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.3. Use quote functionality from commerce instead. (CommerceQuoteService).
Service interface for quote related operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a paged list of quotes for the given customer and base store.
  • Method Details

    • getQuoteList

      SearchPageData<OrderModel> getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns a paged list of quotes for the given customer and base store.
      Parameters:
      customerModel - the customer to retrieve orders for
      store - the current base store
      pageableData - pagination information
      Returns:
      the list of quotes