com.ibm.commerce.giftcenter.commands

Interface GenerateGiftRegistryAccessKeyCmd

  • All Superinterfaces:
    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:
    GenerateGiftRegistryAccessKeyCmdImpl


    public interface GenerateGiftRegistryAccessKeyCmd
    extends TaskCommand
    The task command interface to generate a unique key that can be used along with the GiftList external identifier to provide access to the GiftList. Set the gift list type using the setGiftListType method provided. The command implementation should update the RegistrantAccessKey and GuestAccessKey fields of the GiftListType noun
    • 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
    • Method Detail

      • getAccessKey

        java.lang.String getAccessKey()
        Returns the access key
        Returns:
        The access key
      • setGiftListType

        void setGiftListType(GiftListType giftListType)
        Sets the GiftListType.
        Parameters:
        giftListType - The input GiftListType object.
      • getGiftListType

        GiftListType getGiftListType()
        Returns the GiftListType object.
        Returns:
        The GiftListType object.