com.ibm.commerce.component.giftregistry.commands

Class GenerateGiftRegistryAccessKeyCmdImpl

  • All Implemented Interfaces:
    BusinessObjectDocumentCmd, 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 BusinessObjectDocumentCmdImpl
    implements GenerateGiftRegistryAccessKeyCmd
    Default implementation of GenerateGiftRegistryAccessKeyCmd. Each time, a 128bit UUID will be generated. Overwrite this command to provide your own access key. Each time the access key has to be unique. If a request BOD is in place, GiftRegistryVO will be expected to be in the BOD, and both the GuestAccessKey and RegistrantAccessKey fields of all the GiftRegistryVO will be updated with a unique accesss key. Note that getAccessKey() will always return a different key than what's been set in request BOD, if any.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String CLASS_NAME
        Name of this class
    • Constructor Detail

      • GenerateGiftRegistryAccessKeyCmdImpl

        public GenerateGiftRegistryAccessKeyCmdImpl()