Share via


JmgTransaction Class [AX 2012]

The JmgTransaction class provides an interface for time and attendance to read time registrations from other modules and post changes to time registrations in other modules.

Syntax

class JmgTransaction

Run On

Called

Methods

  Method Description
Gg758723.protmethod(en-us,AX.60).gif addTransactionsToJmgStampJournalTrans Adds transactions to the specified JmgStampJournalTrans temporary buffer based on a worker ID, and start and end date time.
Gg758723.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg758723.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.)
Gg758723.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.)
Gg758723.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif postChange Posts changes that were made in time and attendance back to the originating modules.
Gg758723.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg758723.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.)
Gg758723.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg758723.pubmethod(en-us,AX.60).gif Gg758723.static(en-us,AX.60).gif ::constructJourRegType Retrieves an instance of a JmgTransaction subclass based on the specified type.
Gg758723.pubmethod(en-us,AX.60).gif Gg758723.static(en-us,AX.60).gif ::getListOfTransactionTypes Gets the list of transaction types currently known to the time and attendance calculation engine.
Gg758723.pubmethod(en-us,AX.60).gif Gg758723.static(en-us,AX.60).gif ::getTransactions Retrieves transactions from known transaction types.
Gg758723.pubmethod(en-us,AX.60).gif Gg758723.static(en-us,AX.60).gif ::postChanges Posts changes to time transactions made in time and attendance back to originating modules.

Top

Remarks

Each subclass to this class allows the time and attendance calculation engine to handle time transactions from other modules. This means that reading registrations from other modules, and posting changes that were made in time and attendance back to the originating modules. To allow the time and attendance calculation engine to handle time registrations from other modules, the following must be done:

  1. Create a new subclass of the JmgTransaction class.

  2. Override the methods addTransactionsToJmgStampJournalTrans and postChanges.

  3. Add an entry in the list returned by the getListOfTransactionTypes method in the JmgTransaction class.

Inheritance Hierarchy

Object Class
  JmgTransaction Class
    JmgTransaction_Absence Class
    JmgTransaction_IPC Class
    JmgTransaction_Prod Class
    JmgTransaction_Proj Class
    JmgTransaction_TAA Class