com.ibm.commerce.component.giftregistry.commands

Interface SyncGiftRegistryCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    SyncGiftRegistryCmdImpl


    public interface SyncGiftRegistryCmd
    extends BusinessObjectDocumentCmd
    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.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values