ExchangeRateHelper Class [AX 2012]

The ExchangeRateHelper class manages the retrieval of exchange rate information.

Syntax

class ExchangeRateHelper

Run On

Called

Methods

  Method Description
Gg760725.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760725.privmethod(en-us,AX.60).gif defaultAndValidateExchangeRateType
Gg760725.privmethod(en-us,AX.60).gif defaultAndValidateToCurrency
Gg760725.privmethod(en-us,AX.60).gif determineTriangulationInformation
Gg760725.pubmethod(en-us,AX.60).gif displayStoredExchangeRate Retrieves an exchange rate that can be displayed to the user.
Gg760725.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif getCrossRate Retrieves a direct cross rate between the from currency and to currency that factors in triangulation.
Gg760725.pubmethod(en-us,AX.60).gif getCrossRateReciprocal Retrieves a direct cross rate between the to currency and from currency that factors in triangulation.
Gg760725.pubmethod(en-us,AX.60).gif getExchangeRate1 Retrieves an exchange rate.
Gg760725.pubmethod(en-us,AX.60).gif getExchangeRate2 Retrieves an exchange rate that is used in the second half of a Euro triangulation calculation.
Gg760725.privmethod(en-us,AX.60).gif getExchangeRateDisplayFactor
Gg760725.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760725.protmethod(en-us,AX.60).gif handleError Handles the error encountered that is based on the value of the parmErrorType property.
Gg760725.protmethod(en-us,AX.60).gif init Initializes the class variables of the current instance.
Gg760725.pubmethod(en-us,AX.60).gif isExchangeRate1Editable Determines whether an exchange rate is editable.
Gg760725.pubmethod(en-us,AX.60).gif isExchangeRate2Editable Determines whether the exchange rate that is used in the second half of a Euro triangulation calculation is editable.
Gg760725.protmethod(en-us,AX.60).gif new Initializes a new instance of the ExchangeRateHelper class.
Gg760725.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif parmErrorType Gets or sets the ErrorType parameter.
Gg760725.pubmethod(en-us,AX.60).gif parmExchangeDate Gets or sets the ExchangeDate parameter.
Gg760725.pubmethod(en-us,AX.60).gif parmExchangeRateTypeRecId Gets or sets the ExchangeRateTypeRecId parameter.
Gg760725.pubmethod(en-us,AX.60).gif parmFromCurrency Gets or sets the FromCurrency parameter.
Gg760725.pubmethod(en-us,AX.60).gif parmLedgerRecId Gets or sets the LedgerRecId parameter.
Gg760725.pubmethod(en-us,AX.60).gif parmToCurrency Gets or sets the ToCurrency parameter.
Gg760725.pubmethod(en-us,AX.60).gif prepareExchangeRateForStorage Retrieves an exchange rate that can be stored in the database.
Gg760725.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg760725.privmethod(en-us,AX.60).gif validateFromCurrency
Gg760725.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::calculateCrossRate Calculates a direct cross rate that is between the provided exchange rates.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::calculateReciprocalExchangeRate Calculates the reciprocal exchange rate of a stored exchange rate.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::construct Creates a new instance of the ExchangeRateHelper class that has default information.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::displayStoredExchangeRate_Static Retrieves an exchange rate that can be displayed to the user.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::getCrossRate_Static Retrieves a triangulated exchange rate for translating the specified currency to monetary standard (MST) currency.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::getCrossRateReciprocal_Static Retrieves a triangulated exchange rate for translating monetary standard (MST) currency to a currency.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::getCustomsExchangeRate_IN Retrieves the customs exchange rate.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::getExchangeRate1_Static Retrieves an exchange rate that is based on the specified parameters.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::getExchangeRate2_Static Retrieves an exchange rate to use in the second half of a Euro triangulation calculation.
Gg760725.privmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::getNumericDisplayFactor
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::isExchangeRate1Editable_Static Determines whether an exchange rate can be edited, based on the specified parameters.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::isExchangeRate2Editable_Static Determines whether the exchange rate that is used in the second half of a Euro triangulation calculation is editable.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::MCRGetExchangeRate Gets the exchange rate for the passed currencies.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::newCurrency Creates an instance of the ExchangeRateHelper class.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::newCurrencyToCurrency Creates an instance of the ExchangeRateHelper class.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::newExchangeDate Creates an instance of the ExchangeRateHelper class.
Gg760725.pubmethod(en-us,AX.60).gif Gg760725.static(en-us,AX.60).gif ::prepareExchangeRateForStorage_Static Retrieves an exchange rate that can be stored in the database.

Top

Inheritance Hierarchy

Object Class
  ExchangeRateHelper Class