Class DefaultCartNotificationRepository
java.lang.Object
com.broadleafcommerce.cart.service.messaging.DefaultCartNotificationRepository
- All Implemented Interfaces:
CartNotificationRepository
The default implementation of
CartNotificationRepository
.- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
saveNotification
(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores the notification.
-
Constructor Details
-
DefaultCartNotificationRepository
public DefaultCartNotificationRepository()
-
-
Method Details
-
saveNotification
@Transactional("cartTransactionManager") public void saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Description copied from interface:CartNotificationRepository
Stores the notification.- Specified by:
saveNotification
in interfaceCartNotificationRepository
- Parameters:
notification
- the notification
-