Package de.hybris.platform.b2b.services
Interface B2BQuoteService
- All Known Implementing Classes:
DefaultB2BQuoteService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptiongetQuoteList(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 forstore- the current base storepageableData- pagination information- Returns:
- the list of quotes
-
CommerceQuoteService).Service interface for quote related operations.