Uses of Interface
com.broadleafcommerce.dataimport.processor.specification.GlobalImportSpecification
Packages that use GlobalImportSpecification
Package
Description
-
Uses of GlobalImportSpecification in com.broadleafcommerce.dataimport.processor.specification
Classes in com.broadleafcommerce.dataimport.processor.specification that implement GlobalImportSpecificationModifier and TypeClassDescriptionclass
class
class
class
class
class
Deprecated.class
The default specification for theDefaultImportType.UPDATE_CATALOG_PRICES
import type. -
Uses of GlobalImportSpecification in com.broadleafcommerce.dataimport.processor.specification.inventory
Classes in com.broadleafcommerce.dataimport.processor.specification.inventory that implement GlobalImportSpecificationModifier and TypeClassDescriptionclass
Specification for SKU inventory imports, where the input files are defining inventory to create/update in the data store. -
Uses of GlobalImportSpecification in com.broadleafcommerce.dataimport.processor.specification.product
Classes in com.broadleafcommerce.dataimport.processor.specification.product that implement GlobalImportSpecificationModifier and TypeClassDescriptionclass
Specification for 'complete product' imports, where the input files are typically defining full new products and variants (and related entities) to create in the data store. -
Uses of GlobalImportSpecification in com.broadleafcommerce.dataimport.service
Methods in com.broadleafcommerce.dataimport.service that return types with arguments of type GlobalImportSpecificationModifier and TypeMethodDescriptionDefaultImportSpecificationService.findAllGlobalImportSpecifications
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) By default, this just finds allGlobalImportSpecification
, with no regard forcontextInfo
.ImportSpecificationService.findAllGlobalImportSpecifications
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Returns allGlobalImportSpecification
instances.
CompleteProductImportSpecification