AssetDepTableMethodInterface_JP Interface [AX 2012]

The AssetDepTableMethodInterface_JP interface is used for all adapter classes between the standard depreciation calculation framework and the Japanese depreciation calculation framework.

interface AssetDepTableMethodInterface_JP

Run On

Called

  MethodDescription
Dn513400.pubmethod(en-us,AX.60).gif calc Calculates the depreciation amount.
Dn513400.pubmethod(en-us,AX.60).gif calcAllowableLimitForSumOfDepYTD Calculates the allowable limit for the summary of depreciation from the beginning of the current year to the end of the current period.
Dn513400.pubmethod(en-us,AX.60).gif calcYearBeginningBalanceOfAccumulatedDep Calculates the beginning balance of the accumulated depreciation amount for the current year.
Dn513400.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif getAmountToDepreciate Gets the amount to depreciate.
Dn513400.pubmethod(en-us,AX.60).gif getAssetAcquisitionValue Gets the asset acquisition value.
Dn513400.pubmethod(en-us,AX.60).gif getAssetDocumentEntry Gets the record for the asset document entry.
Dn513400.pubmethod(en-us,AX.60).gif getAssetTableInterval Gets the instance of the AssetTableInterval subclass that is currently used.
Dn513400.pubmethod(en-us,AX.60).gif getBeginBalanceCalculationResult Returns the beginning balance result, based on the cache that is calculated.
Dn513400.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif isRecaptureDepreciation Checks whether a recapture depreciation calculation is being performed.
Dn513400.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif next Checks whether a next loop calculation is allowed.
Dn513400.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.)
Dn513400.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.)
Dn513400.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif parmAssetDocumentEntry_JP Gets or sets the AssetDocumentEntry_JP parameter.
Dn513400.pubmethod(en-us,AX.60).gif parmPeriodEnd_JP Gets or sets the PeriodEnd_JP parameter.
Dn513400.pubmethod(en-us,AX.60).gif parmPeriodStart_JP Gets or sets the PeriodStart_JP parameter.
Dn513400.pubmethod(en-us,AX.60).gif setMainDepBeginBalanceMap Sets the main depreciation beginning balance.
Dn513400.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn513400.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.)
Dn513400.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn513400.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This interface helps with communication between the two parts.

Object Class
  AssetDepTableMethodInterface_JP Interface

Community Additions

ADD
Show: