com.ibm.commerce.member.facade.server.commands

Interface UserRegistrationEmailActivateResendCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    UserRegistrationEmailActivateResendCmdImpl


    public interface UserRegistrationEmailActivateResendCmd
    extends ControllerCommand
    This command re-sends the user account activation e-mail. The following parameters must be specified: logonId and logonPassword. Optionally email1 can be specified to send the activation e-mail to an alternative e-mail address.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of this command.
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setLogonId

        void setLogonId(java.lang.String strLogonId)
        This method sets the logon ID.
        Parameters:
        strLogonId - The logon ID to use when doing the credential check.
      • setLogonPassword

        void setLogonPassword(java.lang.String strPassword)
        This method sets the logon password.
        Parameters:
        strPassword - The password to use when doing the credential check.
      • setEmail1

        void setEmail1(java.lang.String strEmail1)
        This method sets e-mail address be used to send the activation message.
        Parameters:
        strEmail1 - The e-mail to be used to send the activation message.