com.ibm.commerce.tools.optools.order.commands
Interface CSRGuestCustomerAddCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
CSRGuestCustomerAddCmdImpl

public interface CSRGuestCustomerAddCmd
extends TaskCommand


 This command will create a guest customer.  Then the caller can use the method getCustomerId() to obtain the user ID of the newly create guest customer.



 Parameters:

		language ID
			Need to call method setLangId() to set the language ID.

 Response Parameters:
		customerId
			The method getCustomerId() will return the userId for the newly created guest customer



 


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.tools.optools.order.commands.CSRGuestCustomerAddCmd".
 
Method Summary
 java.lang.String getCustomerId()
          Return customer ID.
 void setLangId(java.lang.Integer langId)
          Set the language ID.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.tools.optools.order.commands.CSRGuestCustomerAddCmd".
Method Detail

getCustomerId

public java.lang.String getCustomerId()
Return customer ID.
Returns:
The customer ID.

setLangId

public void setLangId(java.lang.Integer langId)
Set the language ID.
Parameters:
langId - The language ID.