com.ibm.commerce.price.commands
Interface SetCurrencyPrefCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- SetCurrencyPrefCmdImpl
- public interface SetCurrencyPrefCmd
- extends TaskCommand
Interface for the command used to set the currency of a user.
Method Summary |
void |
setCurrency(java.lang.String aCurrency)
Set the preferred currency. |
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 |
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
setCurrency
public void setCurrency(java.lang.String aCurrency)
- Set the preferred currency.
- Parameters:
aCurrency
- the preferred currency.