com.ibm.commerce.giftcenter.commands

Class GenerateGiftRegistryAccessKeyCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, GenerateGiftRegistryAccessKeyCmd, 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 GenerateGiftRegistryAccessKeyCmdImpl
    extends TaskCommandImpl
    implements GenerateGiftRegistryAccessKeyCmd
    The default implementation of the GenerateGiftRegistryAccessKeyCmd task command interface. The GiftListType noun should be set before invoking the performExecute method. A unique 128bit UUID is generated for every command invocation as the access key. The command sets the access key appropriately into the model object. Note that the getAccessKey() method always returns a different key than the key set in the request BOD
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String CLASSNAME
        Constants for logging and tracing.
    • Constructor Detail

      • GenerateGiftRegistryAccessKeyCmdImpl

        public GenerateGiftRegistryAccessKeyCmdImpl()