com.ibm.commerce.usermanagement.commands
Class UserRegistrationAddPostRejectCmdImpl

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

public class UserRegistrationAddPostRejectCmdImpl
extends UserRegistrationAddApprovalBaseCmdImpl
implements UserRegistrationAddPostRejectCmd

Implementation class for the UserRegistrationAddPostRejectCmd.


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.UserRegistrationAddPostRejectCmd
NAME
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
UserRegistrationAddPostRejectCmdImpl()
           
 
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

UserRegistrationAddPostRejectCmdImpl

public UserRegistrationAddPostRejectCmdImpl()
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.