Class JpaTrackableNotificationStateRepository
java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.BaseJpaNotificationStateRepository
com.broadleafcommerce.data.tracking.jpa.messaging.JpaTrackableNotificationStateRepository
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
- Direct Known Subclasses:
JpaTrackableRepository
public class JpaTrackableNotificationStateRepository
extends BaseJpaNotificationStateRepository
implements com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
Adds in functionality for
TrackableRepository
to make modifications to notification
states- Author:
- Jeff Fischer, Phillip Verheyden (phillipuniverse)
-
Constructor Summary
-
Method Summary
Methods inherited from class com.broadleafcommerce.data.tracking.jpa.messaging.BaseJpaNotificationStateRepository
findNotificationReadyMembers, getEntityManager, getEntityTypes, getPolyMorphicVariations, setFailedNotificationAttempt, setNotificationAcknowledged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledged
-
Constructor Details
-
JpaTrackableNotificationStateRepository
public JpaTrackableNotificationStateRepository(javax.persistence.EntityManager em)
-