Interface CartNotificationRepository
-
- All Known Implementing Classes:
DefaultCartNotificationRepository
public interface CartNotificationRepositoryThe 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 voidsaveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification)Stores the notification.
-