Uses of Class
com.broadleafcommerce.dataimport.domain.ImportFieldConfig
Package
Description
-
Uses of ImportFieldConfig in com.broadleafcommerce.dataimport.domain
Modifier and TypeMethodDescriptionImportFieldConfig.withDefaultValue
(String defaultValue) Sets a default value for this field.ImportFieldConfig.withValidator
(ImportFieldValidator validator) Adds the givenvalidator
togetValidators()
. -
Uses of ImportFieldConfig in com.broadleafcommerce.dataimport.processor.specification
Modifier and TypeFieldDescriptionprotected LinkedHashMap<String,
ImportFieldConfig> DefaultSpecification.fieldConfigMap
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionDefaultSpecification.getFieldConfigMap()
Deprecated.ImportSpecification.getFieldConfigMap()
Deprecated, for removal: This API element is subject to removal in a future version.DefaultSpecification.getHeaderFieldConfigsByRowType()
These represent the fields expected for this specification.default Map<String,
Map<String, ImportFieldConfig>> ImportSpecification.getHeaderFieldConfigsByRowType()
These represent the fields expected for this specification.Modifier and TypeMethodDescriptionprotected void
CampaignCodeSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) protected void
CustomerSegmentMemberSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) protected void
CustomerSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) protected void
DefaultSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) This method is always invoked in the constructor - seeDefaultSpecification.createUnmodifiableHeaderFieldConfigsByRowType()
.protected void
OfferCodeSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) protected void
PriceDataSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) protected void
UpdatePricesSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) -
Uses of ImportFieldConfig in com.broadleafcommerce.dataimport.processor.specification.inventory
Modifier and TypeMethodDescriptionprotected void
SkuInventoryImportSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) -
Uses of ImportFieldConfig in com.broadleafcommerce.dataimport.processor.specification.product
Modifier and TypeMethodDescriptionprotected void
CompleteProductImportSpecification.populateHeaderFieldConfigsByRowType
(Map<String, Map<String, ImportFieldConfig>> headerFieldConfigsByRowType) -
Uses of ImportFieldConfig in com.broadleafcommerce.dataimport.service.validation
Modifier and TypeMethodDescriptionEmailAddressValidator.validate
(String address, ImportFieldConfig ifg) EnumeratedValueValidator.validate
(String value, ImportFieldConfig ifg) ImportFieldValidator.validate
(String value, ImportFieldConfig ifg) Returns false if this field does not pass validation.MaxLengthValidator.validate
(@NonNull String value, ImportFieldConfig ifg) RegexFieldValidator.validate
(String value, ImportFieldConfig ifg)