Share via


NumberSeqFormHandlerLedgerJournal Class [AX 2012]

Syntax

class NumberSeqFormHandlerLedgerJournal extends NumberSeqFormHandler

Run On

Called

Methods

  Method Description
Gg760290.protmethod(en-us,AX.60).gif callAbort Calls an abort for a number in a number sequence. (Inherited from NumberSeqFormHandler.)
Gg760290.protmethod(en-us,AX.60).gif callUsed Calls a number that is used in a number sequence. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg760290.protmethod(en-us,AX.60).gif checkChangeNumber (Inherited from NumberSeqFormHandler.)
Gg760290.protmethod(en-us,AX.60).gif constructNumberSeqFromClassId Creates an instance of the NumberSeq class from the class ID. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif curRecord (Overrides the curRecord Method.)
Gg760290.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif fieldAllowEdit (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodClose Cancels the unused numbers when a form is closed. (Overrides the formMethodClose Method.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceCreate Creates a record with a number sequence value. (Overrides the formMethodDataSourceCreate Method.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceCreatePre (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceDelete (Overrides the formMethodDataSourceDelete Method.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceLinkActive (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceValidateWrite Validates the number sequence when the data source validate is called. (Overrides the formMethodDataSourceValidateWrite Method.)
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceVoucherModified
Gg760290.pubmethod(en-us,AX.60).gif formMethodDataSourceWrite Changes the number sequences when the data source write method is called. (Overrides the formMethodDataSourceWrite Method.)
Gg760290.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg760290.protmethod(en-us,AX.60).gif initNumberSeqFromContainer Initializes an instance of the NumberSeq class by using the class ID. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif lastUncommitedNumber Gets the value of the lastNumber variable. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif newVoucher
Gg760290.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.)
Gg760290.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.)
Gg760290.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the NumberSeqFormHandler class. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif parmDontThrowOnMissingRefSetUp Gets or sets the DontThrowOnMissingRefSetUp parameter. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif parmFieldIdNum Gets or sets the FieldIdNum parameter. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif parmFormDataSource Gets or sets the FormDataSource parameter. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif parmLedgerJournalEngine Gets or sets the LedgerJournalEngine parameter.
Gg760290.pubmethod(en-us,AX.60).gif parmLedgerJournalTrans
Gg760290.pubmethod(en-us,AX.60).gif parmNumberSequenceId Gets or sets the NumberSequenceId parameter. (Inherited from NumberSeqFormHandler.)
Gg760290.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif unpack (Inherited from NumberSeqFormHandler.)
Gg760290.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.)
Gg760290.protmethod(en-us,AX.60).gif voucherChanged
Gg760290.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg760290.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  NumberSeqFormHandler Class
    NumberSeqFormHandlerLedgerJournal Class