AssetCorpTaxActAppendedTablesDP_JP Class [AX 2012]

The AssetCorpTaxActAppendedTablesDP_JP class is the data provider class for the AssetCorpTaxActAppendedTables_JPMicrosoft SQL Server Reporting Services (SSRS) report.

class AssetCorpTaxActAppendedTablesDP_JP extends SRSReportDataProviderBase

Run On

Server

  MethodDescription
Dn491076.pubmethod(en-us,AX.60).gif amountFromAccounttingToJPY Calculates all transaction currency amounts from the specified accounting currency amounts.
Dn491076.pubmethod(en-us,AX.60).gif amountMST2LocalCurrencyAmount Calculates the local currency amount from the specified accounting currency amount.
Dn491076.pubmethod(en-us,AX.60).gif assetTransAmountPerDateTransTypes Gets the sum of the transactions from the AssetTrans table for the specified transaction types and asset information.
Dn491076.pubmethod(en-us,AX.60).gif caculateStartDateForEquallyDivided Calculates the start date for equally divided behavior with the prescriptive rules.
Dn491076.pubmethod(en-us,AX.60).gif calcReversalReductionForEquallyDivided Calculates the reversal reduction amount for the old depreciation method with the prescriptive rules.
Dn491076.pubmethod(en-us,AX.60).gif calcuateStartDateForEquallyDivided Calculates the start date for equally divided behavior with the prescriptive rules.
Dn491076.pubmethod(en-us,AX.60).gif calculateDepAmountForEquallyDivided Calculates the depreciation amount for the old depreciation method with the prescriptive rules.
Dn491076.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif getAssetCorpTaxActAppendedHeaderTmp Retrieves data from the AssetCorpTaxActAppendedHeaderTmp table.
Dn491076.pubmethod(en-us,AX.60).gif getAssetCorpTaxActAppendedTablesTmp Retrieves data from the AssetCorpTaxActAppendedTablesTmp table.
Dn491076.pubmethod(en-us,AX.60).gif getCountOfMonths Gets the count of depreciation months in the current fiscal year.
Dn491076.pubmethod(en-us,AX.60).gif getReportParameters Copies the report parameters from a data contract to the member variables.
Dn491076.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif includeAssetInReport Determines whether this asset should be printed on the report.
Dn491076.pubmethod(en-us,AX.60).gif initAssetCorpTaxActAppendedHeaderTmp Initializes the AssetCorpTaxActAppendedHeaderTmp_JP table.
Dn491076.pubmethod(en-us,AX.60).gif initAssetCorpTaxActAppendedTablesTmp Initializes the AssetCorpTaxActAppendedTablesTmp_JP table.
Dn491076.pubmethod(en-us,AX.60).gif insertBlankData Inserts blank data.
Dn491076.pubmethod(en-us,AX.60).gif insertCommonData Inserts the common data into the AssetCorpTaxActAppendedTablesTmp_JP table.
Dn491076.pubmethod(en-us,AX.60).gif insertDataForDepMethodDB Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method is declining balance.
Dn491076.pubmethod(en-us,AX.60).gif insertDataForDepMethodNDB Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method is new declining balance.
Dn491076.pubmethod(en-us,AX.60).gif insertDataForDepMethodNSL Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method is new straight line.
Dn491076.pubmethod(en-us,AX.60).gif insertDataForDepMethodODB Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method is old declining balance.
Dn491076.pubmethod(en-us,AX.60).gif insertDataForDepMethodOSL Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method is old straight line.
Dn491076.pubmethod(en-us,AX.60).gif insertDataForDepMethodSL Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method is straight line.
Dn491076.pubmethod(en-us,AX.60).gif insertDataWithChangeOver Inserts the AssetCorpTaxActAppendedTablesTmp_JP table when the depreciation method has been changed in this fiscal year.
Dn491076.pubmethod(en-us,AX.60).gif insertDataWithoutChangeOver Inserts the AssetCorpTaxActAppendedTablesTmp_JP table for which the depreciation method has not been changed in this fiscal year.
Dn491076.pubmethod(en-us,AX.60).gif insertDetailDataForDiffDepMethod Switches the depreciation method to insert detail data.
Dn491076.pubmethod(en-us,AX.60).gif isAcquisiationCostAllowed Indicates whether the deprecation method is equally divided.
Dn491076.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
Dn491076.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.)
Dn491076.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.)
Dn491076.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
Dn491076.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
Dn491076.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
Dn491076.pubmethod(en-us,AX.60).gif processReport Retrieves records, based on the specified values. (Overrides the processReport Method.)
Dn491076.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
Dn491076.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn491076.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.)
Dn491076.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn491076.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  SRSReportDataProviderBase Class
    AssetCorpTaxActAppendedTablesDP_JP Class

Community Additions

ADD
Show: