Uses of Class
com.broadleafcommerce.dataimport.domain.BatchItem
Packages that use BatchItem
Package
Description
-
Uses of BatchItem in com.broadleafcommerce.dataimport.domain
Methods in com.broadleafcommerce.dataimport.domain that return BatchItemMethods in com.broadleafcommerce.dataimport.domain that return types with arguments of type BatchItemModifier and TypeMethodDescriptionBatchItem.getDependents()
Items that should be conceptually linked to the parent record that represents this itemBatch.getItems()
All of the items within this batchMethods in com.broadleafcommerce.dataimport.domain with parameters of type BatchItemModifier and TypeMethodDescriptionvoid
BatchItem.addDependentItem
(BatchItem dependentItem) Adds a BatchItem to the list of dependents.Method parameters in com.broadleafcommerce.dataimport.domain with type arguments of type BatchItem -
Uses of BatchItem in com.broadleafcommerce.dataimport.service
Methods in com.broadleafcommerce.dataimport.service with parameters of type BatchItemModifier 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) Method parameters in com.broadleafcommerce.dataimport.service with type arguments of type BatchItemModifier 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)