Package | Description |
---|---|
com.broadleafcommerce.dataimport.asset | |
com.broadleafcommerce.dataimport.csv | |
com.broadleafcommerce.dataimport.service |
Modifier and Type | Class and Description |
---|---|
class |
AssetImportProcessor
Handles the upload of a zip file full of static assets and optionally creates folders for them.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVFileImportProcessor
Background jobs call this
|
Modifier and Type | Field and Description |
---|---|
protected List<FileImportProcessor> |
ImportProcessExecutor.registeredProcessors |
protected List<FileImportProcessor> |
ImportServiceImpl.registeredProcessors |
Modifier and Type | Method and Description |
---|---|
List<FileImportProcessor> |
ImportProcessExecutor.getRegisteredProcessors() |
List<FileImportProcessor> |
ImportServiceImpl.getRegisteredProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
ImportProcessExecutor.setRegisteredProcessors(List<FileImportProcessor> registeredProcessors) |
void |
ImportServiceImpl.setRegisteredProcessors(List<FileImportProcessor> registeredProcessors) |
Copyright © 2020. All rights reserved.