Uses of Interface
com.broadleafcommerce.common.dataexport.repository.ExportRepository
Package
Description
-
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.messaging.autoconfigure
Modifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.RetryClusterService
ProcessExportRequestNotificationAutoConfiguration.processExportRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, ProcessExportRequestNotificationProperties properties, ExportRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationHandler handler, List<com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository> ignoredRepositories, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
JpaExportRepository<D extends JpaExport>
JPA domain-specific implementation ofExportRepository
. -
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.service
Modifier and TypeMethodDescriptionprotected ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable>
DefaultExportService.getRepository()
ModifierConstructorDescriptionDefaultExportService
(ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) -
Uses of ExportRepository in com.broadleafcommerce.common.dataexport.service.autoconfigure
Modifier and TypeMethodDescriptionExportServiceAutoConfiguration.exportService
(ExportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> exportRepository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager)