Class CommerceCurrencyWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCurrency>
com.liferay.commerce.currency.model.CommerceCurrencyWrapper
All Implemented Interfaces:
CommerceCurrency, CommerceCurrencyModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceCurrency>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ModelWrapper<CommerceCurrency>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<CommerceCurrency>

public class CommerceCurrencyWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCurrency> implements CommerceCurrency, com.liferay.portal.kernel.model.ModelWrapper<CommerceCurrency>

This class is a wrapper for CommerceCurrency.

See Also:
Generated:
  • Constructor Details

    • CommerceCurrencyWrapper

      public CommerceCurrencyWrapper(CommerceCurrency commerceCurrency)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceCurrency>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceCurrency>
    • cloneWithOriginalValues

      public CommerceCurrency cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceCurrency>
      Specified by:
      cloneWithOriginalValues in interface CommerceCurrencyModel
    • getActive

      public boolean getActive()
      Returns the active of this commerce currency.
      Specified by:
      getActive in interface CommerceCurrencyModel
      Returns:
      the active of this commerce currency
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface CommerceCurrencyModel
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getCode

      public String getCode()
      Returns the code of this commerce currency.
      Specified by:
      getCode in interface CommerceCurrencyModel
      Returns:
      the code of this commerce currency
    • getCommerceCurrencyId

      public long getCommerceCurrencyId()
      Returns the commerce currency ID of this commerce currency.
      Specified by:
      getCommerceCurrencyId in interface CommerceCurrencyModel
      Returns:
      the commerce currency ID of this commerce currency
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this commerce currency.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface CommerceCurrencyModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this commerce currency
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this commerce currency.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface CommerceCurrencyModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this commerce currency
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface CommerceCurrencyModel
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this commerce currency.
      Specified by:
      getExternalReferenceCode in interface CommerceCurrencyModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this commerce currency
    • getFormatPattern

      public String getFormatPattern()
      Returns the format pattern of this commerce currency.
      Specified by:
      getFormatPattern in interface CommerceCurrencyModel
      Returns:
      the format pattern of this commerce currency
    • getFormatPattern

      public String getFormatPattern(Locale locale)
      Returns the localized format pattern of this commerce currency in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getFormatPattern in interface CommerceCurrencyModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized format pattern of this commerce currency
    • getFormatPattern

      public String getFormatPattern(Locale locale, boolean useDefault)
      Returns the localized format pattern of this commerce currency in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getFormatPattern in interface CommerceCurrencyModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized format pattern of this commerce currency. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getFormatPattern

      public String getFormatPattern(String languageId)
      Returns the localized format pattern of this commerce currency in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getFormatPattern in interface CommerceCurrencyModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized format pattern of this commerce currency
    • getFormatPattern

      public String getFormatPattern(String languageId, boolean useDefault)
      Returns the localized format pattern of this commerce currency in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getFormatPattern in interface CommerceCurrencyModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized format pattern of this commerce currency
    • getFormatPatternCurrentLanguageId

      public String getFormatPatternCurrentLanguageId()
      Specified by:
      getFormatPatternCurrentLanguageId in interface CommerceCurrencyModel
    • getFormatPatternCurrentValue

      public String getFormatPatternCurrentValue()
      Specified by:
      getFormatPatternCurrentValue in interface CommerceCurrencyModel
    • getFormatPatternMap

      public Map<Locale,String> getFormatPatternMap()
      Returns a map of the locales and localized format patterns of this commerce currency.
      Specified by:
      getFormatPatternMap in interface CommerceCurrencyModel
      Returns:
      the locales and localized format patterns of this commerce currency
    • getLastPublishDate

      public Date getLastPublishDate()
      Returns the last publish date of this commerce currency.
      Specified by:
      getLastPublishDate in interface CommerceCurrencyModel
      Returns:
      the last publish date of this commerce currency
    • getMaxFractionDigits

      public int getMaxFractionDigits()
      Returns the max fraction digits of this commerce currency.
      Specified by:
      getMaxFractionDigits in interface CommerceCurrencyModel
      Returns:
      the max fraction digits of this commerce currency
    • getMinFractionDigits

      public int getMinFractionDigits()
      Returns the min fraction digits of this commerce currency.
      Specified by:
      getMinFractionDigits in interface CommerceCurrencyModel
      Returns:
      the min fraction digits of this commerce currency
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this commerce currency.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface CommerceCurrencyModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this commerce currency
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this commerce currency.
      Specified by:
      getMvccVersion in interface CommerceCurrencyModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this commerce currency
    • getName

      public String getName()
      Returns the name of this commerce currency.
      Specified by:
      getName in interface CommerceCurrencyModel
      Returns:
      the name of this commerce currency
    • getName

      public String getName(Locale locale)
      Returns the localized name of this commerce currency in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceCurrencyModel
      Parameters:
      locale - the locale of the language
      Returns:
      the localized name of this commerce currency
    • getName

      public String getName(Locale locale, boolean useDefault)
      Returns the localized name of this commerce currency in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceCurrencyModel
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this commerce currency. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getName

      public String getName(String languageId)
      Returns the localized name of this commerce currency in the language. Uses the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceCurrencyModel
      Parameters:
      languageId - the ID of the language
      Returns:
      the localized name of this commerce currency
    • getName

      public String getName(String languageId, boolean useDefault)
      Returns the localized name of this commerce currency in the language, optionally using the default language if no localization exists for the requested language.
      Specified by:
      getName in interface CommerceCurrencyModel
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized name of this commerce currency
    • getNameCurrentLanguageId

      public String getNameCurrentLanguageId()
      Specified by:
      getNameCurrentLanguageId in interface CommerceCurrencyModel
    • getNameCurrentValue

      public String getNameCurrentValue()
      Specified by:
      getNameCurrentValue in interface CommerceCurrencyModel
    • getNameMap

      public Map<Locale,String> getNameMap()
      Returns a map of the locales and localized names of this commerce currency.
      Specified by:
      getNameMap in interface CommerceCurrencyModel
      Returns:
      the locales and localized names of this commerce currency
    • getPrimary

      public boolean getPrimary()
      Returns the primary of this commerce currency.
      Specified by:
      getPrimary in interface CommerceCurrencyModel
      Returns:
      the primary of this commerce currency
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this commerce currency.
      Specified by:
      getPrimaryKey in interface CommerceCurrencyModel
      Returns:
      the primary key of this commerce currency
    • getPriority

      public double getPriority()
      Returns the priority of this commerce currency.
      Specified by:
      getPriority in interface CommerceCurrencyModel
      Returns:
      the priority of this commerce currency
    • getRate

      public BigDecimal getRate()
      Returns the rate of this commerce currency.
      Specified by:
      getRate in interface CommerceCurrencyModel
      Returns:
      the rate of this commerce currency
    • getRoundingMode

      public String getRoundingMode()
      Returns the rounding mode of this commerce currency.
      Specified by:
      getRoundingMode in interface CommerceCurrencyModel
      Returns:
      the rounding mode of this commerce currency
    • getSymbol

      public String getSymbol()
      Returns the symbol of this commerce currency.
      Specified by:
      getSymbol in interface CommerceCurrencyModel
      Returns:
      the symbol of this commerce currency
    • getUserId

      public long getUserId()
      Returns the user ID of this commerce currency.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface CommerceCurrencyModel
      Returns:
      the user ID of this commerce currency
    • getUserName

      public String getUserName()
      Returns the user name of this commerce currency.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface CommerceCurrencyModel
      Returns:
      the user name of this commerce currency
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this commerce currency.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface CommerceCurrencyModel
      Returns:
      the user uuid of this commerce currency
    • getUuid

      public String getUuid()
      Returns the uuid of this commerce currency.
      Specified by:
      getUuid in interface CommerceCurrencyModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this commerce currency
    • getZero

      public CommerceMoney getZero()
      Specified by:
      getZero in interface CommerceCurrency
    • isActive

      public boolean isActive()
      Returns true if this commerce currency is active.
      Specified by:
      isActive in interface CommerceCurrencyModel
      Returns:
      true if this commerce currency is active; false otherwise
    • isPrimary

      public boolean isPrimary()
      Returns true if this commerce currency is primary.
      Specified by:
      isPrimary in interface CommerceCurrencyModel
      Returns:
      true if this commerce currency is primary; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CommerceCurrencyModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface CommerceCurrencyModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • round

      public BigDecimal round(BigDecimal value)
      Specified by:
      round in interface CommerceCurrency
    • setActive

      public void setActive(boolean active)
      Sets whether this commerce currency is active.
      Specified by:
      setActive in interface CommerceCurrencyModel
      Parameters:
      active - the active of this commerce currency
    • setCode

      public void setCode(String code)
      Sets the code of this commerce currency.
      Specified by:
      setCode in interface CommerceCurrencyModel
      Parameters:
      code - the code of this commerce currency
    • setCommerceCurrencyId

      public void setCommerceCurrencyId(long commerceCurrencyId)
      Sets the commerce currency ID of this commerce currency.
      Specified by:
      setCommerceCurrencyId in interface CommerceCurrencyModel
      Parameters:
      commerceCurrencyId - the commerce currency ID of this commerce currency
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this commerce currency.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface CommerceCurrencyModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this commerce currency
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this commerce currency.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface CommerceCurrencyModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this commerce currency
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this commerce currency.
      Specified by:
      setExternalReferenceCode in interface CommerceCurrencyModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this commerce currency
    • setFormatPattern

      public void setFormatPattern(String formatPattern)
      Sets the format pattern of this commerce currency.
      Specified by:
      setFormatPattern in interface CommerceCurrencyModel
      Parameters:
      formatPattern - the format pattern of this commerce currency
    • setFormatPattern

      public void setFormatPattern(String formatPattern, Locale locale)
      Sets the localized format pattern of this commerce currency in the language.
      Specified by:
      setFormatPattern in interface CommerceCurrencyModel
      Parameters:
      formatPattern - the localized format pattern of this commerce currency
      locale - the locale of the language
    • setFormatPattern

      public void setFormatPattern(String formatPattern, Locale locale, Locale defaultLocale)
      Sets the localized format pattern of this commerce currency in the language, and sets the default locale.
      Specified by:
      setFormatPattern in interface CommerceCurrencyModel
      Parameters:
      formatPattern - the localized format pattern of this commerce currency
      locale - the locale of the language
      defaultLocale - the default locale
    • setFormatPatternCurrentLanguageId

      public void setFormatPatternCurrentLanguageId(String languageId)
      Specified by:
      setFormatPatternCurrentLanguageId in interface CommerceCurrencyModel
    • setFormatPatternMap

      public void setFormatPatternMap(Map<Locale,String> formatPatternMap)
      Sets the localized format patterns of this commerce currency from the map of locales and localized format patterns.
      Specified by:
      setFormatPatternMap in interface CommerceCurrencyModel
      Parameters:
      formatPatternMap - the locales and localized format patterns of this commerce currency
    • setFormatPatternMap

      public void setFormatPatternMap(Map<Locale,String> formatPatternMap, Locale defaultLocale)
      Sets the localized format patterns of this commerce currency from the map of locales and localized format patterns, and sets the default locale.
      Specified by:
      setFormatPatternMap in interface CommerceCurrencyModel
      Parameters:
      formatPatternMap - the locales and localized format patterns of this commerce currency
      defaultLocale - the default locale
    • setLastPublishDate

      public void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this commerce currency.
      Specified by:
      setLastPublishDate in interface CommerceCurrencyModel
      Parameters:
      lastPublishDate - the last publish date of this commerce currency
    • setMaxFractionDigits

      public void setMaxFractionDigits(int maxFractionDigits)
      Sets the max fraction digits of this commerce currency.
      Specified by:
      setMaxFractionDigits in interface CommerceCurrencyModel
      Parameters:
      maxFractionDigits - the max fraction digits of this commerce currency
    • setMinFractionDigits

      public void setMinFractionDigits(int minFractionDigits)
      Sets the min fraction digits of this commerce currency.
      Specified by:
      setMinFractionDigits in interface CommerceCurrencyModel
      Parameters:
      minFractionDigits - the min fraction digits of this commerce currency
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this commerce currency.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface CommerceCurrencyModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this commerce currency
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this commerce currency.
      Specified by:
      setMvccVersion in interface CommerceCurrencyModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this commerce currency
    • setName

      public void setName(String name)
      Sets the name of this commerce currency.
      Specified by:
      setName in interface CommerceCurrencyModel
      Parameters:
      name - the name of this commerce currency
    • setName

      public void setName(String name, Locale locale)
      Sets the localized name of this commerce currency in the language.
      Specified by:
      setName in interface CommerceCurrencyModel
      Parameters:
      name - the localized name of this commerce currency
      locale - the locale of the language
    • setName

      public void setName(String name, Locale locale, Locale defaultLocale)
      Sets the localized name of this commerce currency in the language, and sets the default locale.
      Specified by:
      setName in interface CommerceCurrencyModel
      Parameters:
      name - the localized name of this commerce currency
      locale - the locale of the language
      defaultLocale - the default locale
    • setNameCurrentLanguageId

      public void setNameCurrentLanguageId(String languageId)
      Specified by:
      setNameCurrentLanguageId in interface CommerceCurrencyModel
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap)
      Sets the localized names of this commerce currency from the map of locales and localized names.
      Specified by:
      setNameMap in interface CommerceCurrencyModel
      Parameters:
      nameMap - the locales and localized names of this commerce currency
    • setNameMap

      public void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
      Sets the localized names of this commerce currency from the map of locales and localized names, and sets the default locale.
      Specified by:
      setNameMap in interface CommerceCurrencyModel
      Parameters:
      nameMap - the locales and localized names of this commerce currency
      defaultLocale - the default locale
    • setPrimary

      public void setPrimary(boolean primary)
      Sets whether this commerce currency is primary.
      Specified by:
      setPrimary in interface CommerceCurrencyModel
      Parameters:
      primary - the primary of this commerce currency
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this commerce currency.
      Specified by:
      setPrimaryKey in interface CommerceCurrencyModel
      Parameters:
      primaryKey - the primary key of this commerce currency
    • setPriority

      public void setPriority(double priority)
      Sets the priority of this commerce currency.
      Specified by:
      setPriority in interface CommerceCurrencyModel
      Parameters:
      priority - the priority of this commerce currency
    • setRate

      public void setRate(BigDecimal rate)
      Sets the rate of this commerce currency.
      Specified by:
      setRate in interface CommerceCurrencyModel
      Parameters:
      rate - the rate of this commerce currency
    • setRoundingMode

      public void setRoundingMode(String roundingMode)
      Sets the rounding mode of this commerce currency.
      Specified by:
      setRoundingMode in interface CommerceCurrencyModel
      Parameters:
      roundingMode - the rounding mode of this commerce currency
    • setSymbol

      public void setSymbol(String symbol)
      Sets the symbol of this commerce currency.
      Specified by:
      setSymbol in interface CommerceCurrencyModel
      Parameters:
      symbol - the symbol of this commerce currency
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this commerce currency.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface CommerceCurrencyModel
      Parameters:
      userId - the user ID of this commerce currency
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this commerce currency.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface CommerceCurrencyModel
      Parameters:
      userName - the user name of this commerce currency
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this commerce currency.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface CommerceCurrencyModel
      Parameters:
      userUuid - the user uuid of this commerce currency
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this commerce currency.
      Specified by:
      setUuid in interface CommerceCurrencyModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this commerce currency
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CommerceCurrencyModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected CommerceCurrencyWrapper wrap(CommerceCurrency commerceCurrency)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceCurrency>