public class DefaultB2BQuoteService extends Object implements B2BQuoteService
B2BQuoteService interface.| Constructor and Description |
|---|
DefaultB2BQuoteService() |
| Modifier and Type | Method and Description |
|---|---|
protected CustomerAccountDao |
getCustomerAccountDao() |
SearchPageData<OrderModel> |
getQuoteList(CustomerModel customerModel,
BaseStoreModel store,
PageableData pageableData)
Returns a paged list of quotes for the given customer and base store.
|
protected OrderStatus[] |
getQuoteOrderStatusArray() |
void |
setCustomerAccountDao(CustomerAccountDao customerAccountDao) |
void |
setQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList) |
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 © 2000-2016 SAP SE. All Rights Reserved.