com.ibm.commerce.tools.optools.user.commands
Interface CSRCustomerEnableAccountCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable, ToolsControllerCommand
All Known Implementing Classes:
CSRCustomerEnableAccountCmdImpl

public interface CSRCustomerEnableAccountCmd
extends ToolsControllerCommand

Enables a customer's account by calling UserRegistrationAdminUpdateCmd.

URL calling syntax:

Parameters:

XML
An input xml_string that contains the all required data for enabling a customer's account.
Example xml_string:
       <?xml version="1.0" encoding "UTF-8">
       <profileInfo>
       <logonId>Smith</logonId>	
       </profileInfo>
       <customerId>7777</customerId>
       <locale>en_US</locale>
       <account>ABC</account>
       <cmdStatus>1</cmdStatus>
       </xml>
 
URL
The URL to be called when the command completes successfully.


Field Summary
static java.lang.String COPYRIGHT
          copyright notice
static java.lang.String defaultCommandClassName
          name of the default implementation of this command
 
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand
NAME
 
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, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
copyright notice

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
name of the default implementation of this command