BudgetPlanGenerateServiceHcm Class [AX 2012]

The BudgetPlanGenerateServiceHcm class is responsible for generating the budget plan data using the BudgetPlanGenerateContractHcm data contract class.

Syntax

class BudgetPlanGenerateServiceHcm extends BudgetPlanGenerateService

Run On

Server

Methods

  Method Description
JJ794831.protmethod(en-us,AX.60).gif addOrUpdateRecordInTmpTable Adds or updates the record in the BudgetPlanLineDataGenerationTmp table for bulk insertion. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif adjustAmountByFactor Calculates the amount by applying the factor to the specified amount. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif bulkInsertBudgetPlanLineSources Inserts the records in the BudgetPlanLineSource table. (Overrides the bulkInsertBudgetPlanLineSources Method.)
JJ794831.pubmethod(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. (Overrides the bulkInsertOrUpdateBudgetPlanLines Method.)
JJ794831.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ794831.protmethod(en-us,AX.60).gif canCreateOrUpdateBudgetPlanLine Determines whether the creation or update of the BudgetPlanLine must be skipped. (Overrides the canCreateOrUpdateBudgetPlanLine Method.)
JJ794831.pubmethod(en-us,AX.60).gif createBudgetPlanLine Creates a budget plan line for the supplied budget plan header.
JJ794831.pubmethod(en-us,AX.60).gif createOrUpdateBudgetPlanHeader Creates or updates the record in the BudgetPlanHeader table. (Overrides the createOrUpdateBudgetPlanHeader Method.)
JJ794831.protmethod(en-us,AX.60).gif createOrUpdateBudgetPlanLine Creates or updates the record in the BudgetPlanLine table. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif createQuery Creates the query object according to the user defined settings on the dialog.
JJ794831.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.)
JJ794831.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ794831.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.)
JJ794831.protmethod(en-us,AX.60).gif generateBudgetPlanningLedgerDim Creates a LedgerDimension of type BudgetPlanning. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif generateData Generates the data in the budget plan tables. (Overrides the generateData Method.)
JJ794831.protmethod(en-us,AX.60).gif generateLedgerDimension Creates the LedgerDimension based on the default dimension attributes specified on the source record.
JJ794831.privmethod(en-us,AX.60).gif generateMonetaryBudgetPlanLine Generates the monetary type BudgetPlanLine records.
JJ794831.privmethod(en-us,AX.60).gif generateQuantityBudgetPlanLine Generates the quantity type BudgetPlanLine records.
JJ794831.protmethod(en-us,AX.60).gif getDocumentNumberSequence Generates the document number for a BudgetPlanHeader record. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif getNextScenarioLineNumber Calculates the next scenario line number for the BudgetPlanLine record. (Overrides the getNextScenarioLineNumber Method.)
JJ794831.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ794831.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.)
JJ794831.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ794831.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetPlanGenerateService object. (Inherited from BudgetPlanGenerateService.)
JJ794831.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.)
JJ794831.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetPlanGenerateServiceHcm class. (Overrides the new Method.)
JJ794831.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.)
JJ794831.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.)
JJ794831.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ794831.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ794831.pubmethod(en-us,AX.60).gif parmBudgetPlanGenerateContract Gets or sets the BudgetPlanGenerateContract parameter. (Overrides the parmBudgetPlanGenerateContract Method.)
JJ794831.pubmethod(en-us,AX.60).gif promptForNonBatchRunOverride Determines whether to allow the generate process run in non-batch mode. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif recordNotFoundErrorMessage Returns a message to indicate that no records were found. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif roundAmount Rounds the amount according to value specified by user. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif roundAmountForCurrency Rounds the supplied amount. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif saveLedgerDimension Saves the combination and retrieves the record ID of the persisted combination.
JJ794831.protmethod(en-us,AX.60).gif setBudgetPlanHeader Sets the values on a new BudgetPlanHeader record. (Inherited from BudgetPlanGenerateService.)
JJ794831.protmethod(en-us,AX.60).gif setBudgetPlanLineDataGenerationTmp Sets the values on a new BudgetPlanLineDataGenerationTmp record. (Overrides the setBudgetPlanLineDataGenerationTmp Method.)
JJ794831.protmethod(en-us,AX.60).gif setBudgetPlanLineForQuantity Sets the data for the BudgetPlanLineDataGenerationTmp table.
JJ794831.pubmethod(en-us,AX.60).gif setPositionDetailsFromForecast Sets the class table variables to the current values.
JJ794831.protmethod(en-us,AX.60).gif setPositionDetailsFromQuery Sets the class table variables to the current values.
JJ794831.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ794831.protmethod(en-us,AX.60).gif showTaskCompleteMessage Shows the task complete message. (Inherited from BudgetPlanGenerateService.)
JJ794831.pubmethod(en-us,AX.60).gif startProcess Starts the process of data generation.
JJ794831.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ794831.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.)
JJ794831.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ794831.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ794831.pubmethod(en-us,AX.60).gif JJ794831.static(en-us,AX.60).gif ::construct Creates an instance of the BudgetPlanGeneratServiceHcm class.

Top

Inheritance Hierarchy

Object Class
  BudgetPlanGenerateService Class
    BudgetPlanGenerateServiceHcm Class