com.ibm.commerce.price.commands

Interface SetCurrencyPrefCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.TaskCommand
    All Known Implementing Classes:
    ExternalSetCurrencyPrefCmdImpl, SetCurrencyPrefCmdImpl


    public interface SetCurrencyPrefCmd
    extends com.ibm.commerce.command.TaskCommand
    Interface for the command used to set the currency of a user.
    • Field Summary

      Fields 
      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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.commerce.command.CacheableECCommand

        execute
      • Methods inherited from interface com.ibm.commerce.command.ECCommand

        checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation class.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this command.
    • Method Detail

      • setCurrency

        void setCurrency(java.lang.String aCurrency)
        Set the preferred currency.
        Parameters:
        aCurrency - the preferred currency.
      • setOrder

        void setOrder(com.ibm.commerce.order.objects.OrderAccessBean abOrder)
        Set the order for which currency to be converted.
        Parameters:
        abOrder - the order to be converted.