Uses of Interface
com.broadleafcommerce.dataimport.repository.ImportBatchRepository
Package
Description
-
Uses of ImportBatchRepository in com.broadleafcommerce.dataimport.messaging.autoconfigure
Modifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.RetryClusterService
BatchRequestNotificationAutoConfiguration.batchRequestRetryClusterService
(org.apache.camel.cluster.CamelClusterService camelClusterService, BatchRequestNotificationProperties properties, ImportBatchRepository<?> 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 ImportBatchRepository in com.broadleafcommerce.dataimport.provider.jpa.repository
Modifier and TypeInterfaceDescriptioninterface
JpaImportBatchRepository<D extends JpaBatch>
JPA domain-specific implementation ofImportBatchRepository
. -
Uses of ImportBatchRepository in com.broadleafcommerce.dataimport.service
Modifier and TypeMethodDescriptionprotected ImportBatchRepository<com.broadleafcommerce.data.tracking.core.Identifiable>
DefaultBatchService.getRepository()
ModifierConstructorDescriptionDefaultBatchService
(ImportBatchRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ImportBatchRepository in com.broadleafcommerce.dataimport.service.autoconfigure
Modifier and TypeMethodDescriptionImportServiceAutoConfiguration.batchService
(ImportBatchRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory)