Uses of Interface
com.broadleafcommerce.dataimport.service.BatchService
Packages that use BatchService
Package
Description
-
Uses of BatchService in com.broadleafcommerce.dataimport.processor
Methods in com.broadleafcommerce.dataimport.processor that return BatchServiceModifier and TypeMethodDescriptionprotected BatchService<Batch>
DefaultBatchManager.getBatchService()
Constructors in com.broadleafcommerce.dataimport.processor with parameters of type BatchServiceModifierConstructorDescriptionDefaultBatchManager
(BatchService<Batch> batchService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of BatchService in com.broadleafcommerce.dataimport.processor.autoconfigure
Methods in com.broadleafcommerce.dataimport.processor.autoconfigure with parameters of type BatchServiceModifier and TypeMethodDescriptionDataImportProcessorAutoConfiguration.batchManager
(BatchService<Batch> batchService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of BatchService in com.broadleafcommerce.dataimport.service
Classes in com.broadleafcommerce.dataimport.service that implement BatchServiceConstructors in com.broadleafcommerce.dataimport.service with parameters of type BatchServiceModifierConstructorDescriptionDefaultBatchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) DefaultImportService
(ImportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, BatchService<?> batchService) -
Uses of BatchService in com.broadleafcommerce.dataimport.service.autoconfigure
Methods in com.broadleafcommerce.dataimport.service.autoconfigure that return BatchServiceModifier 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) Methods in com.broadleafcommerce.dataimport.service.autoconfigure with parameters of type BatchServiceModifier and TypeMethodDescriptionImportServiceAutoConfiguration.batchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) ImportServiceAutoConfiguration.importService
(ImportRepository<com.broadleafcommerce.data.tracking.core.Identifiable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, BatchService<?> batchService) ImportServiceAutoConfiguration.purgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties) -
Uses of BatchService in com.broadleafcommerce.dataimport.service.purge
Constructors in com.broadleafcommerce.dataimport.service.purge with parameters of type BatchServiceModifierConstructorDescriptionPurgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties)