BudgetPlanGenerateServiceBudgetPlan Class [AX 2012]

The BudgetPlanGenerateServiceBudgetPlan class is used to generate budget plan data from another budget plan.

Syntax

class BudgetPlanGenerateServiceBudgetPlan extends BudgetPlanGenerateService

Run On

Server

Methods

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

Top

Inheritance Hierarchy

Object Class
  BudgetPlanGenerateService Class
    BudgetPlanGenerateServiceBudgetPlan Class