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:
- Https://host_name/path/CSRCustomerEnableAccountCmd?XML=xml_string&URL=return_url
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 |
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, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
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