Uses of Interface
com.broadleafcommerce.dataimport.processor.specification.DynamicHeaderFieldMapping
Packages that use DynamicHeaderFieldMapping
Package
Description
-
Uses of DynamicHeaderFieldMapping in com.broadleafcommerce.dataimport.processor.specification
Methods in com.broadleafcommerce.dataimport.processor.specification that return types with arguments of type DynamicHeaderFieldMappingModifier and TypeMethodDescriptionprotected Map<String,
List<DynamicHeaderFieldMapping>> DefaultSpecification.getDynamicHeaderMappingConfigsByRowType()
Method parameters in com.broadleafcommerce.dataimport.processor.specification with type arguments of type DynamicHeaderFieldMappingModifier and TypeMethodDescriptionprotected void
DefaultSpecification.populateDynamicHeaderMappingsByRowType
(Map<String, List<DynamicHeaderFieldMapping>> dynamicHeaderMappingConfigsByRowType) This method is always invoked in the constructor - seeDefaultSpecification.createUnmodifiableDynamicHeaderMappingsByRowType()
. -
Uses of DynamicHeaderFieldMapping in com.broadleafcommerce.dataimport.processor.specification.product
Method parameters in com.broadleafcommerce.dataimport.processor.specification.product with type arguments of type DynamicHeaderFieldMappingModifier and TypeMethodDescriptionprotected void
CompleteProductImportSpecification.populateDynamicHeaderMappingsByRowType
(Map<String, List<DynamicHeaderFieldMapping>> dynamicHeaderMappingConfigsByRowType) -
Uses of DynamicHeaderFieldMapping in com.broadleafcommerce.dataimport.processor.specification.translation
Classes in com.broadleafcommerce.dataimport.processor.specification.translation that implement DynamicHeaderFieldMappingModifier and TypeClassDescriptionclass
A dynamic header field mapping that supports mapping headers and fields matching a translation pattern.