Class DefaultB2BQuoteService
- java.lang.Object
-
- de.hybris.platform.b2b.services.impl.DefaultB2BQuoteService
-
- All Implemented Interfaces:
B2BQuoteService
@Deprecated(since="6.3", forRemoval=true) public class DefaultB2BQuoteService extends java.lang.Object implements B2BQuoteServiceDeprecated, for removal: This API element is subject to removal in a future version.Since 6.3. Use quote functionality from commerce instead. (CommerceQuoteService).
Default implementation of theB2BQuoteServiceinterface.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BQuoteService()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CustomerAccountDaogetCustomerAccountDao()Deprecated, for removal: This API element is subject to removal in a future version.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.protected OrderStatus[]getQuoteOrderStatusArray()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCustomerAccountDao(CustomerAccountDao customerAccountDao)Deprecated, for removal: This API element is subject to removal in a future version.voidsetQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getQuoteList
public SearchPageData<OrderModel> getQuoteList(CustomerModel customerModel, BaseStoreModel store, PageableData pageableData)
Deprecated, for removal: This API element is subject to removal in a future version.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, for removal: This API element is subject to removal in a future version.
-
setCustomerAccountDao
public void setCustomerAccountDao(CustomerAccountDao customerAccountDao)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getQuoteOrderStatusArray
protected OrderStatus[] getQuoteOrderStatusArray()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setQuoteOrderStatusArray
public void setQuoteOrderStatusArray(OrderStatus[] quoteOrderStatusList)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-