public interface SetCurrencyPrefCmd
extends com.ibm.commerce.command.TaskCommand
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrency(java.lang.String aCurrency)
Set the preferred currency.
|
void |
setOrder(com.ibm.commerce.order.objects.OrderAccessBean abOrder)
Set the order for which currency to be converted.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setCurrency(java.lang.String aCurrency)
aCurrency - the preferred currency.void setOrder(com.ibm.commerce.order.objects.OrderAccessBean abOrder)
abOrder - the order to be converted.