Uses of Interface
com.broadleafcommerce.catalog.service.bulkoperation.processor.BulkUpdateProcessor
Packages that use BulkUpdateProcessor
Package
Description
-
Uses of BulkUpdateProcessor in com.broadleafcommerce.catalog.messaging.autoconfigure
Method parameters in com.broadleafcommerce.catalog.messaging.autoconfigure with type arguments of type BulkUpdateProcessorModifier 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
Methods in com.broadleafcommerce.catalog.messaging.bulkoperation that return types with arguments of type BulkUpdateProcessorModifier and TypeMethodDescriptionprotected List<BulkUpdateProcessor>
CatalogBulkOperationHandler.getBulkUpdateProcessors()
Constructor parameters in com.broadleafcommerce.catalog.messaging.bulkoperation with type arguments of type BulkUpdateProcessorModifierConstructorDescriptionCatalogBulkOperationHandler
(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
Classes in com.broadleafcommerce.catalog.service.bulkoperation.processor that implement BulkUpdateProcessorModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BulkUpdateProcessor in com.broadleafcommerce.catalog.web.endpoint.bulkoperation
Methods in com.broadleafcommerce.catalog.web.endpoint.bulkoperation that return types with arguments of type BulkUpdateProcessorModifier and TypeMethodDescriptionprotected List<BulkUpdateProcessor>
CatalogSupportedBulkOperationsEndpoint.getBulkOperationProcessors()
Methods in com.broadleafcommerce.catalog.web.endpoint.bulkoperation with parameters of type BulkUpdateProcessorModifier and TypeMethodDescriptionprotected com.broadleafcommerce.bulk.v2.domain.SupportedBulkOperation
CatalogSupportedBulkOperationsEndpoint.buildSupportedBulkOp
(String operationType, String entityType, BulkUpdateProcessor processor) Constructor parameters in com.broadleafcommerce.catalog.web.endpoint.bulkoperation with type arguments of type BulkUpdateProcessorModifierConstructorDescriptionCatalogSupportedBulkOperationsEndpoint
(List<BulkUpdateProcessor> bulkOperationProcessors, com.broadleafcommerce.common.extension.TypeFactory typeFactory)