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") public class DefaultB2BQuoteFacade extends DefaultOrderFacade implements B2BQuoteFacade
Deprecated.Since 6.3. Use quote functionality from commerce instead (QuoteFacade
).
Default implementation of theB2BQuoteFacade
interface.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BQuoteFacade()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SearchPageData<OrderHistoryData>
getQuoteHistory(PageableData pageableData)
Deprecated.Returns the quote history of the current user.protected B2BQuoteService
getQuoteService()
Deprecated.void
setQuoteService(B2BQuoteService quoteService)
Deprecated.-
Methods inherited from class de.hybris.platform.commercefacades.order.impl.DefaultOrderFacade
convertPageData, getBaseStoreService, getCheckoutCustomerStrategy, getCustomerAccountService, getOrderConverter, getOrderDetailsForCode, getOrderDetailsForCodeWithoutUser, getOrderDetailsForGUID, getOrderHistoryConverter, getOrderHistoryForStatuses, getPagedOrderHistoryForStatuses, getUserService, setBaseStoreService, setCheckoutCustomerStrategy, setCustomerAccountService, setOrderConverter, setOrderHistoryConverter, setUserService
-
-
-
-
Method Detail
-
getQuoteHistory
public SearchPageData<OrderHistoryData> getQuoteHistory(PageableData pageableData)
Deprecated.Description copied from interface:B2BQuoteFacade
Returns the quote history of the current user.- Specified by:
getQuoteHistory
in interfaceB2BQuoteFacade
- Parameters:
pageableData
- paging information- Returns:
- The quote history of the current user.
-
getQuoteService
protected B2BQuoteService getQuoteService()
Deprecated.
-
setQuoteService
public void setQuoteService(B2BQuoteService quoteService)
Deprecated.
-
-