ConfImportEPComplexCustPaym_BR Class [AX 2012]
The ConfImportEPComplexCustPaym_BR class is the basis for the electronic payment process for importing the complex file for customers.
| Method | Description | |
|---|---|---|
| buildEPReturnValues | Populates an instance of the EPReturnValues_BR class that represents the values to use to update the ledger journal transaction. (Overrides the buildEPReturnValues Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| doImport | Performs the processing of the whole file, following the layout configuration that the user defines through the configurator feature. (Inherited from ConfImportEPComplex_BR.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getFieldContentInFileLine | Returns the value of a specific field by parsing its content on the file line. (Inherited from ConfImportEPComplex_BR.) |
| getFileLineType | Initializes the confBatchLayoutLineType variable of the return file. (Inherited from ConfImportEPComplex_BR.) |
| getFirstSegmentToProcess | Returns the first segment to process. (Overrides the getFirstSegmentToProcess Method.) |
| getListOfProcessedDocuments | Returns a list of strings that represent the documents that were processed during import. (Inherited from ConfImportEPComplex_BR.) |
| getListOfRequiredFieldsInLayout | Returns a container of strings that represent the required fields, such as the EPCompanyDocument_BR field of the LedgerJournalTransPayment_BR table and the LayoutRetOccCode field of the EPRetOccCodes_BR table. (Overrides the getListOfRequiredFieldsInLayout Method.) |
| getPaymentMode | Returns the payment mode to use during the import operation. (Inherited from ConfImportEPComplex_BR.) |
| getPaymModeSpecSegmentFieldName | Returns the field name that corresponds to the main segment to process. (Overrides the getPaymModeSpecSegmentFieldName Method.) |
| getPaymModeSpecTableName | (Overrides the getPaymModeSpecTableName Method.) |
| getSegmentsToProcess | Returns a container that holds the information for the segments to process for a given batch header. (Inherited from ConfImportEPComplex_BR.) |
| getStatus | Converts the return occurrence code that is found in the file to the corresponding value in the CustVendPaymStatus base enum. (Inherited from ConfImportEPComplex_BR.) |
| getTableByName | Returns a Common table buffer for a given table that had values that were populated during the import process. (Inherited from ConfImportEPComplex_BR.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValuesForProcessedDocument | Returns the values that were processed for a given document. (Inherited from ConfImportEPComplex_BR.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasValuesForTable | Indicates whether values are registered for a given table. (Inherited from ConfImportEPComplex_BR.) |
| new | Initializes map fields and the confLayoutGroupId field. (Inherited from ConfImportEPComplex_BR.) |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parseBatch | Parses a batch in the file. (Inherited from ConfImportEPComplex_BR.) |
| parseDetail | Parses a detail line in the file. (Inherited from ConfImportEPComplex_BR.) |
| parseDetailsWithinBatch | Parses all detail lines in a given batch. (Inherited from ConfImportEPComplex_BR.) |
| parseFile | Parses the file line that corresponds to the file header. (Inherited from ConfImportEPComplex_BR.) |
| registerValueForTableField | Registers a value that is read from the file that corresponds to a table field value. (Inherited from ConfImportEPComplex_BR.) |
| setFile | Sets the file reader that is used to read the file that is being processed. (Inherited from ConfImportEPComplex_BR.) |
| setPaymMode | Sets the payment mode to use during the return processing. (Inherited from ConfImportEPComplex_BR.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| storeValuesForDocument | Inserts the set of values that are read for a specific document into the internal map that keeps all the values that are read for each document. (Inherited from ConfImportEPComplex_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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: