com.ibm.commerce.usermanagement.commands
Class UserRegistrationAddPostApprovalCmdImpl

com.ibm.commerce.usermanagement.commands.UserRegistrationAddApprovalBaseCmdImpl
  |
  +--com.ibm.commerce.usermanagement.commands.UserRegistrationAddPostApprovalCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, Protectable, UserRegistrationAddPostApprovalCmd

public class UserRegistrationAddPostApprovalCmdImpl
extends UserRegistrationAddApprovalBaseCmdImpl
implements UserRegistrationAddPostApprovalCmd

Implementation class for the UserRegistrationAddPostApprovalCmd.


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.usermanagement.commands.UserRegistrationAddApprovalBaseCmdImpl
flowContext, userFlowEntityBean
 
Fields inherited from interface com.ibm.commerce.usermanagement.commands.UserRegistrationAddPostApprovalCmd
NAME
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
UserRegistrationAddPostApprovalCmdImpl()
           
 
Method Summary
 void performExecute()
          Contains the actual business logic of the command It should be implemented by all the command writer.
 
Methods inherited from class com.ibm.commerce.usermanagement.commands.UserRegistrationAddApprovalBaseCmdImpl
getEntityId, getEntityObject, getFlowContext, reset, setFlowContext, setRequestProperties, setStateIdentifier, validateParameters
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

UserRegistrationAddPostApprovalCmdImpl

public UserRegistrationAddPostApprovalCmdImpl()
Method Detail

performExecute

public void performExecute()
                    throws ECException
Description copied from interface: ECCommand
Contains the actual business logic of the command It should be implemented by all the command writer.
Specified by:
performExecute in interface ECCommand
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.