com.ibm.commerce.component.giftregistry.commands

Class SyncGiftRegistryCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, SyncGiftRegistryCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class SyncGiftRegistryCmdImpl
    extends BusinessObjectDocumentCmdImpl
    implements SyncGiftRegistryCmd
    Synchronizes gift registry data on multiple systems. It is assumed that the data has been validated on the remote system. So, unlike UpdateGiftRegistryCmd, it does not call ValidateGiftRegistryValuesCmd to validate the data.

    Behaviour:
    • execute PersistGiftRegistryCmd, to store the object to the database

    On error, an ECExceptoin is thrown from descendant classes.
    See Also:
    Serialized Form