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

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, ToolsControllerCommand

public interface CSRCustomerInfoCreateCmd
extends ToolsControllerCommand

Creates customer registration information by calling UserRegistrationAdminAddCmd.

URL calling syntax:

Parameters:
XML
An input xml_string that contains the all required data for creating the registration information for the customer.
Example xml_string:
       <?xml version="1.0" encoding "UTF-8">
       <userUpdated>false</userUpdated>
       <userProfileUpdated>true</userProfileUpdated>
       <addressUpdated>true</addressUpdated>
       <demographicsUpdated>false</demographicsUpdated>
       <userRegUpdated>false</userRegUpdated>
       <certStatusUpdated>false</certStatusUpdated>
       <customerId>20000</customerId>
       <profileInfo>
           <addressId>7777</addressId>
           <lastName>Smith</lastName>
           <firstName>John</firstName>
           <middleName>M.</middleName>
           <title>1</title>
       </profileInfo>
       <addressInfo>
       <address1>8200 Warden Ave.</address1>
       <address2>Building A2</address2>
       <address3>Unit 999</address3>
       <city>Markham</city>
       <state>Ontario</state> 
       <country>Canada</country>
           <zip>L3N 3R6</zip>
       </addressInfo>
       </xml>

Exceptions:


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
checkPermission, 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, getResourceOwners, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command. ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 

Field Detail
public static final java.lang.String COPYRIGHT
copyright notice
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
name of the default implementation of this command
See Also:
Constant Field Values