Uses of Interface
com.broadleafcommerce.bulkoperations.domain.CatalogItem
Packages that use CatalogItem
Package
Description
-
Uses of CatalogItem in com.broadleafcommerce.bulkoperations.domain
Classes in com.broadleafcommerce.bulkoperations.domain that implement CatalogItem -
Uses of CatalogItem in com.broadleafcommerce.bulkoperations.domain.catalog
Classes in com.broadleafcommerce.bulkoperations.domain.catalog that implement CatalogItem -
Uses of CatalogItem in com.broadleafcommerce.bulkoperations.messaging
Classes in com.broadleafcommerce.bulkoperations.messaging with type parameters of type CatalogItemModifier and TypeClassDescriptionclassCategoryModifiedEventListener<CI extends CatalogItem>A listener that accepts aSingleProductIndexedEventin order to determine if the product should be added or removed from any categories that are marked as `AUTO_INCLUDE`.classInitializeBulkOperationItemsListener<CI extends CatalogItem>A listener that accepts aBulkOpsInitializeItemsRequestin order to initialize bulk operation items.classSingleProductIndexedEventListener<CI extends CatalogItem>A listener that accepts aSingleProductIndexedEventin order to determine if the product should be added or removed from any categories that are marked as `AUTO_INCLUDE`. -
Uses of CatalogItem in com.broadleafcommerce.bulkoperations.service.handler
Methods in com.broadleafcommerce.bulkoperations.service.handler that return types with arguments of type CatalogItemModifier and TypeMethodDescriptionprotected CatalogProvider<? extends CatalogItem>CatalogBulkOperationHandler.getCatalogProvider()Constructor parameters in com.broadleafcommerce.bulkoperations.service.handler with type arguments of type CatalogItemModifierConstructorDescriptionCatalogBulkOperationHandler(CatalogProvider<? extends CatalogItem> catalogProvider, com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender sender, BulkOperationsProviderProperties properties, com.broadleafcommerce.bulk.v2.messaging.sandbox.CreateSandboxRequestProducer createSandboxRequestProducer, com.broadleafcommerce.bulk.v2.messaging.BulkOpsInitializeItemsRequestProducer bulkOpsInitializeItemsRequestProducer, org.springframework.context.MessageSource messageSource, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CatalogItem in com.broadleafcommerce.bulkoperations.service.provider
Classes in com.broadleafcommerce.bulkoperations.service.provider with type parameters of type CatalogItemModifier and TypeInterfaceDescriptioninterfaceCatalogProvider<I extends CatalogItem>Provider for interfacing with operations around catalog.interfaceSandboxProvider<I extends CatalogItem>Provider for interfacing with operations around sandboxing.interfaceSearchProvider<I extends CatalogItem>Provider for interfacing with operations around catalog search. -
Uses of CatalogItem in com.broadleafcommerce.bulkoperations.service.provider.external
Classes in com.broadleafcommerce.bulkoperations.service.provider.external with type parameters of type CatalogItemModifier and TypeClassDescriptionclassExternalCatalogProvider<I extends CatalogItem>classExternalSandboxProvider<I extends CatalogItem>classExternalSearchProvider<I extends CatalogItem>