Share via


CashReportDP Class [AX 2012]

The CashReportDP class provides data for the CashReport_PL report.

Syntax

class CashReportDP extends SRSReportDataProviderBase

Run On

Server

Methods

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