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 classDefaultCartNotificationRepositoryThe default implementation ofCartNotificationRepository.Methods in com.broadleafcommerce.cart.service.messaging that return CartNotificationRepository Modifier and Type Method Description protected CartNotificationRepositoryDefaultCartNotificationService. 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 CartNotificationRepositoryCartServiceNotificationAutoConfiguration. cartNotificationRepository()Methods in com.broadleafcommerce.cart.service.messaging.autoconfigure with parameters of type CartNotificationRepository Modifier and Type Method Description CartNotificationServiceCartServiceNotificationAutoConfiguration. 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)
-