ReqDemPlanMissingForecastFiller Class [AX 2012]
This class is responsible for filling missing data points in the generated forecast.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createForecastDateRangeTmp | Creates date records in the date range of the generated forecast. |
| createMissingDatesForecastEntries | Creates the missing forecast entries for items with gaps in the forecast. |
| createMissingItemsForecastEntries | Creates the missing forecast entries for items with no forecast at all. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| forecastEndDate | Computes the end date of the forecast horizon. |
| getCompaniesToProcess | Computes the set of companies that need to be processed. |
| getMissingDatesForecastQuery | Builds a query that determines the missing forecast data per date to insert. |
| getMissingItemsForecastQuery | Builds a query that determines the missing forecast data per item to insert. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes this instance. |
| new | Initializes a new instance of the ReqDemPlanMissingForecastFiller 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.) |
| parmAllocationKeyFilter | Gets or sets the AllocationKeyFilter parameter. |
| parmAttributeManager | Gets or sets the AttributeManager parameter. |
| parmDataContract | Gets or sets the DataContract parameter. |
| parmLogger | Gets or sets the Logger parameter. |
| run | Creates missing forecast entries in the ReqDemPlanForecast table, for items that miss partially or fully the required forecast entries. |
| runMissingDates | Creates missing forecast entries in the ReqDemPlanForecast table, for items that have gaps in the forecast. |
| runMissingItems | Creates missing forecast entries in the ReqDemPlanForecast table, for items that don't have any forecast. |
| 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newParameters | Initializes a new instance of the ReqDemPlanMissingForecastFiller class based on the given parameters. |
Community Additions
ADD
Show: