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 Object
implements B2BQuoteService
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected CustomerAccountDaoDeprecated, for removal: This API element is subject to removal in a future version.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[]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.
-
Constructor Details
-
DefaultB2BQuoteService
public DefaultB2BQuoteService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setCustomerAccountDao
Deprecated, for removal: This API element is subject to removal in a future version. -
getQuoteOrderStatusArray
Deprecated, for removal: This API element is subject to removal in a future version. -
setQuoteOrderStatusArray
Deprecated, for removal: This API element is subject to removal in a future version.
-
CommerceQuoteService).Default implementation of the
B2BQuoteServiceinterface.