ElectronicPaymentRemitExport_BR Class [AX 2012]
The ElectronicPaymentRemitExport_BR class is responsible for exporting electronic payment bank files.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closeFile | Closes the file that is being exported. (Inherited from ConfExport_BR.) |
| customQuerys | Gets the range of payment lines for each payment specification. |
| epRemitParms | Creates the file and is a base method to run the query. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findExtentsion | Retrieves the extension of the file name. (Inherited from ConfExport_BR.) |
| getPaymMode | Returns the selected payment mode that should be used to generate the payment. (Overrides the getPaymMode Method.) |
| getQueryFromUserQuery | Builds a Query object, based on user-provided information. |
| getSegment | Returns a related segment for a given payment specification. (Overrides the getSegment Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the ElectronicPaymentRemitExport_BR class. (Overrides the new Method.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| openFile | Creates a file that will be exported. (Inherited from ConfExport_BR.) |
| outputFormatedDS | Outputs the current record from the query data source in the formatted mode. (Inherited from ConfExport_BR.) |
| outputFormatedDSComplex | Outputs the current record from the query data source in the formatted complex mode. (Inherited from ConfExport_BR.) |
| outputFormatted | Iterates through each record that is fetched from the query and outputs it in the formatted mode. (Inherited from ConfExport_BR.) |
| outputFormattedComplex | Iterates through each record that is fetched from the query and outputs it in the formatted complex mode. (Inherited from ConfExport_BR.) |
| outputFormattedField | Formats a field value to export to the file. (Inherited from ConfExport_BR.) |
| outputSimple | Iterates through each record that is fetched from the query and outputs it in the simple mode. (Inherited from ConfExport_BR.) |
| outputSimpleDS | Outputs the current record from the query data source in the simple mode. (Inherited from ConfExport_BR.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmExportMode | Gets or sets the ExportMode parameter. (Inherited from ConfExport_BR.) |
| parmFileName | Gets or sets the FileName parameter. (Inherited from ConfExport_BR.) |
| parmGroupId | Gets or sets the GroupId parameter. (Inherited from ConfExport_BR.) |
| parmLayoutId | Gets or sets the LayoutId parameter. (Inherited from ConfExport_BR.) |
| parmMaxFileSize | Gets or sets the MaxFileSize parameter. (Inherited from ConfExport_BR.) |
| parmMaxFileSizeError | Gets or sets the MaxFileSizeError parameter. (Inherited from ConfExport_BR.) |
| populateCommon | Assigns a validated common table buffer that is ready for output. (Inherited from ConfExport_BR.) |
| prepare | Initializes the class fields, based on the layout that is used. (Inherited from ConfExport_BR.) |
| query | Serves as a parm method for the internal Query object of the class. (Inherited from ConfExport_BR.) |
| queryBuild | Builds the internal Query object, based on the definition group that is used. (Overrides the queryBuild Method.) |
| queryRun | Is a parm method for the internal QueryRun object of the class. (Overrides the queryRun Method.) |
| run | Serves as a base method that initializes the query, initializes the class fields, creates the file, outputs data, and closes the file. (Inherited from ConfExport_BR.) |
| saveLastData | Internally stores the data from the QueryRun object for later use. (Inherited from ConfExport_BR.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| summaryFieldPrepare | Prepares the summary field temporary table to use. (Inherited from ConfExport_BR.) |
| summaryFieldProcess | Iterates through each record from the query and processes the fields to summarize. (Inherited from ConfExport_BR.) |
| summaryFieldUpdate | Updates a single summarize field. (Inherited from ConfExport_BR.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| writeToFile | Writes the given data to the export file. (Inherited from ConfExport_BR.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: