BudgetPlanGenerateServiceGenJour Class [AX 2012]

The BudgetPlanGenerateServiceGenJour is used to generate budget plan data from general journal data.

class BudgetPlanGenerateServiceGenJour extends BudgetPlanGenerateService

Run On

Server

  MethodDescription
JJ794808.protmethod(en-us,AX.60).gif addOrUpdateRecordInTmpTable Adds or updates the record in the BudgetPlanLineDataGenerationTmp table for bulk insertion. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif adjustAmountByFactor Calculates the amount by applying the factor to the specified amount. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif applyAccountTypeRanges Applies the account type ranges on the query.
JJ794808.protmethod(en-us,AX.60).gif applyFiscalPeriodRanges Applies the period ranges in the query.
JJ794808.protmethod(en-us,AX.60).gif bulkInsertBudgetPlanLineSources Inserts the records in the BudgetPlanLineSource table. (Overrides the bulkInsertBudgetPlanLineSources Method.)
JJ794808.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.)
JJ794808.protmethod(en-us,AX.60).gif calculateBudgetPlanEffectiveDate Calculates the BudgetPlanEffectiveDate of BudgetPlanLine table.
JJ794808.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ794808.protmethod(en-us,AX.60).gif canCreateOrUpdateBudgetPlanLine Determines whether the creation or update of the BudgetPlanLine must be skipped. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanHeader Creates or updates the record in the BudgetPlanHeader table. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanLine Creates or updates the record in the BudgetPlanLine table. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif createQuery Creates the query object according to the settings which the user defined on the dialog.
JJ794808.protmethod(en-us,AX.60).gif deleteAllMatchingBudgetPlanLine Deletes records in the BudgetPlanLine table that match the values in the passed in buffer. (Inherited from BudgetPlanGenerateService.)
JJ794808.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ794808.protmethod(en-us,AX.60).gif findRecordInTmpTable Finds a record in the BudgetPlanLineDataGenerationTmp table that matches the values in the passed in buffer. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif generateBudgetPlanningLedgerDim Creates a LedgerDimension of type BudgetPlanning. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif generateData Generates the data in the budget plan tables. (Overrides the generateData Method.)
JJ794808.protmethod(en-us,AX.60).gif getBudgetClass Determines the budget class for given ledger dimension account.
JJ794808.protmethod(en-us,AX.60).gif getDocumentNumberSequence Generates the document number for a BudgetPlanHeader record. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif getNextScenarioLineNumber Calculates the next scenario line number for the BudgetPlanLine record. (Inherited from BudgetPlanGenerateService.)
JJ794808.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ794808.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.)
JJ794808.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ794808.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetPlanGenerateService object. (Inherited from BudgetPlanGenerateService.)
JJ794808.privmethod(en-us,AX.60).gif insertTotallingLines For each line in general ledger falling under user-specified period, this method creates totalling lines based on DimensionAttributeValueTotallingCriteria for main accounts.
JJ794808.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.)
JJ794808.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetPlanGenerateServiceGenJour class. (Overrides the new Method.)
JJ794808.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.)
JJ794808.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.)
JJ794808.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ794808.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ794808.pubmethod(en-us,AX.60).gif parmBudgetPlanGenerateContract Gets or sets the BudgetPlanGenerateContract parameter. (Overrides the parmBudgetPlanGenerateContract Method.)
JJ794808.pubmethod(en-us,AX.60).gif promptForNonBatchRunOverride Determines whether to allow the generate process run in non-batch mode. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif recordNotFoundErrorMessage Returns a message to indicate that no records were found. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif roundAmount Rounds the amount according to value specified by user. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif roundAmountForCurrency Rounds the supplied amount. (Inherited from BudgetPlanGenerateService.)
JJ794808.protmethod(en-us,AX.60).gif setBudgetPlanHeader Sets the values on a new BudgetPlanHeader record. (Overrides the setBudgetPlanHeader Method.)
JJ794808.protmethod(en-us,AX.60).gif setBudgetPlanLineDataGenerationTmp Sets the values on a new BudgetPlanLineDataGenerationTmp record. (Overrides the setBudgetPlanLineDataGenerationTmp Method.)
JJ794808.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ794808.protmethod(en-us,AX.60).gif showTaskCompleteMessage Shows the task complete message. (Inherited from BudgetPlanGenerateService.)
JJ794808.pubmethod(en-us,AX.60).gif startProcess Starts the process of data generation.
JJ794808.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ794808.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.)
JJ794808.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ794808.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ794808.pubmethod(en-us,AX.60).gif JJ794808.static(en-us,AX.60).gif ::construct Creates an object of BudgetPlanGenerateServiceGenJour class.
Top

Object Class
  BudgetPlanGenerateService Class
    BudgetPlanGenerateServiceGenJour Class

Community Additions

ADD
Show: