CommerceQuoteService).B2BQuoteService interface.@Deprecated public class DefaultB2BQuoteService extends java.lang.Object implements B2BQuoteService
| Constructor and Description |
|---|
DefaultB2BQuoteService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected CustomerAccountDao |
getCustomerAccountDao()
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.
|
void |
setCustomerAccountDao(CustomerAccountDao customerAccountDao)
Deprecated.
|
void |
setQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList)
Deprecated.
|
public SearchPageData<OrderModel> getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)
B2BQuoteServicegetQuoteList in interface B2BQuoteServicecustomerModel - the customer to retrieve orders forstore - the current base storepageableData - pagination informationprotected CustomerAccountDao getCustomerAccountDao()
public void setCustomerAccountDao(CustomerAccountDao customerAccountDao)
protected OrderStatus[] getQuoteOrderStatusArray()
public void setQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList)
Copyright © 2018 SAP SE. All Rights Reserved.