com.ibm.commerce.usermanagement.commands
Interface PreRoleAddCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- PreRoleAddCmdImpl
- public interface PreRoleAddCmd
- extends TaskCommand
A dummy task command called by RoleAdd command at the begining of execution.
User can overwrite this task command to change the input to the command.
modify request properties and response properties.
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