Package de.hybris.platform.b2b.services
Interface B2BQuoteService
-
- All Known Implementing Classes:
DefaultB2BQuoteService
@Deprecated(since="6.3") public interface B2BQuoteServiceDeprecated.Since 6.3. Use quote functionality from commerce instead. (CommerceQuoteService).
Service interface for quote related operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SearchPageData<OrderModel>getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)Deprecated.Returns a paged list of quotes for the given customer and base store.
-
-
-
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 forstore- the current base storepageableData- pagination information- Returns:
- the list of quotes
-
-