Uses of Interface
com.broadleafcommerce.catalog.service.bulkoperation.processor.BulkUpdateProcessor
Package
Description
-
Uses of BulkUpdateProcessor in com.broadleafcommerce.catalog.messaging.autoconfigure
Modifier and TypeMethodDescriptionCatalogMessagingAutoConfiguration.CatalogBulkOperationAutoConfiguration.catalogProcessBulkOperationHandler
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, List<BulkUpdateProcessor> bulkUpdateProcessors, BulkOperationService<BulkOperation> bulkOperationService, com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender sender) -
Uses of BulkUpdateProcessor in com.broadleafcommerce.catalog.messaging.bulkoperation
Modifier and TypeMethodDescriptionprotected List<BulkUpdateProcessor>
CatalogBulkOperationHandler.getBulkUpdateProcessors()
ModifierConstructorDescriptionCatalogBulkOperationHandler
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, List<BulkUpdateProcessor> bulkUpdateProcessors, BulkOperationService<BulkOperation> bulkOperationService, com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender sender) -
Uses of BulkUpdateProcessor in com.broadleafcommerce.catalog.service.bulkoperation.processor
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BulkUpdateProcessor in com.broadleafcommerce.catalog.web.endpoint.bulkoperation
Modifier and TypeMethodDescriptionprotected List<BulkUpdateProcessor>
CatalogSupportedBulkOperationsEndpoint.getBulkOperationProcessors()
Modifier and TypeMethodDescriptionprotected com.broadleafcommerce.bulk.v2.domain.SupportedBulkOperation
CatalogSupportedBulkOperationsEndpoint.buildSupportedBulkOp
(String operationType, String entityType, BulkUpdateProcessor processor) ModifierConstructorDescriptionCatalogSupportedBulkOperationsEndpoint
(List<BulkUpdateProcessor> bulkOperationProcessors, com.broadleafcommerce.common.extension.TypeFactory typeFactory)