Interface B2BQuoteFacade

All Known Implementing Classes:
DefaultB2BQuoteFacade

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

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the quote history of the current user.
  • Method Details

    • getQuoteHistory

      SearchPageData<OrderHistoryData> getQuoteHistory(PageableData pageableData)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the quote history of the current user.
      Parameters:
      pageableData - paging information
      Returns:
      The quote history of the current user.