Uses of Class
com.broadleafcommerce.dataimport.domain.BatchItem
Package
Description
-
Uses of BatchItem in com.broadleafcommerce.dataimport.domain
Modifier and TypeMethodDescriptionBatchItem.getDependents()
Items that should be conceptually linked to the parent record that represents this itemBatch.getItems()
All of the items within this batchModifier and TypeMethodDescriptionvoid
BatchItem.addDependentItem
(BatchItem dependentItem) Adds a BatchItem to the list of dependents. -
Uses of BatchItem in com.broadleafcommerce.dataimport.service
Modifier and TypeMethodDescriptionprotected com.broadleafcommerce.common.dataimport.messaging.BatchCompletionRecord
DefaultBatchService.buildErrorCompletionRecordForUnackedItem
(BatchItem batchItem) protected P
DefaultBatchItemCompletionService.convertFrom
(String importId, BatchItem completedBatchItem, String topLevelParentCorrelationId) protected void
DefaultBatchService.updateBatchItemAndDependents
(BatchItem batchItem, Map<String, com.broadleafcommerce.common.dataimport.messaging.BatchCompletionRecord> correlationIdsToCompletionRecords) protected void
DefaultBatchService.updateBatchItemFromCompletionRecord
(BatchItem toUpdate, com.broadleafcommerce.common.dataimport.messaging.BatchCompletionRecord completionRecord) Modifier and TypeMethodDescriptionBatchItemCompletionService.createAllFromBatchItems
(String importId, List<BatchItem> completedBatchItems) Accepts a list of completedBatchItems
and creates aBatchItemCompletion
for each of them.DefaultBatchItemCompletionService.createAllFromBatchItems
(String importId, List<BatchItem> completedBatchItems)