HcmPositionForecastCalculationEngine Class [AX 2012]
The HcmPositionForecastCalculationEngine class manages the position forecast calculation processing for a selected group of positions and cost elements.
| Method | Description | |
|---|---|---|
| calculateCostElementBudgetAmount | Computes the budget amount for the position forecast by calculating dependent earning basis. |
| calculateFTEFactoredBudgetAmount | Multiplies FTE value with the budget amount to calculate the budget amount for a HcmPositionForecastBudgetAcctLine table record. |
| calculatePercentageOnAmount | Calculates percentage on the fixed amount. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| costElementAmount | Calculated the prorated amount for the selected HcmPositionForecastBudgetAcctLine table record. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDateFactor | Determines the date factor for the HcmPositionForecastBudgetAcctLine table record to prorate the annual amount. |
| getDaysProratedPercentage | Calculates the date factor for the HcmPositionForecastBudgetAcctLine table record that is used to prorate an amount. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the HcmPositionForecastCalculationEngine class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmActivationDate | Gets or sets the ActivationDate parameter. |
| parmBudgetAmountCur | Gets or sets the BudgetAmountCur parameter. |
| parmBudgetPlanningProcessRecId | Gets or sets the BudgetPlanningProcessRecId parameter. |
| parmHcmPositionForecastCalcGroupId | Gets or sets the HcmPositionForecastCalcGroupId parameter. |
| parmLegalEntity | Gets or sets the LegalEntity parameter. |
| parmPositionForecastRecId | Gets or sets the PositionForecastRecId parameter. |
| parmPositionForecastScenarioRecId | Gets or sets the PositionForecastScenarioRecId parameter. |
| parmPositionForecastScenarioSet | Gets or sets the PositionForecastScenarioSet parameter. |
| parmProcessMultipleCostElements | Gets or sets the ProcessMultipleCostElements parameter. |
| parmRetirementDate | Gets or sets the RetirementDate parameter. |
| positionForecastScenarioSetEnumerator | |
| processSingleForecastPosition | Processes all of the HcmPositionForecastCalculationStatus records by validating them and creating calculation process records. |
| runCalcProcessPositionForecastScenario | Provides an entry point into the HcmPositionForecastCalculationEngine class. |
| runCalcProcessPositions | Provides an entry point into the HcmPositionForecastCalculationEngine class. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateDependentEarningsBudgetAmount | Computes budget amount of HcmPositionForecastBudgetAcctLine table by going through the dependent earning basis. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateCostElement | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs a new calculation process object that will be used for performing calculation for the single budget cost element. |
| ::newCalcProcessMultiplePositions | Constructs a new calculation process object that will be used for performing calculation for multiple cost elements. |
Community Additions
ADD
Show: