Interface B2BQuoteFacade
-
- All Known Implementing Classes:
DefaultB2BQuoteFacade
@Deprecated(since="6.3") public interface B2BQuoteFacadeDeprecated.Since 6.3. Use quote functionality from commerce instead (QuoteFacade).
Facade interface for quote operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SearchPageData<OrderHistoryData>getQuoteHistory(PageableData pageableData)Deprecated.Returns the quote history of the current user.
-
-
-
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.
-
-