BudgetPlanGenerateServiceAsset Class [AX 2012]

The BudgetPlanGenerateServiceAsset class is used to generate budget plan data from fixed asset budget data.

Syntax

class BudgetPlanGenerateServiceAsset extends BudgetPlanGenerateService

Run On

Server

Methods

  Method Description
JJ794758.protmethod(en-us,AX.60).gif addGroupByFields Adds the group-by fields on a given query.
JJ794758.protmethod(en-us,AX.60).gif addOrUpdateRecordInTmpTable Adds or updates the record in the BudgetPlanLineDataGenerationTmp table for bulk insertion. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif adjustAmountByFactor Calculates the amount by applying the factor to the specified amount. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif bulkInsertBudgetPlanLineSources Inserts records into the BudgetPlanLineSource table. (Overrides the bulkInsertBudgetPlanLineSources Method.)
JJ794758.protmethod(en-us,AX.60).gif bulkInsertOrUpdateBudgetPlanLines Applies the factor and determines whether the amount is greater than minimum value for budget line.Then performs the rounding on the amount. Finally, adds or updates the record in the BudgetPlanLine table. (Inherited from BudgetPlanGenerateService.)
JJ794758.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ794758.protmethod(en-us,AX.60).gif canCreateOrUpdateBudgetPlanLine Determines whether the creation or update of the BudgetPlanLine must be skipped. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif canGenerateFromAssetTransactionType Determines whether the budget plan can be generated from the asset transaction type.
JJ794758.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanHeader Creates or updates the record in the BudgetPlanHeader table. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanLine Creates or updates the record in the BudgetPlanLine table. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif createQuery Creates a query object, based on the settings that the user defined in the dialog box.
JJ794758.protmethod(en-us,AX.60).gif deleteAllMatchingBudgetPlanLine Deletes records in the BudgetPlanLine table that match the values in the passed-in buffer. (Overrides the deleteAllMatchingBudgetPlanLine Method.)
JJ794758.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ794758.protmethod(en-us,AX.60).gif findRecordInTmpTable Finds a record in the BudgetPlanLineDataGenerationTmp table that matches the values in the passed-in buffer. (Overrides the findRecordInTmpTable Method.)
JJ794758.protmethod(en-us,AX.60).gif generateBudgetPlanningLedgerDim Creates a LedgerDimension of type BudgetPlanning. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif generateData Generates the data in the budget plan tables. (Overrides the generateData Method.)
JJ794758.protmethod(en-us,AX.60).gif getBudgetClass Determines the budget class for a given ledger dimension account.
JJ794758.protmethod(en-us,AX.60).gif getDocumentNumberSequence Generates the document number for a BudgetPlanHeader record. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif getNextScenarioLineNumber Calculates the next scenario line number for the BudgetPlanLine record. (Inherited from BudgetPlanGenerateService.)
JJ794758.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ794758.pubmethod(en-us,AX.60).gif getUserDefinedQuery Returns a query object, based on the settings that the user defined in the dialog box. (Overrides the getUserDefinedQuery Method.)
JJ794758.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ794758.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetPlanGenerateService object. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif isAmountGreaterThanMinimumValue Determines whether the absolute value of the amount is greater or equal to minimum value. (Inherited from BudgetPlanGenerateService.)
JJ794758.privmethod(en-us,AX.60).gif markAssetBudgetAsPosted Marks the AssetBudget records as posted to the budget plan.
JJ794758.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetPlanGenerateServiceAsset class. (Overrides the new Method.)
JJ794758.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.)
JJ794758.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.)
JJ794758.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ794758.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ794758.pubmethod(en-us,AX.60).gif parmBudgetPlanGenerateContract Gets or sets the BudgetPlanGenerateContract parameter. (Overrides the parmBudgetPlanGenerateContract Method.)
JJ794758.pubmethod(en-us,AX.60).gif promptForNonBatchRunOverride Determines whether to allow the generate process run in non-batch mode. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif recordNotFoundErrorMessage Returns a message to indicate that no records were found. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif roundAmount Rounds the amount according to value specified by user. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif roundAmountForCurrency Rounds the supplied amount. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif setBudgetPlanHeader Sets the values on a new BudgetPlanHeader record. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif setBudgetPlanLineDataGenerationTmp Sets the values on a new BudgetPlanLineDataGenerationTmp record. (Inherited from BudgetPlanGenerateService.)
JJ794758.protmethod(en-us,AX.60).gif setBudgetPlanLineFields Sets the fields on the BudgetPlanLine table, based on fixed assets data generation.
JJ794758.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ794758.protmethod(en-us,AX.60).gif showTaskCompleteMessage Shows the task complete message. (Inherited from BudgetPlanGenerateService.)
JJ794758.pubmethod(en-us,AX.60).gif startProcess Starts the data generation process.
JJ794758.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ794758.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.)
JJ794758.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ794758.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ794758.pubmethod(en-us,AX.60).gif JJ794758.static(en-us,AX.60).gif ::construct Creates an instance of the BudgetPlanGenerateServiceAsset class.

Top

Inheritance Hierarchy

Object Class
  BudgetPlanGenerateService Class
    BudgetPlanGenerateServiceAsset Class