Modifier and Type | Method and Description |
---|---|
SimplePage<com.broadleafcommerce.cart.client.domain.Cart> |
CartProvider.retrieveHistoricalCartsForCustomer(String customerId,
Date startDate,
Date endDate,
org.springframework.data.domain.Pageable page,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Find all carts not
DefaultCartStatuses.IN_PROCESS ,
DefaultCartStatuses.CSR_OWNED , or DefaultCartStatuses.NAMED for the provided
customer and dates. |
Modifier and Type | Method and Description |
---|---|
SimplePage<com.broadleafcommerce.cart.client.domain.Cart> |
ExternalCartProvider.retrieveHistoricalCartsForCustomer(String customerId,
Date startDate,
Date endDate,
org.springframework.data.domain.Pageable page,
com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
SimplePage<com.broadleafcommerce.cart.client.domain.Cart> |
CartHistoryEndpoint.readCartsForCustomer(com.broadleafcommerce.data.tracking.core.context.ContextInfo context,
com.broadleafcommerce.cart.client.domain.CustomerRef customerRef,
Date startDate,
Date endDate,
org.springframework.data.domain.Pageable page) |
Copyright © 2021. All rights reserved.