FiscalDocumentValidationsExecutor_BR Class [AX 2012]

The FiscalDocumentValidationsExecutor_BR class executes registered fiscal document validations.

class FiscalDocumentValidationsExecutor_BR

Run On

Called

  MethodDescription
JJ727735.pubmethod(en-us,AX.60).gif addValidation Adds a validation to the list of IFiscalDocumentValidation_BR instances that are registered to be executed when all validations are run.
JJ727735.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif execute Executes the registered validations against the FiscalDocumentParmData_BR passed in as parameter.
JJ727735.protmethod(en-us,AX.60).gif executeValidationClass Executes the fiscal document validation class against the current fiscal document.
JJ727735.protmethod(en-us,AX.60).gif executeValidationMethod Tries to execute the given method of the given fiscal document validation class against the current fiscal document, if applicable.
JJ727735.protmethod(en-us,AX.60).gif executeValidationsForHeader Executes the fiscal document validations against the header of the given fiscal document.
JJ727735.protmethod(en-us,AX.60).gif executeValidationsForLine Executes the fiscal document validations against a given line of the fiscal document.
JJ727735.protmethod(en-us,AX.60).gif executeValidationsForMiscCharge Executes the fiscal document validations against a given miscellaneous charge of a line of the fiscal document.
JJ727735.protmethod(en-us,AX.60).gif executeValidationsForTaxTrans Executes the fiscal document validations against a given tax of a line of the fiscal document.
JJ727735.protmethod(en-us,AX.60).gif getListOfFiscalDocumentValidations Retrieves the list of validations to apply.
JJ727735.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif hasFailures Indicates whether there were any validations failures.
JJ727735.protmethod(en-us,AX.60).gif isMethodApplicableForDocument Verifies if the given validation method is applicable to the given fiscal document.
JJ727735.pubmethod(en-us,AX.60).gif new Creates and initializes new instance of the FiscalDocumentValidationsExecutor_BR class.
JJ727735.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.)
JJ727735.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.)
JJ727735.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ727735.protmethod(en-us,AX.60).gif parmFiscalDocument Gets or sets the FiscalDocument parameter.
JJ727735.protmethod(en-us,AX.60).gif parmfiscalDocumentValidationClass Gets or sets the fiscalDocumentValidationClass parameter.
JJ727735.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ727735.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.)
JJ727735.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ727735.pubmethod(en-us,AX.60).gif JJ727735.static(en-us,AX.60).gif ::newFromFiscalDocument Builds an instance of FiscalDocumentValidationsExecutor_BR with all validations specific to model of fiscal document in _fiscalDocumentParmData automatically added.
Top

Object Class
  FiscalDocumentValidationsExecutor_BR Class

Community Additions

ADD
Show: