Uses of Class
com.broadleafcommerce.dataimport.domain.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in com.broadleafcommerce.dataimport.processor
Methods in com.broadleafcommerce.dataimport.processor that return types with arguments of type BatchModifier and TypeMethodDescriptionprotected BatchService<Batch>
DefaultBatchManager.getBatchService()
Constructor parameters in com.broadleafcommerce.dataimport.processor with type arguments of type BatchModifierConstructorDescriptionDefaultBatchManager
(BatchService<Batch> batchService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Batch in com.broadleafcommerce.dataimport.processor.autoconfigure
Method parameters in com.broadleafcommerce.dataimport.processor.autoconfigure with type arguments of type BatchModifier and TypeMethodDescriptionDataImportProcessorAutoConfiguration.batchManager
(BatchService<Batch> batchService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Batch in com.broadleafcommerce.dataimport.service
Classes in com.broadleafcommerce.dataimport.service with type parameters of type BatchModifier and TypeInterfaceDescriptioninterface
BatchService<P extends Batch>
class
DefaultBatchService<P extends Batch>
Methods in com.broadleafcommerce.dataimport.service that return BatchModifier and TypeMethodDescriptionprotected Batch
DefaultBatchCompletionService.updateBatch
(com.broadleafcommerce.common.dataimport.messaging.BatchCompletion batch) Methods in com.broadleafcommerce.dataimport.service with parameters of type BatchModifier 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) Constructor parameters in com.broadleafcommerce.dataimport.service with type arguments of type BatchModifierConstructorDescriptionDefaultBatchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) -
Uses of Batch in com.broadleafcommerce.dataimport.service.autoconfigure
Methods in com.broadleafcommerce.dataimport.service.autoconfigure that return types with arguments of type BatchModifier 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) Method parameters in com.broadleafcommerce.dataimport.service.autoconfigure with type arguments of type BatchModifier 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
Constructor parameters in com.broadleafcommerce.dataimport.service.purge with type arguments of type BatchModifierConstructorDescriptionPurgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties)