java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.usermanagement.commands.PreAddressUpdateCmdImpl
The default implementation class for PreAddressUpdate command.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME The name of this implementation of the command. |
static java.lang.String |
COPYRIGHT IBM Copyright notice field. |
protected
TypedProperty |
requestProperties The request properties. |
protected
TypedProperty |
responseProperties The response properties. |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.usermanagement.commands. PreAddressUpdateCmd |
defaultCommandClassName,
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
PreAddressUpdateCmdImpl() |
Method Summary | |
---|---|
TypedProperty |
getRequestProperties() Returns the request properties. |
TypedProperty |
getResponseProperties() Returns the response properties. |
void |
performExecute() Performs the business logic. |
void |
setRequestProperties(
TypedProperty aRequestProperties) Sets the request properties. |
void |
setResponseProperties(
TypedProperty aResponseProperties) Sets the response properties. |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
protected TypedProperty requestProperties
protected TypedProperty responseProperties
Constructor Detail |
---|
public PreAddressUpdateCmdImpl()
Method Detail |
---|
public TypedProperty getRequestProperties()
getRequestProperties
in interface
PreAddressUpdateCmd
public TypedProperty getResponseProperties()
getResponseProperties
in interface
PreAddressUpdateCmd
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
- Will never be thrown by this implementation.public void setRequestProperties(TypedProperty aRequestProperties)
setRequestProperties
in interface
PreAddressUpdateCmd
aRequestProperties
- the request
properties.public void setResponseProperties(TypedProperty aResponseProperties)
setResponseProperties
in interface
PreAddressUpdateCmd
aResponseProperties
- the response
properties.