Package com.sap.portal.pcm.personalization

Provides interfaces to synchronize personalization between portals.

See:
          Description

Interface Summary
IPersonalizationData The class that holds personalization synchronization data.
IPersonalizationDelivery The interface that represents a service that defines the mechanism for delivering an IPersonalizationData object to a remote portal, enabling the synchronization of personalization between portals.
IPersonalizationSyncService The class that manages the synchronization of personalization data between portals.
 

Package com.sap.portal.pcm.personalization Description

Provides interfaces to synchronize personalization between portals.

Whenever a user on a local portal performs personalization, an IPersonalizationData object with all the details about the changes is generated. The sync service's IPersonalizationSyncService.sendLocalPersonalization(IPersonalizationData) method is called, and the object is passed as a parameter. The IPersonalizationSyncService.sendLocalPersonalization(IPersonalizationData) method then passes the object to the delivery service (IPersonalizationDelivery), which must deliver it to the remote portal.

In the remote portal, the IPersonalizationData object must be passed to the sync service's IPersonalizationSyncService.receiveRemotePersonalization(IPersonalizationData) method, which then updates the remote portal.

If no delivery service has been implemented, the portal personalization sync process is not activated.

The name of the sync service is com.sap.portal.pcm.iviewserver.personalization.PersonalizationSyncService.



Copyright 2011 SAP AG Complete Copyright Notice