LedgerAccountUtility_CN Class [AX 2012]

Handles chinese leger account.

Syntax

class LedgerAccountUtility_CN

Run On

Called

Methods

  Method Description
JJ743161.pubmethod(en-us,AX.60).gif calcTotalLength Gets the total length from a LedgerChartOfAccountsTreeLevel_CN record.
JJ743161.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif checkAccountLength Checks the length of an account.
JJ743161.pubmethod(en-us,AX.60).gif copyFromAccountParent Copies from the parent account.
JJ743161.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif findFirstSubLeaf Finds the first sub-leaf main account.
JJ743161.pubmethod(en-us,AX.60).gif findLastPeerAccount Finds the last sub main account at the same level that does not have a sub-account.
JJ743161.pubmethod(en-us,AX.60).gif findMaxAccountNum Finds the maximum account number.
JJ743161.pubmethod(en-us,AX.60).gif findParentAccountNum Finds the parent account number.
JJ743161.pubmethod(en-us,AX.60).gif findParentRecId Finds the parent RecId value.
JJ743161.pubmethod(en-us,AX.60).gif getAccountLengthByLevel Gets the account length by level.
JJ743161.pubmethod(en-us,AX.60).gif getAccountLevelbyAccountNum Gets the account level according to the main account number.
JJ743161.pubmethod(en-us,AX.60).gif getAccountLevelbyLength Gets the account level according to the account length.
JJ743161.pubmethod(en-us,AX.60).gif getAccountToken Gets the account token.
JJ743161.pubmethod(en-us,AX.60).gif getAllParentRecIds Gets all the RecId values of the parent main accounts by the RecId values of the sub-accounts.
JJ743161.pubmethod(en-us,AX.60).gif getCurrentUsedMaxLevel Gets the currently used maximum level.
JJ743161.pubmethod(en-us,AX.60).gif getNextLevelSubAccountIds Gets a list of the RecId values of all the sub main accounts in the next level.
JJ743161.pubmethod(en-us,AX.60).gif getNextLevelSubRecIds Gets a list of the RecId values of all the sub main accounts in the next level.
JJ743161.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif initMap Calculates maps.
JJ743161.pubmethod(en-us,AX.60).gif isAccountTreeLevelEmpty Checks whether an account tree level is empty.
JJ743161.pubmethod(en-us,AX.60).gif isMainAccountEmpty Checks whether a main account is empty.
JJ743161.pubmethod(en-us,AX.60).gif isRootAccount Checks whether it is the root account.
JJ743161.pubmethod(en-us,AX.60).gif new Initializes a new instance of the LedgerAccountUtility_CN class.
JJ743161.pubmethod(en-us,AX.60).gif nextSubCode Gets the next sub-code by the RecId value of the parent main account.
JJ743161.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.)
JJ743161.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.)
JJ743161.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif renameMainAccount Renames the main account number with a separator.
JJ743161.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ743161.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.)
JJ743161.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::calcSubLevelTotalLength Calculates the total length of a sub-level..
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::calcTotalLengthIncludeSep Calculates the total length including the separator.
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::existSub Checks whether there is a sub main account.
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::findMaxLevel Finds the maximum level from the LedgerChartOfAccountsTreeLevel_CN record.
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::findSeparator Finds the separator from the LedgerChartOfAccountsTreeLevel_CN record.
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::findSeparatorChar Finds the separator character for the account tree structure.
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::initWildcard Initializes a wildcard character that is used in select statements for fuzzy querying.
JJ743161.pubmethod(en-us,AX.60).gif JJ743161.static(en-us,AX.60).gif ::numPreviewFormat Gets the format of a preview account based on a separator character.

Top

Inheritance Hierarchy

Object Class
  LedgerAccountUtility_CN Class