| Modifier and Type | Method and Description |
|---|---|
static WebCmsDataAction |
WebCmsDataActionResolver.resolveAction(Object existing,
WebCmsDataEntry data)
Resolve the import action into the actual action to perform depending if there's an
existing item we're dealing with or not.
|
protected WebCmsDataAction |
AbstractWebCmsDataImporter.resolveAction(WebCmsDataImportAction requested,
T existing)
Resolve the import action into the actual action to perform depending if there's an
existing item we're dealing with or not.
|
static WebCmsDataAction |
WebCmsDataAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebCmsDataAction[] |
WebCmsDataAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract U |
AbstractWebCmsDataImporter.createDto(WebCmsDataEntry data,
T existing,
WebCmsDataAction action,
Map<String,Object> dataValues)
Create a DTO object for either a new instance or an existing instance.
|
protected abstract U |
AbstractWebCmsPropertyDataImporter.createDto(WebCmsDataEntry menuDataSet,
U existing,
WebCmsDataAction action,
T parent) |
boolean |
WebCmsPropertyDataImportService.executeAfterAssetSaved(WebCmsDataEntry assetData,
Map<String,Object> propertiesData,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsPropertyDataImportService.executeBeforeAssetSaved(WebCmsDataEntry assetData,
Map<String,Object> propertiesData,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsDomainContextPropertyImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
Object asset,
WebCmsDataAction action) |
boolean |
AbstractWebCmsPropertyDataCollectionsImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsForceUpdatePropertyImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsPropertyDataImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
T asset,
WebCmsDataAction action)
Perform the actual import of the property data.
|
boolean |
AbstractWebCmsPropertyDataImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry data,
T parent,
WebCmsDataAction action) |
boolean |
WebCmsPropertyDataImportService.importPropertyData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
protected abstract void |
AbstractWebCmsDataImporter.saveDto(U dto,
WebCmsDataAction action,
WebCmsDataEntry data)
Save an updated or created instance.
|
boolean |
WebCmsPropertyDataImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsPropertyDataCollectionsImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsDomainContextPropertyImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsForceUpdatePropertyImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsArticle |
WebCmsArticleImporter.createDto(WebCmsDataEntry data,
WebCmsArticle itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebCmsAssetLinkPropertyDataImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
WebCmsObject asset,
WebCmsDataAction action) |
protected void |
AbstractWebCmsAssetImporter.saveDto(T itemToSave,
WebCmsDataAction action,
WebCmsDataEntry data) |
boolean |
WebCmsAssetLinkPropertyDataImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsComponentModel |
WebCmsComponentImporter.createDto(WebCmsDataEntry data,
WebCmsComponentModel itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
boolean |
WebCmsComponentPropertyDataImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
WebCmsObject asset,
WebCmsDataAction action) |
protected void |
WebCmsComponentImporter.saveDto(WebCmsComponentModel itemToSave,
WebCmsDataAction action,
WebCmsDataEntry data) |
boolean |
WebCmsComponentPropertyDataImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsDomain |
WebCmsDomainImporter.createDto(WebCmsDataEntry data,
WebCmsDomain existing,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected void |
WebCmsDomainImporter.saveDto(WebCmsDomain dto,
WebCmsDataAction action,
WebCmsDataEntry data) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsMenuItem |
WebCmsMenuItemOnAssetImporter.createDto(WebCmsDataEntry menuDataSet,
WebCmsMenuItem existing,
WebCmsDataAction action,
WebCmsAsset asset) |
protected WebCmsMenuItem |
WebCmsMenuItemImporter.createDto(WebCmsDataEntry menuDataSet,
WebCmsMenuItem existing,
WebCmsDataAction action,
WebCmsMenu parent) |
protected WebCmsMenu |
WebCmsMenuImporter.createDto(WebCmsDataEntry data,
WebCmsMenu existing,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected void |
WebCmsMenuImporter.saveDto(WebCmsMenu dto,
WebCmsDataAction action,
WebCmsDataEntry data) |
boolean |
WebCmsMenuItemOnAssetImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsMenuItemCollectionsImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsMenuItemImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsPage |
WebCmsPageImporter.createDto(WebCmsDataEntry data,
WebCmsPage itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsPublication |
WebCmsPublicationImporter.createDto(WebCmsDataEntry data,
WebCmsPublication itemToUpdate,
WebCmsDataAction action,
Map<String,Object> dataValues) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsEndpoint |
WebCmsRemoteEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsEndpoint existing,
WebCmsDataAction action,
Map<String,Object> dataValues) |
protected void |
WebCmsRemoteEndpointImporter.saveDto(WebCmsEndpoint dto,
WebCmsDataAction action,
WebCmsDataEntry data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebCmsTypeLinkPropertyDataImporter.importData(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry propertyData,
WebCmsObject asset,
WebCmsDataAction action) |
boolean |
WebCmsTypeLinkPropertyDataImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected WebCmsUrl |
WebCmsUrlOnAssetImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsAsset asset) |
protected WebCmsUrl |
WebCmsUrlOnEndpointImporter.createDto(WebCmsDataEntry data,
WebCmsUrl existing,
WebCmsDataAction action,
WebCmsEndpoint parent) |
boolean |
WebCmsUrlOnEndpointImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
boolean |
WebCmsUrlOnAssetImporter.supports(WebCmsPropertyDataImporter.Phase phase,
WebCmsDataEntry dataEntry,
Object asset,
WebCmsDataAction action) |
| Modifier and Type | Method and Description |
|---|---|
static WebCmsDataAction |
WebCmsUtils.convertImportActionToDataAction(Object existing,
WebCmsDataImportAction requested) |
Copyright © 2020. All rights reserved.