Uses of Interface
com.broadleafcommerce.cartoperation.service.StaleCartItemsService
-
-
Uses of StaleCartItemsService in com.broadleafcommerce.cartoperation.service
Classes in com.broadleafcommerce.cartoperation.service that implement StaleCartItemsService Modifier and Type Class Description class
DefaultStaleCartItemsService
The default implementation forStaleCartItemsService
.Methods in com.broadleafcommerce.cartoperation.service that return StaleCartItemsService Modifier and Type Method Description protected StaleCartItemsService
DefaultCartOperationService. getStaleCartItemsService()
Methods in com.broadleafcommerce.cartoperation.service with parameters of type StaleCartItemsService Modifier and Type Method Description void
DefaultCartOperationService. setStaleCartItemsService(StaleCartItemsService staleCartItemsService)
-
Uses of StaleCartItemsService in com.broadleafcommerce.cartoperation.service.checkout
Methods in com.broadleafcommerce.cartoperation.service.checkout that return StaleCartItemsService Modifier and Type Method Description protected StaleCartItemsService
DefaultCheckoutService. getStaleCartItemsService()
Methods in com.broadleafcommerce.cartoperation.service.checkout with parameters of type StaleCartItemsService Modifier and Type Method Description void
DefaultCheckoutService. setStaleCartItemsService(StaleCartItemsService staleCartItemsService)
-
Uses of StaleCartItemsService in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Methods in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity that return StaleCartItemsService Modifier and Type Method Description protected StaleCartItemsService
CartItemValidationActivity. getStaleCartItemsService()
Methods in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity with parameters of type StaleCartItemsService Modifier and Type Method Description void
CartItemValidationActivity. setStaleCartItemsService(StaleCartItemsService staleCartItemsService)
-
Uses of StaleCartItemsService in com.broadleafcommerce.cartoperation.service.pricing
Methods in com.broadleafcommerce.cartoperation.service.pricing that return StaleCartItemsService Modifier and Type Method Description protected StaleCartItemsService
DefaultCartPricingService. getStaleCartItemsService()
Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type StaleCartItemsService Modifier and Type Method Description void
DefaultCartPricingService. setStaleCartItemsService(StaleCartItemsService staleCartItemsService)
-