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.
Since 6.3. Use quote functionality from commerce instead. (CommerceQuoteService).
Default implementation of the B2BQuoteService interface.
  • 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: B2BQuoteService
      Returns a paged list of quotes for the given customer and base store.
      Specified by:
      getQuoteList in interface B2BQuoteService
      Parameters:
      customerModel - the customer to retrieve orders for
      store - the current base store
      pageableData - 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.