public class ItemSynchronizationController
extends java.lang.Object
AbstractPageModel| Constructor and Description |
|---|
ItemSynchronizationController() |
| Modifier and Type | Method and Description |
|---|---|
SyncItemStatusWsDTO |
getComponentSynchronizationStatus(java.lang.String catalogId,
java.lang.String versionId,
java.lang.String targetCatalogVersion,
java.lang.String componentId) |
protected DataMapper |
getDataMapper() |
protected ItemSynchronizationData |
getItemSynchronizationData(java.lang.String itemId,
java.lang.String itemType)
Returns the Item Synchronization Data for a given itemId and item type
|
protected ItemSynchronizationFacade |
getItemSynchronizationFacade() |
SyncItemStatusWsDTO |
getPageSynchronizationStatus(java.lang.String catalogId,
java.lang.String versionId,
java.lang.String targetCatalogVersion,
java.lang.String pageId) |
SyncItemStatusWsDTO |
getSlotSynchronizationStatus(java.lang.String catalogId,
java.lang.String versionId,
java.lang.String targetCatalogVersion,
java.lang.String slotId) |
protected SyncRequestData |
getSyncRequestData(java.lang.String catalogId,
java.lang.String sourceCatalogVersion,
java.lang.String targetCatalogVersion)
Returns the synchronization request data
|
void |
performSync(SynchronizationWsDTO synchronizationWsDTO,
java.lang.String catalogId,
java.lang.String versionId,
java.lang.String targetCatalogVersion) |
public SyncItemStatusWsDTO getPageSynchronizationStatus(java.lang.String catalogId, java.lang.String versionId, java.lang.String targetCatalogVersion, java.lang.String pageId)
public SyncItemStatusWsDTO getSlotSynchronizationStatus(java.lang.String catalogId, java.lang.String versionId, java.lang.String targetCatalogVersion, java.lang.String slotId)
public SyncItemStatusWsDTO getComponentSynchronizationStatus(java.lang.String catalogId, java.lang.String versionId, java.lang.String targetCatalogVersion, java.lang.String componentId)
public void performSync(SynchronizationWsDTO synchronizationWsDTO, java.lang.String catalogId, java.lang.String versionId, java.lang.String targetCatalogVersion)
protected SyncRequestData getSyncRequestData(java.lang.String catalogId, java.lang.String sourceCatalogVersion, java.lang.String targetCatalogVersion)
catalogId - the content catalog to be synchronizedsourceCatalogVersion - the source catalog versiontargetCatalogVersion - the target catalog versionprotected ItemSynchronizationData getItemSynchronizationData(java.lang.String itemId, java.lang.String itemType)
itemId - the item id that will be used as a root for synchronizationitemType - the item typeprotected ItemSynchronizationFacade getItemSynchronizationFacade()
protected DataMapper getDataMapper()
Copyright © 2018 SAP SE. All Rights Reserved.