com.ibm.commerce.usermanagement.commands

Interface PostUserRegistrationUpdateCmd

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


    public interface PostUserRegistrationUpdateCmd
    extends TaskCommand
    A task command called by UserRegistrationUpdate command at the end of execution.
    User can overwrite this task command to perform additional operation. 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
     
    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()
        Get request properties.
        Returns:
        Request Properties
      • getResponseProperties

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

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

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