com.ibm.commerce.usermanagement.commands

Interface UserRegistrationRoleAssignCmd

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


    public interface UserRegistrationRoleAssignCmd
    extends TaskCommand
    This task command is called by UserRegistrationAddPreApproval to assign roles during self-registration.

    Currently this command does nothing and it needs to be overridden by customers if they want to assign roles during self-registration.

    Inputs of this task command are:

     setRequestProperties(TypedProperty)
     - sets request properties which should contain memberId of this user. otherwise, an exception will be thrown.
     getRequestProperties(TypedProperty)
     - returns request properties.
     
    • Field Detail

      • COPYRIGHT

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

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

      • getRequestProperties

        TypedProperty getRequestProperties()
        Gets the request properties.
        Returns:
        The request properties
      • setRequestProperties

        void setRequestProperties(TypedProperty aRequestProperties)
        Gets the processed request properties.