ElectronicPaymentRemitExport_BR Class [AX 2012]

The ElectronicPaymentRemitExport_BR class is responsible for exporting electronic payment bank files.

class ElectronicPaymentRemitExport_BR extends ConfExport_BR

Run On

Client

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

Object Class
  ConfExport_BR Class
    ElectronicPaymentRemitExport_BR Class

Community Additions

ADD
Show: