Uses of Interface
com.broadleafcommerce.cart.service.messaging.CartNotificationRepository
Packages that use CartNotificationRepository
Package
Description
-
Uses of CartNotificationRepository in com.broadleafcommerce.cart.service.messaging
Classes in com.broadleafcommerce.cart.service.messaging that implement CartNotificationRepositoryMethods in com.broadleafcommerce.cart.service.messaging that return CartNotificationRepositoryModifier and TypeMethodDescriptionprotected CartNotificationRepository
DefaultCartNotificationService.getCartNotificationRepository()
Constructors in com.broadleafcommerce.cart.service.messaging with parameters of type CartNotificationRepositoryModifierConstructorDescriptionDefaultCartNotificationService
(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 CartNotificationRepositoryModifier and TypeMethodDescriptionCartServiceNotificationAutoConfiguration.cartNotificationRepository()
Methods in com.broadleafcommerce.cart.service.messaging.autoconfigure with parameters of type CartNotificationRepositoryModifier and TypeMethodDescriptionCartServiceNotificationAutoConfiguration.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)