public class CSRCustomerAddressAddCmdImpl extends ToolsControllerCommandImpl implements CSRCustomerAddressAddCmd
This command calls the following ControllerCommand(s):
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.
|
java.lang.Integer | orgLangId
The language id.
|
Constructor and Description |
---|
CSRCustomerAddressAddCmdImpl() |
Modifier and Type | Method and Description |
---|---|
protected void | createAddress()
This method calls AddressUpdateCmd to create an address based on an internal address information hashtable.
|
protected TypedProperty | exceptionUtil(TypedProperty prop, java.lang.Exception ex, java.lang.String methodName, java.lang.String cmdName)
This method sets up the response property when an exception occurs.
|
java.util.Hashtable | getAddress()
Returns the address information as a hashtable.
|
java.lang.String | getAddressId()
Returns the address ID.
|
java.lang.String | getCustomerId()
Returns the customer ID.
|
protected java.lang.String | getMissingParam(java.lang.String msg)
Returns the missing parameter for the address.
|
java.lang.String | getNickName()
Returns the nickname used by the customer.
|
java.util.Hashtable | getNLS()
Return the properties containing all translatable messages for this command.
|
CommandContext | getOrgCmdContext()
Returns the original commandContext (administrator's command context).
|
java.lang.Integer | getOrgLangId()
Returns original language ID.
|
java.util.Locale | getOrgLocale()
Returns original locale.
|
TypedProperty | getOrgReqProperties()
Returns original request properties.
|
java.lang.String | getRedirectURL()
Returns the redirect URL that is to be executed after this controller command terminates.
|
AccessVector | getResources()
Gets the resources accessed by this command.
|
void | performExecute()
This method performs the execution for creating an addressId for the shopper.
|
protected void | setAddress(java.util.Hashtable newAddress)
Sets the address.
|
protected void | setAddressId(java.lang.String newAddressId)
Sets address ID.
|
protected void | setCustomerId(java.lang.String newCustomerId)
Sets customer ID.
|
protected void | setNickName(java.lang.String newNickName)
Sets customer's nickname.
|
protected void | setNLS(java.util.Hashtable newNLS)
Sets NLS properties.
|
protected void | setOrgCmdContext(CommandContext newOrgCmdContext)
Sets original commandContext.
|
protected void | setOrgLangId(java.lang.Integer newOrgLangId)
Sets the original language ID.
|
protected void | setOrgLocale(java.util.Locale newOrgLocale)
Sets original locale.
|
protected void | setOrgReqProperties(TypedProperty newOrgReqProperties)
Sets original request properties.
|
protected void | setRedirectURL(java.lang.String newRedirectURL)
Sets redirect URL.
|
void | validateParameters()
This method gets the XMLObject from the GUI dialog.
|
public static final java.lang.String COPYRIGHT
public static java.lang.String ERRTASK_NAME
public java.lang.Integer orgLangId
protected void createAddress() throws ECException
The address information contains
protected TypedProperty exceptionUtil(TypedProperty prop, java.lang.Exception ex, java.lang.String methodName, java.lang.String cmdName)
public java.util.Hashtable getAddress()
public java.lang.String getAddressId()
public java.lang.String getCustomerId()
protected java.lang.String getMissingParam(java.lang.String msg)
public java.lang.String getNickName()
public java.util.Hashtable getNLS()
public CommandContext getOrgCmdContext()
public java.lang.Integer getOrgLangId()
public java.util.Locale getOrgLocale()
public TypedProperty getOrgReqProperties()
public java.lang.String getRedirectURL()
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
protected void setAddress(java.util.Hashtable newAddress)
protected void setAddressId(java.lang.String newAddressId)
protected void setCustomerId(java.lang.String newCustomerId)
protected void setNickName(java.lang.String newNickName)
protected void setNLS(java.util.Hashtable newNLS)
protected void setOrgCmdContext(CommandContext newOrgCmdContext)
protected void setOrgLangId(java.lang.Integer newOrgLangId)
protected void setOrgLocale(java.util.Locale newOrgLocale)
protected void setOrgReqProperties(TypedProperty newOrgReqProperties)
protected void setRedirectURL(java.lang.String newRedirectURL)
public void validateParameters() throws ECApplicationException