Share via


TaxReport347TableTotals Class [AX 2012]

This class provides the user with the ability to obtain all the totals for a TaxReport347Table table record in one batch.

Syntax

class TaxReport347TableTotals

Run On

Called

Methods

  Method Description
Gg784940.privmethod(en-us,AX.60).gif calculateTotals
Gg784940.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif getCountByOperationKey Returns the total number of report lines that have the specified operation key.
Gg784940.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif getTotalAmountByOperationKey Returns the total amount of report lines that have the specified operation key.
Gg784940.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg784940.privmethod(en-us,AX.60).gif new Initializes a new instance of the TaxReport347TableTotals class.
Gg784940.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.)
Gg784940.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.)
Gg784940.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg784940.privmethod(en-us,AX.60).gif pack Serializes the current instance of the TaxReport347TableTotals class.
Gg784940.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif totalAmount Returns the total number of report lines.
Gg784940.pubmethod(en-us,AX.60).gif totalAmountPaymentMediation Returns the total number of report lines that have the PaymentMediation operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalAmountPublicEntities Returns the total number of report lines that have the PurchPublicEntity operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalAmountPurchases Returns the total number of report lines that have the Purchase operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalAmountSales Returns the total number of report lines that have the Sales operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalAmountSubsidies Returns the total number of report lines that have the Subsidy operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalAmountTenants Returns the total number of tenants lines.
Gg784940.pubmethod(en-us,AX.60).gif totalOper Returns the total number of report lines.
Gg784940.pubmethod(en-us,AX.60).gif totalOperPaymentMediation Returns the total number of report lines that have the PaymentMediation operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalOperPublicEntities Returns the total number of report lines that have the PurchPublicEntity operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalOperPurchases Returns the total number of report lines that have the Purchase operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalOperSales Returns the total number of report lines that have the Sales operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalOperSubsidies Returns the total number of report lines that have the Subsidy operation key.
Gg784940.pubmethod(en-us,AX.60).gif totalOperTenants Returns the total number of tenants lines.
Gg784940.privmethod(en-us,AX.60).gif unpack
Gg784940.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.)
Gg784940.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg784940.pubmethod(en-us,AX.60).gif Gg784940.static(en-us,AX.60).gif ::getTotals Gets all the totals for a TaxReport347Table record in one batch. If temporary table buffers are passed as _taxReport347Trans and _taxReport347Tenants then the totals will be populated based on this temporary data.
Gg784940.privmethod(en-us,AX.60).gif Gg784940.static(en-us,AX.60).gif ::getTotalsOnServer

Top

Inheritance Hierarchy

Object Class
  TaxReport347TableTotals Class