ConfExport_BR Class [AX 2012]

The ConfExport_BR class is the basis of the file export process for the configurator feature.

class ConfExport_BR

Run On

Client

  MethodDescription
JJ748808.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ748808.protmethod(en-us,AX.60).gif closeFile Closes the file that is being exported.
JJ748808.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ748808.protmethod(en-us,AX.60).gif findExtentsion Retrieves the extension of the file name.
JJ748808.protmethod(en-us,AX.60).gif getPaymMode Returns the payment mode that is selected to generate the payment.
JJ748808.protmethod(en-us,AX.60).gif getSegment Returns a related segment for a given payment specification.
JJ748808.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ748808.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ748808.protmethod(en-us,AX.60).gif new Initializes a new instance of the ConfExport_BR class.
JJ748808.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.)
JJ748808.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.)
JJ748808.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ748808.protmethod(en-us,AX.60).gif openFile Creates a file that will be exported.
JJ748808.protmethod(en-us,AX.60).gif outputFormatedDS Outputs the current record from the query data source in the formatted mode.
JJ748808.pubmethod(en-us,AX.60).gif outputFormatedDSComplex Outputs the current record from the query data source in the formatted complex mode.
JJ748808.protmethod(en-us,AX.60).gif outputFormatted Iterates through each record that is fetched from the query and outputs it in the formatted mode.
JJ748808.pubmethod(en-us,AX.60).gif outputFormattedComplex Iterates through each record that is fetched from the query and outputs it in the formatted complex mode.
JJ748808.protmethod(en-us,AX.60).gif outputFormattedField Formats a field value to export to the file.
JJ748808.protmethod(en-us,AX.60).gif outputSimple Iterates through each record that is fetched from the query and outputs it in the simple mode.
JJ748808.protmethod(en-us,AX.60).gif outputSimpleDS Outputs the current record from the query data source in the simple mode.
JJ748808.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ748808.pubmethod(en-us,AX.60).gif parmExportMode Gets or sets the ExportMode parameter.
JJ748808.pubmethod(en-us,AX.60).gif parmFileName Gets or sets the FileName parameter.
JJ748808.pubmethod(en-us,AX.60).gif parmGroupId Gets or sets the GroupId parameter.
JJ748808.pubmethod(en-us,AX.60).gif parmLayoutId Gets or sets the LayoutId parameter.
JJ748808.pubmethod(en-us,AX.60).gif parmMaxFileSize Gets or sets the MaxFileSize parameter.
JJ748808.pubmethod(en-us,AX.60).gif parmMaxFileSizeError Gets or sets the MaxFileSizeError parameter.
JJ748808.protmethod(en-us,AX.60).gif populateCommon Assigns a validated common table buffer that is ready for output.
JJ748808.pubmethod(en-us,AX.60).gif prepare Initializes the class fields, based on the layout that is used.
JJ748808.pubmethod(en-us,AX.60).gif query Serves as a parm method for the internal Query object of the class.
JJ748808.protmethod(en-us,AX.60).gif queryBuild Builds the internal Query object, based on the definition group that is used.
JJ748808.pubmethod(en-us,AX.60).gif queryRun Serves as a parm method for the internal QueryRun object of the class.
JJ748808.pubmethod(en-us,AX.60).gif run Serves as a base method that initializes the query, initializes the class fields, creates the file, outputs data, and closes the file.
JJ748808.protmethod(en-us,AX.60).gif saveLastData Internally stores the data from the QueryRun object for later use.
JJ748808.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ748808.protmethod(en-us,AX.60).gif summaryFieldPrepare Prepares the summary field temporary table to use.
JJ748808.protmethod(en-us,AX.60).gif summaryFieldProcess Iterates through each record from the query and processes the fields to summarize.
JJ748808.protmethod(en-us,AX.60).gif summaryFieldUpdate Updates a single summarize field.
JJ748808.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ748808.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.)
JJ748808.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ748808.protmethod(en-us,AX.60).gif writeToFile Writes the given data to the export file.
JJ748808.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ748808.pubmethod(en-us,AX.60).gif JJ748808.static(en-us,AX.60).gif ::construct Initializes a new instance of the ConfExport_BR class.
JJ748808.pubmethod(en-us,AX.60).gif JJ748808.static(en-us,AX.60).gif ::description Gets the description of the class.
JJ748808.pubmethod(en-us,AX.60).gif JJ748808.static(en-us,AX.60).gif ::newFile Creates a new file to export.
Top

Community Additions

ADD
Show: