com.ibm.commerce.usermanagement.commands

Interface PostUserRegistrationAddCmd

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


    public interface PostUserRegistrationAddCmd
    extends TaskCommand
    A task command called by UserRegistrationAdd command at the end of execution.
    User can override this task command to perform additional operations. Inputs of this task command are:
     setRequestProperties(TypedProperty)
     - set request properties. Called by corresponding controller command to pass in the request properties.
     setResponseProperties(TypedProperty)
     - set request properties. Called by corresponding controller command to pass in the 
     response properties. By default, this contains the new userId and addressId parameters.
     
     
    Outputs of this task command are:
     getRequestProperties(TypedProperty)
     - return request properties. Called by corresponding controller command to get the request properties.
     getResponseProperties(TypedProperty)
     - return response properties. Called by corresponding controller command to get the response 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 request properties.
        Returns:
        Request Properties
      • getResponseProperties

        TypedProperty getResponseProperties()
        Gets response properties.
        Returns:
        Response properties
      • setRequestProperties

        void setRequestProperties(TypedProperty aRequestProperties)
        Sets request properties
        Parameters:
        aRequestProperties - Request properties
      • setResponseProperties

        void setResponseProperties(TypedProperty aResponseProperties)
        Sets response properties
        Parameters:
        aResponseProperties - Response properties