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

Interface UserRegistrationEmailActivateCmd

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


    public interface UserRegistrationEmailActivateCmd
    extends ControllerCommand
    This command activates the user account if the user is in "pending activate" state. The caller of this command needs to provide the logonId and validation code.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String ERR_MISSING_VALIDATION_CODE
        Error code that indicates the request does not contain the required validation code.
        See Also:
        Constant Field Values
      • ERR_WORNG_VALIDATION_CODE

        static final java.lang.String ERR_WORNG_VALIDATION_CODE
        Error code that indicates the validation code is incorrect.
        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 of the user account to be activated.
      • setValidationCode

        void setValidationCode(java.lang.String strValidationCode)
        This method sets the validation code.
        Parameters:
        strValidationCode - The validation code.