FiscalDocumentValidationsExecutor_BR Class [AX 2012]
The FiscalDocumentValidationsExecutor_BR class executes registered fiscal document validations.
| Method | Description | |
|---|---|---|
| addValidation | Adds a validation to the list of IFiscalDocumentValidation_BR instances that are registered to be executed when all validations are run. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| execute | Executes the registered validations against the FiscalDocumentParmData_BR passed in as parameter. |
| executeValidationClass | Executes the fiscal document validation class against the current fiscal document. |
| executeValidationMethod | Tries to execute the given method of the given fiscal document validation class against the current fiscal document, if applicable. |
| executeValidationsForHeader | Executes the fiscal document validations against the header of the given fiscal document. |
| executeValidationsForLine | Executes the fiscal document validations against a given line of the fiscal document. |
| executeValidationsForMiscCharge | Executes the fiscal document validations against a given miscellaneous charge of a line of the fiscal document. |
| executeValidationsForTaxTrans | Executes the fiscal document validations against a given tax of a line of the fiscal document. |
| getListOfFiscalDocumentValidations | Retrieves the list of validations to apply. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasFailures | Indicates whether there were any validations failures. |
| isMethodApplicableForDocument | Verifies if the given validation method is applicable to the given fiscal document. |
| new | Creates and initializes new instance of the FiscalDocumentValidationsExecutor_BR class. |
| 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.) |
| parmFiscalDocument | Gets or sets the FiscalDocument parameter. |
| parmfiscalDocumentValidationClass | Gets or sets the fiscalDocumentValidationClass parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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.) |
| ::newFromFiscalDocument | Builds an instance of FiscalDocumentValidationsExecutor_BR with all validations specific to model of fiscal document in _fiscalDocumentParmData automatically added. |
Community Additions
ADD
Show: