IntrastatExportService_IT Class [AX 2012]

The IntrastatExportService_IT class is a service class for the Italian Intrastat export to ASCII functionality.

Syntax

class IntrastatExportService_IT

Run On

Server

Methods

  Method Description
Gg726841.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif exportToAscii Serves as the main method of the service class.
Gg726841.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg726841.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.)
Gg726841.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.)
Gg726841.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg726841.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg726841.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.)
Gg726841.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg726841.protmethod(en-us,AX.60).gif writeAll
Gg726841.protmethod(en-us,AX.60).gif writeCustGoodsCorrectionMonthlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeCustGoodsCorrectionQuarterlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeCustGoodsMonthlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeCustGoodsQuarterlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeCustServicesCorrectionRecord
Gg726841.protmethod(en-us,AX.60).gif writeCustServicesRecord
Gg726841.protmethod(en-us,AX.60).gif writeHeader
Gg726841.protmethod(en-us,AX.60).gif writeLine
Gg726841.protmethod(en-us,AX.60).gif writeLineHeader
Gg726841.protmethod(en-us,AX.60).gif writeVendGoodsCorrectionMonthlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeVendGoodsCorrectionQuarterlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeVendGoodsMonthlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeVendGoodsQuarterlyRecord
Gg726841.protmethod(en-us,AX.60).gif writeVendServicesCorrectionRecord
Gg726841.protmethod(en-us,AX.60).gif writeVendServicesRecord
Gg726841.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

This class is responsible for generating the ASCII file and saving it to the SysFileStore.

Inheritance Hierarchy

Object Class
  IntrastatExportService_IT Class