Interface CartNotificationRepository

  • All Known Implementing Classes:
    DefaultCartNotificationRepository

    public interface CartNotificationRepository
    The repository responsible for storing the notifications related to the cart.
    Author:
    Dima Myroniuk (dmyroniuk)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void saveNotification​(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification)
      Stores the notification.
    • Method Detail

      • saveNotification

        @Policy(operationTypes=CREATE)
        void saveNotification​(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification)
        Stores the notification.
        Parameters:
        notification - the notification