Uses of Package
com.broadleafcommerce.bulk.service
-
Packages that use com.broadleafcommerce.bulk.service Package Description com.broadleafcommerce.bulk.messaging com.broadleafcommerce.bulk.service com.broadleafcommerce.bulk.service.autoconfigure -
Classes in com.broadleafcommerce.bulk.service used by com.broadleafcommerce.bulk.messaging Class Description BulkUpdateManager WhileBulkUpdateServiceis purely in charge of CRUD-related operations onBulkUpdate, this service is a higher level abstraction that performs the surrounding logic of processing bulk update operations.BulkUpdateService Service API forBulkUpdates. -
Classes in com.broadleafcommerce.bulk.service used by com.broadleafcommerce.bulk.service Class Description BatchProcessResponse A response returned byBulkUpdateProcessor.modifyAndPersist(List, BulkUpdate)indicating the results of processing a batch of records in an update.BulkUpdateManager WhileBulkUpdateServiceis purely in charge of CRUD-related operations onBulkUpdate, this service is a higher level abstraction that performs the surrounding logic of processing bulk update operations.BulkUpdateProcessor WhileBulkUpdateManageris responsible for most of the coordination during a bulk update, it will delegate to aBulkUpdateProcessorfor operations that are specific to theBulkUpdate.targetandBulkUpdate.type.BulkUpdateRequestValidator ValidatesBulkUpdateRequest.BulkUpdateService Service API forBulkUpdates.ReadRecordsResponse A response returned byBulkUpdateProcessor.readRecordsToProcess(BulkUpdate)indicating the results of attempting to read all of the records to process in an update. -
Classes in com.broadleafcommerce.bulk.service used by com.broadleafcommerce.bulk.service.autoconfigure Class Description BulkUpdateManager WhileBulkUpdateServiceis purely in charge of CRUD-related operations onBulkUpdate, this service is a higher level abstraction that performs the surrounding logic of processing bulk update operations.BulkUpdateProcessor WhileBulkUpdateManageris responsible for most of the coordination during a bulk update, it will delegate to aBulkUpdateProcessorfor operations that are specific to theBulkUpdate.targetandBulkUpdate.type.BulkUpdateRequestValidator ValidatesBulkUpdateRequest.BulkUpdateService Service API forBulkUpdates.