Class DefaultB2BQuoteService
- java.lang.Object
-
- de.hybris.platform.b2b.services.impl.DefaultB2BQuoteService
-
- All Implemented Interfaces:
B2BQuoteService
@Deprecated(since="6.3") public class DefaultB2BQuoteService extends java.lang.Object implements B2BQuoteService
Deprecated.Since 6.3. Use quote functionality from commerce instead. (CommerceQuoteService).
Default implementation of theB2BQuoteServiceinterface.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BQuoteService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CustomerAccountDaogetCustomerAccountDao()Deprecated.SearchPageData<OrderModel>getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)Deprecated.Returns a paged list of quotes for the given customer and base store.protected OrderStatus[]getQuoteOrderStatusArray()Deprecated.voidsetCustomerAccountDao(CustomerAccountDao customerAccountDao)Deprecated.voidsetQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList)Deprecated.
-
-
-
Method Detail
-
getQuoteList
public SearchPageData<OrderModel> getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)
Deprecated.Description copied from interface:B2BQuoteServiceReturns a paged list of quotes for the given customer and base store.- Specified by:
getQuoteListin interfaceB2BQuoteService- Parameters:
customerModel- the customer to retrieve orders forstore- the current base storepageableData- pagination information- Returns:
- the list of quotes
-
getCustomerAccountDao
protected CustomerAccountDao getCustomerAccountDao()
Deprecated.
-
setCustomerAccountDao
public void setCustomerAccountDao(CustomerAccountDao customerAccountDao)
Deprecated.
-
getQuoteOrderStatusArray
protected OrderStatus[] getQuoteOrderStatusArray()
Deprecated.
-
setQuoteOrderStatusArray
public void setQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList)
Deprecated.
-
-