| Interface | Description |
|---|---|
| WebCmsDataImporter |
API for a single importer component that supports a particular
WebCmsDataEntry. |
| WebCmsDataImportService |
Core API for importing data represented as a map into known assets.
|
| WebCmsPropertyDataImporter<T> |
Importer interface for a custom data property (eg.
|
| Class | Description |
|---|---|
| AbstractWebCmsDataImporter<T,U> |
Abstract base class for a
WebCmsDataImporter that needs to support both map and
collection data, as well as the different WebCmsDataImportAction options. |
| AbstractWebCmsPropertyDataCollectionsImporter |
Base class that re-dispatches incoming property data imports that could not be resolved.
|
| AbstractWebCmsPropertyDataImporter<T,U extends com.foreach.across.modules.hibernate.business.SettableIdBasedEntity<U>> | |
| WebCmsDataActionResolver | |
| WebCmsDataCollectionsImporter |
General importer that supports map or collection data and dispatches the individual entries.
|
| WebCmsDataConversionService |
Specific
ConversionService used by the WebCmsDataImportServiceImpl. |
| WebCmsDataEntry |
Represents a set of data to be imported.
|
| WebCmsDataExportService | |
| WebCmsDataImportServiceImpl |
Core API for importing data represented as a map into known assets.
|
| WebCmsDomainContextImporter | |
| WebCmsDomainContextPropertyImporter |
Simple importer implementation that will set the current domain scope.
|
| WebCmsForceUpdatePropertyImporter |
Simple importer implementation that will act as if a DTO has been changed in order to force saving the dto.
|
| WebCmsPropertyDataCollectionsImporter |
Default
AbstractWebCmsPropertyDataCollectionsImporter that re-dispatches WebCmsObject imports
whose property key contains ":" and could not be resolved by other WebCmsPropertyDataImporters. |
| WebCmsPropertyDataImportService |
Dispatches to the appropriate
WebCmsPropertyDataImporter for all custom properties. |
| WebCmsRootDataImporter |
Imports the data entry with key
<root>. |
| Enum | Description |
|---|---|
| WebCmsDataAction |
Represents the different actions possible on a data item.
|
| WebCmsDataImportAction |
Represents the default action to perform with the data represented by a
WebCmsDataEntry. |
| WebCmsPropertyDataImporter.Phase |
| Exception | Description |
|---|---|
| WebCmsDataImportException |
Exception thrown when importing a data entry.
|
Copyright © 2020. All rights reserved.