JournalStatic Class [AX 2012]

The JournalStatic class is the most important class in the journal framework.

Syntax

class JournalStatic

Run On

Called

Methods

  Method Description
Gg761371.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif findJournalName
Gg761371.pubmethod(en-us,AX.60).gif findJournalTable
Gg761371.pubmethod(en-us,AX.60).gif findJournalTrans
Gg761371.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg761371.protmethod(en-us,AX.60).gif initFieldId
Gg761371.pubmethod(en-us,AX.60).gif journalName
Gg761371.pubmethod(en-us,AX.60).gif journalTable
Gg761371.pubmethod(en-us,AX.60).gif journalTrans
Gg761371.pubmethod(en-us,AX.60).gif menuItemStrLines
Gg761371.pubmethod(en-us,AX.60).gif nameFieldIdBlockUserGroupId
Gg761371.pubmethod(en-us,AX.60).gif nameFieldIdDescription
Gg761371.pubmethod(en-us,AX.60).gif nameFieldIdJournalNameId
Gg761371.pubmethod(en-us,AX.60).gif nameFieldIdJournalType
Gg761371.protmethod(en-us,AX.60).gif new
Gg761371.pubmethod(en-us,AX.60).gif newJournalErrorTransList
Gg761371.pubmethod(en-us,AX.60).gif newJournalErrorVoucherList
Gg761371.pubmethod(en-us,AX.60).gif newJournalTransData
Gg761371.pubmethod(en-us,AX.60).gif newJournalTransList
Gg761371.pubmethod(en-us,AX.60).gif newJournalVoucherList
Gg761371.pubmethod(en-us,AX.60).gif newJournalVoucherNum
Gg761371.pubmethod(en-us,AX.60).gif newJournalVoucherObject
Gg761371.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.)
Gg761371.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.)
Gg761371.pubmethod(en-us,AX.60).gif numRefJournalId
Gg761371.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif standardJournalNameId
Gg761371.pubmethod(en-us,AX.60).gif tableFieldIdBlockUserGroupId
Gg761371.pubmethod(en-us,AX.60).gif tableFieldIdBlockUserId
Gg761371.pubmethod(en-us,AX.60).gif tableFieldIdJournalId
Gg761371.pubmethod(en-us,AX.60).gif tableFieldIdJournalType
Gg761371.pubmethod(en-us,AX.60).gif tableFieldIdPosted
Gg761371.pubmethod(en-us,AX.60).gif tableFieldIdSigned
Gg761371.pubmethod(en-us,AX.60).gif tableFormName
Gg761371.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif transFieldIdJournalId
Gg761371.pubmethod(en-us,AX.60).gif transFieldIdLineNum
Gg761371.pubmethod(en-us,AX.60).gif transFieldIdVoucher
Gg761371.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.)
Gg761371.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg761371.pubmethod(en-us,AX.60).gif wrongJournalTypeMessage Used to build an error message that is based on the journalTypeId parameter that is being passed in.
Gg761371.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg761371.privmethod(en-us,AX.60).gif Gg761371.static(en-us,AX.60).gif ::construct
Gg761371.pubmethod(en-us,AX.60).gif Gg761371.static(en-us,AX.60).gif ::findJournalTableFromTrans
Gg761371.pubmethod(en-us,AX.60).gif Gg761371.static(en-us,AX.60).gif ::findJournalTableId
Gg761371.pubmethod(en-us,AX.60).gif Gg761371.static(en-us,AX.60).gif ::hasUserAccessForGroupId
Gg761371.pubmethod(en-us,AX.60).gif Gg761371.static(en-us,AX.60).gif ::newTable

Top

Remarks

This class must be inherited to every module implementation as it handles and controls so that the correct inherited class is created in different module implementations.

Inheritance Hierarchy

Object Class
  JournalStatic Class
    ACOJournalStatic_BR Class
    AssetDepBookJournalStatic Class
    BankReconciliationHeaderStatic Class
    COSJournalStatic Class
    InventFiscalLIFOJournalStatic Class
    InventJournalStatic Class
    LedgerJournalStatic Class
    ProdJournalStatic Class
    ProjJournalStatic Class
    ReqItemJournalStatic Class
    RHRMJournalStatic Class
    RPayJournalStatic Class
    TutorialJournalStatic Class
    WMSJournalStatic Class