Uses of Class
com.broadleafcommerce.cartoperation.web.endpoint.domain.CartHistoryResponse
Package
Description
-
Uses of CartHistoryResponse in com.broadleafcommerce.cartoperation.service
Modifier and TypeMethodDescriptionCartHistoryService.retrieveHistoricalCartByOrderNumber
(String customerId, String orderNumber, boolean hydratePayments, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Find the cart and payments (if it exists) for the provided customer id and order number.DefaultCartHistoryService.retrieveHistoricalCartByOrderNumber
(@NonNull String customerId, @NonNull String orderNumber, boolean hydratePayments, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CartHistoryService.retrieveHistoricalCartForAnonymousCustomer
(String emailAddress, String orderNumber, boolean hydratePayments, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Finds a single, historical cart for an anonymous customer.DefaultCartHistoryService.retrieveHistoricalCartForAnonymousCustomer
(@NonNull String emailAddress, @NonNull String orderNumber, boolean hydratePayments, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of CartHistoryResponse in com.broadleafcommerce.cartoperation.web.endpoint
Modifier and TypeMethodDescriptionCartHistoryEndpoint.readCartByOrderNumber
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, com.broadleafcommerce.order.common.domain.CustomerRef customerRef, String orderNumber, boolean hydratePayments) CartHistoryEndpoint.readCartByOrderNumberForAnonymousCustomer
(com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String orderNumber, String emailAddress, boolean hydratePayments)