Class DefaultCartNotificationRepository
- java.lang.Object
-
- com.broadleafcommerce.cart.service.messaging.DefaultCartNotificationRepository
-
- All Implemented Interfaces:
CartNotificationRepository
public class DefaultCartNotificationRepository extends Object implements CartNotificationRepository
The default implementation ofCartNotificationRepository
.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Constructor Summary
Constructors Constructor Description DefaultCartNotificationRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification)
Stores the notification.
-
-
-
Method Detail
-
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
-
-