Uses of Interface
com.broadleafcommerce.cart.service.messaging.CartNotificationRepository
-
Packages that use CartNotificationRepository Package Description com.broadleafcommerce.cart.service.messaging com.broadleafcommerce.cart.service.messaging.autoconfigure -
-
Uses of CartNotificationRepository in com.broadleafcommerce.cart.service.messaging
Classes in com.broadleafcommerce.cart.service.messaging that implement CartNotificationRepository Modifier and Type Class Description class
DefaultCartNotificationRepository
The default implementation ofCartNotificationRepository
.Methods in com.broadleafcommerce.cart.service.messaging that return CartNotificationRepository Modifier and Type Method Description protected CartNotificationRepository
DefaultCartNotificationService. getCartNotificationRepository()
Constructors in com.broadleafcommerce.cart.service.messaging with parameters of type CartNotificationRepository Constructor Description DefaultCartNotificationService(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 CartNotificationRepository in com.broadleafcommerce.cart.service.messaging.autoconfigure
Methods in com.broadleafcommerce.cart.service.messaging.autoconfigure that return CartNotificationRepository Modifier and Type Method Description CartNotificationRepository
CartServiceNotificationAutoConfiguration. cartNotificationRepository()
Methods in com.broadleafcommerce.cart.service.messaging.autoconfigure with parameters of type CartNotificationRepository 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)
-