public interface WebCmsDataImportService
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.
|
void importData(Map<String,Object> data)
data - containing everything that should be importedvoid importData(Map<String,Object> data, String identifier)
data - containing everything that should be importedidentifier - an optional identifier for the data being imported - useful for logging purposesvoid importData(WebCmsDataEntry data)
WebCmsDataImporter beans will be checked to see if
they support the given data set.data - containing everything that should be importedCopyright © 2020. All rights reserved.