Class DefaultB2BQuoteFacade

java.lang.Object
de.hybris.platform.commercefacades.order.impl.DefaultOrderFacade
de.hybris.platform.b2bcommercefacades.order.impl.DefaultB2BQuoteFacade
All Implemented Interfaces:
B2BQuoteFacade, OrderFacade

@Deprecated(since="6.3", forRemoval=true) public class DefaultB2BQuoteFacade extends DefaultOrderFacade implements B2BQuoteFacade
Deprecated, for removal: This API element is subject to removal in a future version.
Since 6.3. Use quote functionality from commerce instead (QuoteFacade).
Default implementation of the B2BQuoteFacade interface.
  • Constructor Details

    • DefaultB2BQuoteFacade

      public DefaultB2BQuoteFacade()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getQuoteHistory

      public SearchPageData<OrderHistoryData> getQuoteHistory(PageableData pageableData)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: B2BQuoteFacade
      Returns the quote history of the current user.
      Specified by:
      getQuoteHistory in interface B2BQuoteFacade
      Parameters:
      pageableData - paging information
      Returns:
      The quote history of the current user.
    • getQuoteService

      protected B2BQuoteService getQuoteService()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setQuoteService

      public void setQuoteService(B2BQuoteService quoteService)
      Deprecated, for removal: This API element is subject to removal in a future version.