Uses of Class
com.broadleafcommerce.dataimport.domain.Batch
Package
Description
-
Uses of Batch in com.broadleafcommerce.dataimport.processor
Modifier and TypeMethodDescriptionprotected BatchService<Batch>
DefaultBatchManager.getBatchService()
ModifierConstructorDescriptionDefaultBatchManager
(BatchService<Batch> batchService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Batch in com.broadleafcommerce.dataimport.processor.autoconfigure
Modifier and TypeMethodDescriptionDataImportProcessorAutoConfiguration.batchManager
(BatchService<Batch> batchService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Batch in com.broadleafcommerce.dataimport.service
Modifier and TypeInterfaceDescriptioninterface
BatchService<P extends Batch>
class
DefaultBatchService<P extends Batch>
Modifier and TypeMethodDescriptionprotected Batch
DefaultBatchCompletionService.updateBatch
(com.broadleafcommerce.common.dataimport.messaging.BatchCompletion batch) Modifier and TypeMethodDescriptionDefaultImportService.adjustCountsFromCompletedBatch
(Batch completedBatch) ImportService.adjustCountsFromCompletedBatch
(Batch completedBatch) protected Import
DefaultBatchCompletionService.adjustImportCounts
(Batch batch) void
BatchService.createAndProcess
(Batch batch) void
DefaultBatchService.createAndProcess
(Batch batch) protected Map<BatchItemStatus,
Long> DefaultImportService.getStatusCounts
(Batch batch) ModifierConstructorDescriptionDefaultBatchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) -
Uses of Batch 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) Modifier and TypeMethodDescriptionImportServiceAutoConfiguration.batchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) ImportServiceAutoConfiguration.purgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties) -
Uses of Batch in com.broadleafcommerce.dataimport.service.purge
ModifierConstructorDescriptionPurgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties)