public class CSRGuestCustomerAddCmdImpl extends TaskCommandImpl implements CSRGuestCustomerAddCmd
This command uses the following AccessBean(s):
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | ERRTASK_NAME
Error handling view name for this command.
|
Constructor and Description |
---|
CSRGuestCustomerAddCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCustomerId()
Returns customer id.
|
java.lang.Integer | getLangId()
Returns language id.
|
void | performExecute()
This method performs the execution for creating a guest customer.
|
protected void | setCustomerId(java.lang.String newCustomerId)
Sets customer id.
|
void | setLangId(java.lang.Integer newLangId)
Sets the language id.
|
void | validateParameters()
Validates the language id passed to this command.
|
public static final java.lang.String COPYRIGHT
public static java.lang.String ERRTASK_NAME
public java.lang.String getCustomerId()
public java.lang.Integer getLangId()
public void performExecute() throws ECException
protected void setCustomerId(java.lang.String newCustomerId)
public void setLangId(java.lang.Integer newLangId)
public void validateParameters() throws ECException