@Service public final class WebCmsDataImportServiceImpl extends Object implements WebCmsDataImportService
PlatformTransactionManager.| Constructor and Description |
|---|
WebCmsDataImportServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
importData(Map<String,Object> data)
Import a collection of data.
|
void |
importData(Map<String,Object> data,
String identifier)
Import a collection of data.
|
void |
importData(WebCmsDataEntry data)
Import a data entry.
|
@Transactional public void importData(Map<String,Object> data)
WebCmsDataImportServiceimportData in interface WebCmsDataImportServicedata - containing everything that should be imported@Transactional public void importData(Map<String,Object> data, String identifier)
WebCmsDataImportServiceimportData in interface WebCmsDataImportServicedata - containing everything that should be importedidentifier - an optional identifier for the data being imported - useful for logging purposes@Transactional public void importData(WebCmsDataEntry data)
WebCmsDataImportServiceWebCmsDataImporter beans will be checked to see if
they support the given data set.importData in interface WebCmsDataImportServicedata - containing everything that should be importedCopyright © 2020. All rights reserved.