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 classDefaultStaleCartItemsServiceThe default implementation forStaleCartItemsService.Methods in com.broadleafcommerce.cartoperation.service that return StaleCartItemsService Modifier and Type Method Description protected StaleCartItemsServiceDefaultCartOperationService. getStaleCartItemsService()Methods in com.broadleafcommerce.cartoperation.service with parameters of type StaleCartItemsService Modifier and Type Method Description voidDefaultCartOperationService. 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 StaleCartItemsServiceCartItemValidationActivity. getStaleCartItemsService()Methods in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity with parameters of type StaleCartItemsService Modifier and Type Method Description voidCartItemValidationActivity. 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 StaleCartItemsServiceDefaultCartPricingService. getStaleCartItemsService()Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type StaleCartItemsService Modifier and Type Method Description voidDefaultCartPricingService. setStaleCartItemsService(StaleCartItemsService staleCartItemsService)
-