com.ibm.commerce.usermanagement.commands
Interface PostUserRegistrationAddCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PostUserRegistrationAddCmdImpl
- public interface PostUserRegistrationAddCmd
- extends TaskCommand
A dummy 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
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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