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
Modifier and TypeMethodDescriptionvoid
saveNotification
(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores the notification.
-
Method Details
-
saveNotification
@Policy(operationTypes=CREATE) void saveNotification(com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware notification) Stores the notification.- Parameters:
notification
- the notification
-