FiscalReferenceControllerParm_BR Class [AX 2012]

The FiscalReferenceControllerParm_BR class is a controller for what users see when they set up fiscal references for a specific document, and it handles database updates accordingly.

class FiscalReferenceControllerParm_BR extends FiscalReferenceController_BR

Run On

Called

  MethodDescription
JJ727781.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif canDeleteRecord Checks whether a record can be deleted. (Overrides the canDeleteRecord Method.)
JJ727781.pubmethod(en-us,AX.60).gif canManageRecords Checks whether a new record can be created. (Overrides the canManageRecords Method.)
JJ727781.pubmethod(en-us,AX.60).gif deleteTempTableRecord Handles the delete process for a specific tmpTable record. (Overrides the deleteTempTableRecord Method.)
JJ727781.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif getDefaultLegalTextId Returns the default legal text for fiscal references from the current document. (Inherited from FiscalReferenceController_BR.)
JJ727781.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif initTempTable Initializes the temporary table with the rows that must be presented to the user before the setup of the fiscal references. (Overrides the initTempTable Method.)
JJ727781.pubmethod(en-us,AX.60).gif isRefDocumentEditable Checks whether the fiscal document that is referenced by the passed record is editable. (Inherited from FiscalReferenceController_BR.)
JJ727781.protmethod(en-us,AX.60).gif new Creates a new class to manage fiscal references for a specific document. (Inherited from FiscalReferenceController_BR.)
JJ727781.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.)
JJ727781.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.)
JJ727781.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif resolveLegalTextsToSourceTable Resolves all legal text IDs with the corresponding texts and associates them with the source document. (Overrides the resolveLegalTextsToSourceTable Method.)
JJ727781.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ727781.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.)
JJ727781.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ727781.pubmethod(en-us,AX.60).gif writeTempTableRecord Handles the update of the tmpTable record accordingly and persists the changes to the tmpTable record in the correct tables in the database. (Overrides the writeTempTableRecord Method.)
JJ727781.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

Object Class
  FiscalReferenceController_BR Class
    FiscalReferenceControllerParm_BR Class

Community Additions

ADD
Show: