Interface B2BQuoteService

  • All Known Implementing Classes:
    DefaultB2BQuoteService

    @Deprecated(since="6.3")
    public interface B2BQuoteService
    Deprecated.
    Since 6.3. Use quote functionality from commerce instead. (CommerceQuoteService).
    Service interface for quote related operations.
    • Method Detail

      • getQuoteList

        SearchPageData<OrderModel> getQuoteList​(CustomerModel customerModel,
                                                BaseStoreModel store,
                                                PageableData pageableData)
        Deprecated.
        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