Uses of Interface
com.broadleafcommerce.cart.service.messaging.CartNotificationService
-
-
Uses of CartNotificationService in com.broadleafcommerce.cart.service
Methods in com.broadleafcommerce.cart.service that return CartNotificationService Modifier and Type Method Description protected CartNotificationService
DefaultCartService. getCartNotificationService()
Methods in com.broadleafcommerce.cart.service with parameters of type CartNotificationService Modifier and Type Method Description void
DefaultCartService. setCartNotificationService(CartNotificationService cartNotificationService)
-
Uses of CartNotificationService in com.broadleafcommerce.cart.service.messaging
Classes in com.broadleafcommerce.cart.service.messaging that implement CartNotificationService Modifier and Type Class Description class
DefaultCartNotificationService
Default implementation forCartNotificationService
. -
Uses of CartNotificationService in com.broadleafcommerce.cart.service.messaging.autoconfigure
Methods in com.broadleafcommerce.cart.service.messaging.autoconfigure that return CartNotificationService Modifier and Type Method Description CartNotificationService
CartServiceNotificationAutoConfiguration. cartNotificationService(CartRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, CartNotificationRepository cartNotificationRepository, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of CartNotificationService in com.broadleafcommerce.cart.web.endpoint
Methods in com.broadleafcommerce.cart.web.endpoint that return CartNotificationService Modifier and Type Method Description protected CartNotificationService
CartEndpoint. getCartNotificationService()
Methods in com.broadleafcommerce.cart.web.endpoint with parameters of type CartNotificationService Modifier and Type Method Description void
CartEndpoint. setCartNotificationService(CartNotificationService cartNotificationService)
-