com.ibm.commerce.component.giftregistry.commands

Interface GenerateGiftRegistryExternalIdCmd

  • 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:
    GenerateGiftRegistryExternalIdCmdImpl


    public interface GenerateGiftRegistryExternalIdCmd
    extends BusinessObjectDocumentCmd
    Used to send generate an external key to be used by an external system to identify this gift registry. The default implementation will return an empty key and set the confirmation BOD to success. It is in the format of the customer key is customer dependant. Sensing this, the create registry command will store the unique key into the external gift registry key field.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class
        See Also:
        Constant Field Values