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.
Method Summary |
void |
performExecute()
Contains the actual business logic of the command
It should be implemented by all the command writer. |
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
CLASSNAME
public static final java.lang.String CLASSNAME
COPYRIGHT
public static final java.lang.String COPYRIGHT
UserRegistrationAddPostApprovalCmdImpl
public UserRegistrationAddPostApprovalCmdImpl()
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.