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 DataDrivenEnumDataDrivenEnumBatchLoaderProcessor.mapCustomDataDrivenEnum(String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, Object customValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Attempts to map any custom data driven enums.protected voidDataDrivenEnumBatchLoaderProcessor.populateCustomDataDrivenEnum(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping) protected voidDataDrivenEnumBatchLoaderProcessor.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 TypeMethodDescriptionvoidCustomDataDriveEnumProperties.setCustomMappings(Map<String, CustomDataDriveEnumProperties.DataDrivenEnumMapping> customMappings) A map of custom data driven enum mappings.