Uses of Interface
com.broadleafcommerce.bulkoperations.service.handler.BulkOperationHandler
Packages that use BulkOperationHandler
Package
Description
-
Uses of BulkOperationHandler in com.broadleafcommerce.bulkoperations.service.handler
Classes in com.broadleafcommerce.bulkoperations.service.handler that implement BulkOperationHandler -
Uses of BulkOperationHandler in com.broadleafcommerce.bulkoperations.web.endpoint
Methods in com.broadleafcommerce.bulkoperations.web.endpoint that return types with arguments of type BulkOperationHandlerModifier and TypeMethodDescriptionprotected List<BulkOperationHandler>BulkOperationsEndpoint.getBulkOperationHandlers()Constructor parameters in com.broadleafcommerce.bulkoperations.web.endpoint with type arguments of type BulkOperationHandlerModifierConstructorDescriptionBulkOperationsEndpoint(BulkOperationsService bulkOperationsService, List<BulkOperationHandler> bulkOperationHandlers)