BudgetControlCheckRequest Class [AX 2012]

The BudgetControlCheckRequest class is used to capture the information that is required to check for an available budget that relates an integrator to a budgetary control.

Syntax

class BudgetControlCheckRequest implements SysPackable

Run On

Called

Methods

  Method Description
Gg786320.pubmethod(en-us,AX.60).gif addLedgerDimensionDetail Adds an instance of the BudgetCheckDetail class.
Gg786320.pubmethod(en-us,AX.60).gif addRelievingLedgerDimensionDetail Adds an instance of the BudgetRelievingDetail class.
Gg786320.pubmethod(en-us,AX.60).gif addReturnLedgerDimensionDetail Adds an instance of the BudgetReturnDetail class.
Gg786320.pubmethod(en-us,AX.60).gif areAnyDetailsAdded Indicates whether there are any details added for the budget control check request.
Gg786320.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg786320.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetControlCheckRequest class.
Gg786320.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.)
Gg786320.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.)
Gg786320.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BudgetControlCheckRequest class.
Gg786320.pubmethod(en-us,AX.60).gif parmBudgetControlCategory Gets or sets the BudgetControlCategory parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmBudgetDate Gets or sets the BudgetDate parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmBudgetModelDataAreaId Gets the BudgetModelDataAreaId parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmBudgetModelId Gets the BudgetModelId parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmBudgetSourceId Gets or sets the BudgetSourceId parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmIsCarryforward Gets or sets the IsCarryforward parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmLedgerDimensionDetails Gets the LedgerDimensionDetails parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmRelievingLedgerDimensionDetails Gets the RelievingLedgerDimensionDetails parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmReturnLedgerDimensionDetails Gets the ReturnLedgerDimensionDetails parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmSimulatedBudgetSourceId Gets or sets the SimulatedBudgetSourceId parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmTransactionNumber Gets or sets the TransactionNumber parameter.
Gg786320.pubmethod(en-us,AX.60).gif parmUser Gets or sets the User parameter.
Gg786320.pubmethod(en-us,AX.60).gif setBudgetModel Sets the budget model.
Gg786320.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedBudgetControlCheckRequest parameter value to an instance of the BudgetControlCheckRequest class.
Gg786320.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.)
Gg786320.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg786320.pubmethod(en-us,AX.60).gif Gg786320.static(en-us,AX.60).gif ::construct Initializes a new instance of the BudgetControlCheckRequest class.
Gg786320.pubmethod(en-us,AX.60).gif Gg786320.static(en-us,AX.60).gif ::create Creates an instance of the BudgetControlCheckRequest class from a packed copy.
Gg786320.pubmethod(en-us,AX.60).gif Gg786320.static(en-us,AX.60).gif ::isControlConfigured Indicates whether the system has configuration enabled for budgetary control.

Top

Remarks

This class is extended by subsystems that are integrated with budgetary control.

Inheritance Hierarchy

Object Class
  BudgetControlCheckRequest Class