Uses of Class
com.broadleafcommerce.dataimport.domain.BatchItemCompletion
Packages that use BatchItemCompletion
Package
Description
-
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.processor.autoconfigure
Method parameters in com.broadleafcommerce.dataimport.processor.autoconfigure with type arguments of type BatchItemCompletionModifier and TypeMethodDescriptionDataImportProcessorAutoConfiguration.defaultImportProcessor
(BatchManager batchManager, DataImportProcessorProperties properties, ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, com.broadleafcommerce.common.dataimport.util.IdResolver idResolver, com.broadleafcommerce.common.dataimport.util.OperationResolver operationResolver, CorrelationIdMappingCache correlationIdCache) -
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.processor.csv
Method parameters in com.broadleafcommerce.dataimport.processor.csv with type arguments of type BatchItemCompletionModifier and TypeMethodDescriptionprotected boolean
DefaultImportProcessor.replaceCorrelationIdsAndCollectErrors
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord record, ImportProcessingContext<? extends FileReaderContext> context, List<BatchItemCompletion> errors, String topLevelParentCorrelationId) Resolves and replaces any correlation id references found in therows
of the givenBatchRecord
and its dependents with the corresponding resource IDs.Constructor parameters in com.broadleafcommerce.dataimport.processor.csv with type arguments of type BatchItemCompletionModifierConstructorDescriptionDefaultImportProcessor
(int batchSize, BatchManager batchManager, ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService) DefaultImportProcessor
(int batchSize, BatchManager batchManager, ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, com.broadleafcommerce.common.dataimport.util.IdResolver idResolver, com.broadleafcommerce.common.dataimport.util.OperationResolver operationResolver, CorrelationIdMappingCache correlationIdCache) DefaultImportProcessor
(BatchManager batchManager, ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService) Initializes the processor with a batch size of 100 -
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.processor.support
Methods in com.broadleafcommerce.dataimport.processor.support that return BatchItemCompletionModifier and TypeMethodDescriptionstatic BatchItemCompletion
RecordProcessingUtils.createInvalidRecordTypeError
(String importId, com.broadleafcommerce.common.dataimport.messaging.BatchRecord invalidRecord) Methods in com.broadleafcommerce.dataimport.processor.support that return types with arguments of type BatchItemCompletionModifier and TypeMethodDescriptionstatic List<BatchItemCompletion>
RecordProcessingUtils.createInvalidRecordTypeErrors
(String importId, List<com.broadleafcommerce.common.dataimport.messaging.BatchRecord> invalidRecords) RecordProcessingUtils.OrganizationResponse.getErrors()
-
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.service
Classes in com.broadleafcommerce.dataimport.service with type parameters of type BatchItemCompletionModifier and TypeInterfaceDescriptioninterface
BatchItemCompletionService<P extends BatchItemCompletion>
Service API forBatchItemCompletion
.class
Methods in com.broadleafcommerce.dataimport.service with parameters of type BatchItemCompletionModifier and TypeMethodDescriptionCSVErrorsReportService.getRowWithAdditionalDataAdded
(BatchItemCompletion batchItemCompletion, Map<String, String> propertyNameToHeaderName, ImportSpecification specification) Takes the original row frombatchItemCompletion
and returns a new row with mutations and additional entries as necessary.Constructor parameters in com.broadleafcommerce.dataimport.service with type arguments of type BatchItemCompletionModifierConstructorDescriptionCSVErrorsReportService
(ImportService<Import> importService, StorageService storage, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, ImportManager importManager) DefaultBatchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) DefaultIndexNotificationService
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, ImportBatchItemCompletionRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) -
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.service.autoconfigure
Methods in com.broadleafcommerce.dataimport.service.autoconfigure that return types with arguments of type BatchItemCompletionModifier and TypeMethodDescriptionImportServiceAutoConfiguration.batchItemCompletionService
(ImportBatchItemCompletionRepository<?> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.dataimport.service.autoconfigure with type arguments of type BatchItemCompletionModifier and TypeMethodDescriptionImportServiceAutoConfiguration.batchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService) ImportServiceAutoConfiguration.csvErrorsReportService
(ImportService<Import> importService, StorageService storage, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, ImportManager importManager) ImportServiceAutoConfiguration.importIndexService
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, ImportBatchItemCompletionRepository<?> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.extension.data.DataRouteSupporting route) ImportServiceAutoConfiguration.purgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties) -
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.service.purge
Constructor parameters in com.broadleafcommerce.dataimport.service.purge with type arguments of type BatchItemCompletionModifierConstructorDescriptionPurgeImportJobHandler
(ImportService<Import> importService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, BatchService<Batch> batchService, PurgeImportProperties purgeImportProperties) -
Uses of BatchItemCompletion in com.broadleafcommerce.dataimport.web.endpoint
Methods in com.broadleafcommerce.dataimport.web.endpoint that return types with arguments of type BatchItemCompletionModifier and TypeMethodDescriptionprotected BatchItemCompletionService<BatchItemCompletion>
ImportEndpoint.getBatchItemCompletionService()
org.springframework.data.domain.Page<BatchItemCompletion>
ImportEndpoint.getItemCompletions
(String importId, org.springframework.data.domain.Pageable pageable, cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.dataimport.web.endpoint with type arguments of type BatchItemCompletionModifierConstructorDescriptionImportEndpoint
(ImportManager importManager, ImportService<Import> importService, ErrorsReportService errorsReportService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, StorageService storage, ImportSpecificationService importSpecificationService)