Uses of Class
com.broadleafcommerce.inventory.dataimport.SkuInventoryDefaultsInitializer
-
Packages that use SkuInventoryDefaultsInitializer Package Description com.broadleafcommerce.inventory.dataimport com.broadleafcommerce.inventory.dataimport.autoconfigure -
-
Uses of SkuInventoryDefaultsInitializer in com.broadleafcommerce.inventory.dataimport
Methods in com.broadleafcommerce.inventory.dataimport that return SkuInventoryDefaultsInitializer Modifier and Type Method Description protected SkuInventoryDefaultsInitializer
SkuInventoryImportBatchHandler. getSkuInventoryDefaultsInitializer()
Constructors in com.broadleafcommerce.inventory.dataimport with parameters of type SkuInventoryDefaultsInitializer Constructor Description SkuInventoryImportBatchHandler(SkuInventoryConverter skuInventoryConverter, SkuInventoryService<SkuInventory> skuInventoryService, SkuInventoryDefaultsInitializer skuInventoryDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator)
-
Uses of SkuInventoryDefaultsInitializer in com.broadleafcommerce.inventory.dataimport.autoconfigure
Methods in com.broadleafcommerce.inventory.dataimport.autoconfigure with parameters of type SkuInventoryDefaultsInitializer Modifier and Type Method Description SkuInventoryImportBatchHandler
SkuInventoryServicesImportAutoConfiguration. skuInventoryImportBatchHandler(SkuInventoryConverter skuInventoryConverter, SkuInventoryService<SkuInventory> skuInventoryService, SkuInventoryDefaultsInitializer skuInventoryDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator)
-