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

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CSRGuestCustomerAddCmdImpl

public interface CSRGuestCustomerAddCmd
extends TaskCommand

This task command will create a guest customer object.

Behavior

Parameters

language id
Need to call the method setLangId to set the language id.

Response Parameters

customer id
The method getCustomerId will return the userId for the newly created guest customer object.

Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation class.
static java.lang.String NAME
          The name of this command.
 
Method Summary
 java.lang.String getCustomerId()
          Gets the customer id.
 void setLangId(java.lang.Integer langId)           Sets the language id.
 

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

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class.
See Also:
Constant Field Values
Method Detail

getCustomerId

public java.lang.String getCustomerId()
Gets the customer id.
Returns:
The customer id.

setLangId

public void setLangId(java.lang.Integer langId)
Sets the language id.