AssetDepCalculationManager_JP Class [AX 2012]
It is a class to manage the Japan fixed asset depreciation calculation.
| Method | Description | |
|---|---|---|
| calc | Calculates the depreciation amount based on parameters. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAllowableLimitForSumOfDepYTD | Gets the allowable limit for summary of depreciation from beginning of current year to current period end. |
| getAssetTableInterval | Get a instance of a sub class of AssetTableInterval based on the specified date. |
| getBeginBalanceCalculationResult | Returns the beginning balance result which based on the cache calculated in process of calculation. |
| getCalculator | Get an instance of a sub class of AssetDepCalculation_JP based on specified date. |
| getDepProfileChange | Get a record of AssetDepProfileChange_JP based on the specified date. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getYearBeginningBalanceOfAccumulatedDep | Gets the beginning balance of accumulated depreciation amountfor current year. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Do all necessary initialization. |
| initArgs | Initializes the calculation arguments. |
| initCalculators | Initializes the calculators. |
| isPeriodMovingOn | Judge if the period is moving on |
| new | Builds an instance of AssetDepCalculationManager_JP |
| next | Checkes whtether it is allowed to do next loop calculation. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCalcArgs | Gets or sets the CalcArgs parameter. |
| setMainDepBeginBalanceMap | Sets the main depreciation beginning balance. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateArgs | Updates the calculation arguments based on the depreciation profile change. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs an instance of AssetDepCalculationManager_JP and initialize it. |
Community Additions
ADD
Show: