CashReportDP_HU Class [AX 2012]

The CashReportDP_HU class provides data for the CashReport_HU report.

Syntax

class CashReportDP_HU extends CashReportDP

Run On

Server

Methods

  Method Description
JJ724094.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ724094.protmethod(en-us,AX.60).gif createTmpTransactions Creates the temporary line transaction for the cash report. (Overrides the createTmpTransactions Method.)
JJ724094.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ724094.pubmethod(en-us,AX.60).gif getCashReportHeaderTmp Retrieves the CashReportHeaderTmp table buffer. (Inherited from CashReportDP.)
JJ724094.pubmethod(en-us,AX.60).gif getCashReportLinesTmp Retrieves the CashReportLinesTmp table buffer. (Inherited from CashReportDP.)
JJ724094.protmethod(en-us,AX.60).gif getIssueAmount Retrieves the issue amount in the transaction currency. (Inherited from CashReportDP.)
JJ724094.protmethod(en-us,AX.60).gif getOpeningAmount Overrides the base method to calculate the opening amount by using the Hungary-specific ClosingBalance_HU field. (Overrides the getOpeningAmount Method.)
JJ724094.protmethod(en-us,AX.60).gif getPreparedBy Gets the name of the user who created the cash report. (Overrides the getPreparedBy Method.)
JJ724094.protmethod(en-us,AX.60).gif getQuery Overrides the base method to make Hungary-specific changes to the cash report query. (Overrides the getQuery Method.)
JJ724094.protmethod(en-us,AX.60).gif getRevenueAmount Retrieves the revenue amount in the transaction currency. (Inherited from CashReportDP.)
JJ724094.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ724094.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ724094.protmethod(en-us,AX.60).gif initializeCashReportHeaderTmp Initializes the CashReportHeaderTmp table. (Overrides the initializeCashReportHeaderTmp Method.)
JJ724094.protmethod(en-us,AX.60).gif initializeCashReportLinesTmp Initializes the CashReportLinesTmp table. (Overrides the initializeCashReportLinesTmp Method.)
JJ724094.protmethod(en-us,AX.60).gif insertFromHuDenominationSummary Inserts records into the CashReportLinesTmp temporary table from the HuDenominationSummary table.
JJ724094.protmethod(en-us,AX.60).gif insertIntoCashReportHeaderTmp Inserts the record into the CashReportHeaderTmp table. (Inherited from CashReportDP.)
JJ724094.protmethod(en-us,AX.60).gif insertIntoCashReportLinesTmp Inserts the record into the CashReportLinesTmp table. (Inherited from CashReportDP.)
JJ724094.protmethod(en-us,AX.60).gif loopThroughTransactions Traverses the records that are fetched by the query and creates transactions in temporary tables for the report to use. (Inherited from CashReportDP.)
JJ724094.pubmethod(en-us,AX.60).gif new Initializes a new instance of the SRSReportDataProviderBase class. (Inherited from SRSReportDataProviderBase.)
JJ724094.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.)
JJ724094.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.)
JJ724094.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ724094.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ724094.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the data contract for the RDP class. (Inherited from SRSReportDataProviderBase.)
JJ724094.pubmethod(en-us,AX.60).gif parmMetadata Gets or sets the Metadata parameter. (Inherited from SRSReportDataProviderBase.)
JJ724094.pubmethod(en-us,AX.60).gif parmQuery Gets or sets a Query object. (Inherited from SRSReportDataProviderBase.)
JJ724094.pubmethod(en-us,AX.60).gif processReport Processes the report business logic. (Inherited from CashReportDP.)
JJ724094.protmethod(en-us,AX.60).gif saveTotals Commits the totals to the CashReportHeaderTmp table buffer after the records that are fetched by the query have been processed. (Inherited from CashReportDP.)
JJ724094.pubmethod(en-us,AX.60).gif setParametersMap Sets the parameter values. (Inherited from SRSReportDataProviderBase.)
JJ724094.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ724094.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ724094.protmethod(en-us,AX.60).gif updateTotals Updates the totals as each record that is fetched by the query is processed. (Inherited from CashReportDP.)
JJ724094.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.)
JJ724094.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ724094.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  SRSReportDataProviderBase Class
    CashReportDP Class
      CashReportDP_HU Class