Uses of Class
com.broadleafcommerce.dataexchange.service.catalog.CustomDataDriveEnumProperties.DataDrivenEnumMapping
Packages that use CustomDataDriveEnumProperties.DataDrivenEnumMapping
-
Uses of CustomDataDriveEnumProperties.DataDrivenEnumMapping in com.broadleafcommerce.dataexchange.service.catalog
Methods in com.broadleafcommerce.dataexchange.service.catalog that return types with arguments of type CustomDataDriveEnumProperties.DataDrivenEnumMappingModifier and TypeMethodDescriptionCustomDataDriveEnumProperties.getCustomMappings()
A map of custom data driven enum mappings.Methods in com.broadleafcommerce.dataexchange.service.catalog with parameters of type CustomDataDriveEnumProperties.DataDrivenEnumMappingModifier and TypeMethodDescriptionprotected List<DataDrivenEnum>
DataDrivenEnumBatchLoaderProcessor.getCustomDataDrivenEnums
(ComprehensiveProduct product, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, BatchContext<ComprehensiveProduct> batchContext) Returns the data driven enum(s) for a custom field.protected List<DataDrivenEnum>
DataDrivenEnumBatchLoaderProcessor.mapCollectionCustomDataDrivenEnum
(String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, Object customValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Maps a collection of custom data driven enums.protected DataDrivenEnum
DataDrivenEnumBatchLoaderProcessor.mapCustomDataDrivenEnum
(String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, Object customValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Attempts to map any custom data driven enums.protected void
DataDrivenEnumBatchLoaderProcessor.populateCustomDataDrivenEnum
(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping) protected void
DataDrivenEnumBatchLoaderProcessor.populateCustomDataDrivenEnumCollection
(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping) Method parameters in com.broadleafcommerce.dataexchange.service.catalog with type arguments of type CustomDataDriveEnumProperties.DataDrivenEnumMappingModifier and TypeMethodDescriptionvoid
CustomDataDriveEnumProperties.setCustomMappings
(Map<String, CustomDataDriveEnumProperties.DataDrivenEnumMapping> customMappings) A map of custom data driven enum mappings.