Share via


TaxReportDomesticExportDataGenerator_IT Class [AX 2012]

The TaxReportDomesticExportDataGenerator_IT class is responsible for populating the TmpTaxReportDomesticTableExport_IT and TmpTaxReportDomesticTransExport_IT temporary tables with data.

Syntax

class TaxReportDomesticExportDataGenerator_IT

Run On

Server

Methods

  Method Description
JJ790087.protmethod(en-us,AX.60).gif calcBirthCountryRegion Calculates the country/region of birth for the reported person.
JJ790087.privmethod(en-us,AX.60).gif calcHasReportTaxTransWithContract
JJ790087.privmethod(en-us,AX.60).gif calcIsBirthCountryRegionForeign
JJ790087.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif generateHeaders Processes the specified report and generates TmpTaxReportDomesticTableExport_IT records that have the header information that should be exported to ASCII.
JJ790087.pubmethod(en-us,AX.60).gif generateLines Processes the specified report and generates TmpTaxReportDomesticTableExport_IT records that have the line information that should be exported to ASCII.
JJ790087.privmethod(en-us,AX.60).gif getCountryCode
JJ790087.privmethod(en-us,AX.60).gif getCountyCode
JJ790087.privmethod(en-us,AX.60).gif getCustVend
JJ790087.privmethod(en-us,AX.60).gif getCustVendBirthCountyCode
JJ790087.privmethod(en-us,AX.60).gif getCustVendBirthDate
JJ790087.privmethod(en-us,AX.60).gif getFileName
JJ790087.privmethod(en-us,AX.60).gif getFiscalCode
JJ790087.privmethod(en-us,AX.60).gif getRecordType
JJ790087.privmethod(en-us,AX.60).gif getReportedAmountMultiplier
JJ790087.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ790087.privmethod(en-us,AX.60).gif initHeaderFromTaxReportDomesticTable
JJ790087.privmethod(en-us,AX.60).gif initLineFromTaxReportDomesticTrans
JJ790087.pubmethod(en-us,AX.60).gif new Initializes a new instance of the TaxReportDomesticExportDataGenerator_IT class.
JJ790087.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.)
JJ790087.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.)
JJ790087.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif parmMaxTransLinesCountPerFile Gets or sets the MaxTransLinesCountPerFile parameter.
JJ790087.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ790087.privmethod(en-us,AX.60).gif stripVATNum
JJ790087.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ790087.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.)
JJ790087.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ790087.pubmethod(en-us,AX.60).gif JJ790087.static(en-us,AX.60).gif ::construct Creates an instance of the TaxReportDomesticExportDataGenerator_IT class.
JJ790087.pubmethod(en-us,AX.60).gif JJ790087.static(en-us,AX.60).gif ::getBirthCountryRegion Calculates the country/region of birth for the reported person.
JJ790087.pubmethod(en-us,AX.60).gif JJ790087.static(en-us,AX.60).gif ::getBirthDate Gets the birth date of the counteragent.

Top

Inheritance Hierarchy

Object Class
  TaxReportDomesticExportDataGenerator_IT Class