public interface PostUserRegistrationAddCmd extends TaskCommand
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.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
TypedProperty |
getRequestProperties()
Gets request properties.
|
TypedProperty |
getResponseProperties()
Gets response properties.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets request properties
|
void |
setResponseProperties(TypedProperty aResponseProperties)
Sets response properties
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
TypedProperty getRequestProperties()
TypedProperty getResponseProperties()
void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties - Request propertiesvoid setResponseProperties(TypedProperty aResponseProperties)
aResponseProperties - Response properties