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 B2BQuoteFacadeDeprecated, 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 theB2BQuoteFacadeinterface.
-
-
Constructor Summary
Constructors Constructor Description DefaultB2BQuoteFacade()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 SearchPageData<OrderHistoryData>getQuoteHistory(PageableData pageableData)Deprecated, for removal: This API element is subject to removal in a future version.Returns the quote history of the current user.protected B2BQuoteServicegetQuoteService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetQuoteService(B2BQuoteService quoteService)Deprecated, for removal: This API element is subject to removal in a future version.-
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, for removal: This API element is subject to removal in a future version.Description copied from interface:B2BQuoteFacadeReturns the quote history of the current user.- Specified by:
getQuoteHistoryin interfaceB2BQuoteFacade- 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.
-
-