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 of CartNotificationRepository.
Author:
Dima Myroniuk (dmyroniuk)
  • 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 interface CartNotificationRepository
      Parameters:
      notification - the notification