Uses of Interface
com.broadleafcommerce.cartoperation.service.CartHistoryService
Packages that use CartHistoryService
Package
Description
-
Uses of CartHistoryService in com.broadleafcommerce.cartoperation.service
Classes in com.broadleafcommerce.cartoperation.service that implement CartHistoryService -
Uses of CartHistoryService in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure that return CartHistoryServiceModifier and TypeMethodDescriptionCartOperationServiceAutoConfiguration.cartHistoryService
(CartProvider cartProvider, PaymentProvider<PaymentSummary> paymentProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CartHistoryService in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return CartHistoryServiceModifier and TypeMethodDescriptionprotected CartHistoryService
CartHistoryEndpoint.getCartHistoryService()
Methods in com.broadleafcommerce.cartoperation.web.endpoint with parameters of type CartHistoryServiceModifier and TypeMethodDescriptionvoid
CartHistoryEndpoint.setCartHistoryService
(CartHistoryService cartHistoryService)