com.ibm.commerce.usermanagement.commands
Interface PostUserRegistrationAddCmd

All Superinterfaces:
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 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 is:
 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

<hr>







<table>
<tr>
<td>Field Summary</td>
</tr>
<tr>
<td>static java.lang.String</td>
<td>COPYRIGHT


IBM Copyright notice field.</td> </tr> <tr> <td>static java.lang.String</td> <td>defaultCommandClassName
The default implementation of this command.</td> </tr> <tr> <td>static java.lang.String</td> <td>NAME
The name of this command.</td> </tr> </table> <table> <tr> <td>Method Summary</td> </tr> <tr> <td>TypedProperty</td> <td>getRequestProperties()
Get request properties.</td> </tr> <tr> <td>TypedProperty</td> <td>getResponseProperties()
Get response properties.</td> </tr> <tr> <td>void</td> <td>setRequestProperties(TypedProperty aRequestProperties)
Set request properties</td> </tr> <tr> <td>void</td> <td>setResponseProperties(TypedProperty aResponseProperties) Set response properties</td> </tr> </table> <table> <tr> <td>Field Detail</td> </tr> </table> <h3> COPYRIGHT</h3> <pre> public static final java.lang.String COPYRIGHT
IBM Copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

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

getRequestProperties

public TypedProperty getRequestProperties()
Get request properties.
Returns:
Request Properties

getResponseProperties

public TypedProperty getResponseProperties()
Get response properties.
Returns:
Response properties

setRequestProperties

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

setResponseProperties

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