ConfImportEPComplex_BR Class [AX 2012]
The ConfImportEPComplex_BR class is the basis for the electronic payment process for importing the complex file.
| Method | Description | |
|---|---|---|
| buildEPReturnValues | Is an abstract method for the extended objects to implement. |
| 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. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getConfFieldForTableAndField | |
| getFieldContentInFileLine | Returns the value of a specific field by parsing its content on the file line. |
| getFileLineType | Initializes the confBatchLayoutLineType variable of the return file. |
| getFirstSegmentToProcess | Is an abstract method for the extended objects to implement. |
| getListOfProcessedDocuments | Returns a list of strings that represent the documents that were processed during import. |
| getListOfRequiredFieldsInLayout | Is an abstract method for the extended objects to implement. |
| getNextLineForTheFirstSegment | |
| getPaymentMode | Returns the payment mode to use during the import operation. |
| getPaymModeSpecSegmentFieldName | Is an abstract method for the extended objects to implement. |
| getPaymModeSpecTableName | Is an abstract method for the extended objects to implement. |
| getSegmentsToProcess | Returns a container that holds the information for the segments to process for a given batch header. |
| getStatus | Converts the return occurrence code that is found in the file to the corresponding value in the CustVendPaymStatus base enum. |
| getTableByName | Returns a Common table buffer for a given table that had values that were populated during the import process. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValuesForProcessedDocument | Returns the values that were processed for a given document. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasValuesForTable | Indicates whether values are registered for a given table. |
| new | Initializes map fields and the confLayoutGroupId field. |
| 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. |
| parseDetail | Parses a detail line in the file. |
| parseDetailsWithinBatch | Parses all detail lines in a given batch. |
| parseFile | Parses the file line that corresponds to the file header. |
| registerValueForTableField | Registers a value that is read from the file that corresponds to a table field value. |
| setFile | Sets the file reader that is used to read the file that is being processed. |
| setPaymMode | Sets the payment mode to use during the return processing. |
| 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. |
| 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.) |
| validateConfigurationPrerequisites | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::constructCustPaymForLayout | Constructs an instance of the ConfImportEPComplex_BR class to use for the customer payment return process. |
| ::constructVendPaymForLayout | Constructs an instance of the ConfImportEPComplex_BR class to use for the vendor payment return process. |
Object Class
ConfImportEPComplex_BR Class
ConfImportEPComplexCustPaym_BR Class
ConfImportEPComplexVendPaym_BR Class
ConfImportEPComplex_BR Class
ConfImportEPComplexCustPaym_BR Class
ConfImportEPComplexVendPaym_BR Class
Community Additions
ADD
Show: