JournalizingDefinitionManager Class [AX 2012]

The JournalizingDefinitionManager class provides the base functionality to implement journalizing definition in the modules.

Syntax

class JournalizingDefinitionManager

Run On

Called

Methods

  Method Description
Gg745842.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif getDefaultJournalizingDefinition Retrieves the journalizing definition ID by using the parameter values.
Gg745842.pubmethod(en-us,AX.60).gif getSystemGeneratedEntries Retrieves the list of ledger dimension accounts and attributes based on the input parameters.
Gg745842.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif isJournalizngDefinitionEnabled Determines the value of the journalizing definition parameter in the LedgerParameters table.
Gg745842.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg745842.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.)
Gg745842.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.)
Gg745842.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif parmJournalizingDefinition Gets or sets the JournalizingDefinition parameter.
Gg745842.pubmethod(en-us,AX.60).gif parmTransactionType Gets or sets the TransactionType parameter.
Gg745842.pubmethod(en-us,AX.60).gif parmTransDate Gets or sets the TransDate parameter.
Gg745842.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg745842.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.)
Gg745842.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerALE Creates an instance of the JournalizingDefinitionManagerLedger class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerBank Creates an instance of the journalzingDefinitionManagerBank class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerBudget Creates an instance of the JournalizingDefinitionManagerBudget class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerCustomer Creates an instance of the JournalizingDefinitionManagerCustomer class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerLedger Creates an instance of the JournalizingDefinitionManagerLedger class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerPayables Creates an instance of the journalzingDefinitionManagerPayables class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerPayroll Creates an instance of the JournalizingDefinitionManagerPayroll class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newJournalizingDefinitionManagerPurch Creates an instance of the JournalizingDefinitionManagerPurch class.
Gg745842.pubmethod(en-us,AX.60).gif Gg745842.static(en-us,AX.60).gif ::newPurch Creates an instance of the JournalizingDefinitionManagerPurch class.

Top

Remarks

Each module that must provide its own implementation of journalizing definition has to extend this base class.

Inheritance Hierarchy

Object Class
  JournalizingDefinitionManager Class
    JournalizingDefinitionManagerALE Class
    JournalizingDefinitionManagerBank Class
    JournalizingDefinitionManagerBudget Class
    JournalizingDefinitionManagerCustomer Class
    JournalizingDefinitionManagerLedger Class
    JournalizingDefinitionManagerPayables Class
    JournalizingDefinitionManagerPayroll Class
    JournalizingDefinitionManagerPurch Class