Uses of Class
com.broadleafcommerce.dataexchange.service.autoconfigure.DataExchangeProperties
Packages that use DataExchangeProperties
Package
Description
- 
Uses of DataExchangeProperties in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service that return DataExchangePropertiesModifier and TypeMethodDescriptionprotected DataExchangePropertiesAbstractDataExchangeService.getProperties()Constructors in com.broadleafcommerce.dataexchange.service with parameters of type DataExchangePropertiesModifierConstructorDescriptionAbstractDataExchangeService(org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, com.broadleafcommerce.common.extension.TypeFactory typeFactory, DataExchangeProperties properties, List<BatchExtensionProcessor> batchExtensionProcessors)  - 
Uses of DataExchangeProperties in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure with parameters of type DataExchangePropertiesModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.comprehensiveProductExchangeService(org.springframework.core.task.AsyncTaskExecutor taskExecutor, org.springframework.retry.support.RetryTemplate retryTemplate, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, DataExchangeProperties dataExchangeProperties, List<BatchExtensionProcessor> batchExtensionProcessors, ProductBatchItemHandler<ComprehensiveProduct> productBatchItemHandler)  - 
Uses of DataExchangeProperties in com.broadleafcommerce.dataexchange.service.catalog
Constructors in com.broadleafcommerce.dataexchange.service.catalog with parameters of type DataExchangePropertiesModifierConstructorDescriptionDefaultComprehensiveProductExchangeService(CatalogProvider<T, Variant> catalogProvider, DataExchangeProperties properties, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductBatchItemHandler<T> productBatchItemHandler, List<BatchExtensionProcessor> batchExtensionProcessors)