BudgetCreateTransferManager Class [AX 2012]

The BudgetCreateTransferManager class contains helper methods that are used in the create transfer process.

Syntax

class BudgetCreateTransferManager extends BudgetTransactionManager

Run On

Called

Methods

  Method Description
Gg778248.pubmethod(en-us,AX.60).gif cacheDefaultDimAttribNotBudgetEnabled Caches the dimension attributes from the specified default dimensions that are not enabled for budget. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif cacheDimAttributesNotBudgetEnabled Caches the dimension attributes from the specified ledger dimension that are not enabled for the budget. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif formMethodDataSourceCreate Manages the number sequence when a number is allocated when a budget transaction header is being created. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif formMethodDataSourceCreatePre Manages the number sequence before a number is allocated when a budget transaction header is being created. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif formMethodDataSourceDelete Manages the number sequence during the deletion of a budget transaction header. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif formMethodDataSourceLinkActive Manages the number sequence when a budget transaction header becomes active. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif formMethodDataSourceValidateWrite Manages the number sequence during the validation of saving a budget transaction header. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif formMethodDataSourceWrite Manages the number sequence during the saving of a budget transaction header. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif getLedgerDimensionBudget Retrieves a budget ledger dimension reference based on the main account, default dimension, and the dimensions that are enabled for budget. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg778248.protmethod(en-us,AX.60).gif new Performs initialization for the BudgetTransactionManager class. (Inherited from BudgetTransactionManager.)
Gg778248.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.)
Gg778248.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.)
Gg778248.pubmethod(en-us,AX.60).gif numberSeqFormHandlerBudgetTransactionId Creates an instance of the NumberSeqFormHandler class for the budget transaction identifier number sequence. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif showWarningsDimAttsNotBudgetEnabled Shows warnings that dimension attributes are not enabled for the budget. (Inherited from BudgetTransactionManager.)
Gg778248.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg778248.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.)
Gg778248.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg778248.pubmethod(en-us,AX.60).gif Gg778248.static(en-us,AX.60).gif ::construct Constructs an instance of the BudgetCreateTransferManager class.
Gg778248.pubmethod(en-us,AX.60).gif Gg778248.static(en-us,AX.60).gif ::launchCreateTransferForm Displays the form for creating a budget transfer.
Gg778248.pubmethod(en-us,AX.60).gif Gg778248.static(en-us,AX.60).gif ::lookupBudgetTransactionCode Performs the lookup for the BudgetTransactionCode records.
Gg778248.pubmethod(en-us,AX.60).gif Gg778248.static(en-us,AX.60).gif ::validateBudgetTransactionCode Specifies whether the budget transaction code is valid.

Top

Inheritance Hierarchy

Object Class
  BudgetTransactionManager Class
    BudgetCreateTransferManager Class