BudgetPlanGenerateService Class [AX 2012]

Syntax

class BudgetPlanGenerateService

Run On

Server

Methods

  Method Description
JJ794714.protmethod(en-us,AX.60).gif addOrUpdateRecordInTmpTable Adds or updates the record in the BudgetPlanLineDataGenerationTmp table for bulk insertion.
JJ794714.protmethod(en-us,AX.60).gif adjustAmountByFactor Calculates the amount by applying the factor to the specified amount.
JJ794714.protmethod(en-us,AX.60).gif bulkInsertBudgetPlanLineSources Inserts the records in the BudgetPlanLineSource table.
JJ794714.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.
JJ794714.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ794714.protmethod(en-us,AX.60).gif canCreateOrUpdateBudgetPlanLine Determines whether the creation or update of the BudgetPlanLine must be skipped.
JJ794714.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanHeader Creates or updates the record in the BudgetPlanHeader table.
JJ794714.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanLine Creates or updates the record in the BudgetPlanLine table.
JJ794714.protmethod(en-us,AX.60).gif deleteAllMatchingBudgetPlanLine Deletes records in the BudgetPlanLine table that match the values in the passed in buffer.
JJ794714.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ794714.protmethod(en-us,AX.60).gif findRecordInTmpTable Finds a record in the BudgetPlanLineDataGenerationTmp table that matches the values in the passed in buffer.
JJ794714.protmethod(en-us,AX.60).gif generateBudgetPlanningLedgerDim Creates a LedgerDimension of type BudgetPlanning.
JJ794714.protmethod(en-us,AX.60).gif generateData Generates the data in the budget plan tables.
JJ794714.protmethod(en-us,AX.60).gif getDocumentNumberSequence Generates the document number for a BudgetPlanHeader record.
JJ794714.protmethod(en-us,AX.60).gif getNextScenarioLineNumber Calculates the next scenario line number for the BudgetPlanLine record.
JJ794714.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ794714.pubmethod(en-us,AX.60).gif getUserDefinedQuery Returns the query object according to the settings which the user defined on the dialog.
JJ794714.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ794714.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetPlanGenerateService object.
JJ794714.protmethod(en-us,AX.60).gif isAmountGreaterThanMinimumValue Determines whether the absolute value of the amount is greater or equal to minimum value.
JJ794714.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetPlanGenerateService class.
JJ794714.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.)
JJ794714.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.)
JJ794714.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ794714.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ794714.pubmethod(en-us,AX.60).gif parmBudgetPlanGenerateContract Gets or sets the BudgetPlanGenerateContract parameter.
JJ794714.pubmethod(en-us,AX.60).gif promptForNonBatchRunOverride Determines whether to allow the generate process run in non-batch mode.
JJ794714.protmethod(en-us,AX.60).gif recordNotFoundErrorMessage Returns a message to indicate that no records were found.
JJ794714.protmethod(en-us,AX.60).gif roundAmount Rounds the amount according to value specified by user.
JJ794714.protmethod(en-us,AX.60).gif roundAmountForCurrency Rounds the supplied amount.
JJ794714.protmethod(en-us,AX.60).gif setBudgetPlanHeader Sets the values on a new BudgetPlanHeader record.
JJ794714.protmethod(en-us,AX.60).gif setBudgetPlanLineDataGenerationTmp Sets the values on a new BudgetPlanLineDataGenerationTmp record.
JJ794714.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ794714.protmethod(en-us,AX.60).gif showTaskCompleteMessage Shows the task complete message.
JJ794714.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ794714.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.)
JJ794714.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ794714.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ794714.pubmethod(en-us,AX.60).gif JJ794714.static(en-us,AX.60).gif ::newFromContract Creates a new child BudgetPlanGenerateService class instance based upon the type of process as indicated by the BudgetPlanGenerateContract passed in.

Top

Inheritance Hierarchy

Object Class
  BudgetPlanGenerateService Class
    BudgetPlanGenerateServiceAsset Class
    BudgetPlanGenerateServiceBudgetPlan Class
    BudgetPlanGenerateServiceGenJour Class
    BudgetPlanGenerateServiceHcm Class