Uses of Interface
com.broadleafcommerce.notification.repository.NotificationRepository
Packages that use NotificationRepository
Package
Description
-
Uses of NotificationRepository in com.broadleafcommerce.notification.provider.jpa.repository
Subinterfaces of NotificationRepository in com.broadleafcommerce.notification.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaNotificationRepository<D extends JpaNotification>
Extension to provide a Spring Data repository for accessingNotification
references via JPA. -
Uses of NotificationRepository in com.broadleafcommerce.notification.service
Methods in com.broadleafcommerce.notification.service that return NotificationRepositoryModifier and TypeMethodDescriptionprotected NotificationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultNotificationService.getRepository()
Notification RepositoryConstructors in com.broadleafcommerce.notification.service with parameters of type NotificationRepositoryModifierConstructorDescriptionDefaultNotificationService
(NotificationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapper, List<NotificationHandler> handlers) Creates a new instance ofDefaultNotificationService
.