com.ibm.commerce.usermanagement.commands
Class PostUserRegistrationUpdateCmdImpl

java.lang.Object
  |
  +--CacheableCommandImpl
        |
        +--com.ibm.commerce.command.AbstractECTargetableCommand
              |
              +--com.ibm.commerce.command.TaskCommandImpl
                    |
                    +--com.ibm.commerce.usermanagement.commands.PostUserRegistrationUpdateCmdImpl
All Implemented Interfaces:
ECCommand, ECTargetableCommand, PostUserRegistrationUpdateCmd, TaskCommand

public class PostUserRegistrationUpdateCmdImpl
extends TaskCommandImpl
implements PostUserRegistrationUpdateCmd

The default implementation class for PostUserRegistrationUpdate command.

See Also:
Serialized Form

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. PostUserRegistrationUpdateCmd
defaultCommandClassName, NAME
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
Constructor Summary
PostUserRegistrationUpdateCmdImpl()
           
 
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
IBM Copyright notice field.
See Also:
Constant Field Values

CLASSNAME

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

requestProperties

protected TypedProperty requestProperties
The request properties.

responseProperties

protected TypedProperty responseProperties
The response properties.
Constructor Detail

PostUserRegistrationUpdateCmdImpl

public PostUserRegistrationUpdateCmdImpl()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Returns the request properties.
Specified by:
getRequestProperties in interface PostUserRegistrationUpdateCmd
Returns:
The request properties.

getResponseProperties

public TypedProperty getResponseProperties()
Returns the response properties.
Specified by:
getResponseProperties in interface PostUserRegistrationUpdateCmd
Returns:
The response properties.

performExecute

public void performExecute()
                    throws ECException
Performs the business logic. This implementation does nothing.
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException - Will never be thrown by this implementation.

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
Specified by:
setRequestProperties in interface PostUserRegistrationUpdateCmd
Parameters:
aRequestProperties - the request properties.

setResponseProperties

public void setResponseProperties(TypedProperty aResponseProperties)
Sets the response properties.
Specified by:
setResponseProperties in interface PostUserRegistrationUpdateCmd
Parameters:
aResponseProperties - the response properties.