Interface B2BQuoteFacade

  • All Known Implementing Classes:
    DefaultB2BQuoteFacade

    @Deprecated(since="6.3")
    public interface B2BQuoteFacade
    Deprecated.
    Since 6.3. Use quote functionality from commerce instead (QuoteFacade).
    Facade interface for quote operations.
    • Method Detail

      • getQuoteHistory

        SearchPageData<OrderHistoryData> getQuoteHistory​(PageableData pageableData)
        Deprecated.
        Returns the quote history of the current user.
        Parameters:
        pageableData - paging information
        Returns:
        The quote history of the current user.