ReqDemPlanMissingForecastFiller Class [AX 2012]

This class is responsible for filling missing data points in the generated forecast.

Syntax

class ReqDemPlanMissingForecastFiller

Run On

Called

Methods

  Method Description
Dn668498.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn668498.protmethod(en-us,AX.60).gif createForecastDateRangeTmp Creates date records in the date range of the generated forecast.
Dn668498.protmethod(en-us,AX.60).gif createMissingDatesForecastEntries Creates the missing forecast entries for items with gaps in the forecast.
Dn668498.protmethod(en-us,AX.60).gif createMissingItemsForecastEntries Creates the missing forecast entries for items with no forecast at all.
Dn668498.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn668498.protmethod(en-us,AX.60).gif forecastEndDate Computes the end date of the forecast horizon.
Dn668498.protmethod(en-us,AX.60).gif getCompaniesToProcess Computes the set of companies that need to be processed.
Dn668498.protmethod(en-us,AX.60).gif getMissingDatesForecastQuery Builds a query that determines the missing forecast data per date to insert.
Dn668498.protmethod(en-us,AX.60).gif getMissingItemsForecastQuery Builds a query that determines the missing forecast data per item to insert.
Dn668498.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif init Initializes this instance.
Dn668498.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqDemPlanMissingForecastFiller class.
Dn668498.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.)
Dn668498.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.)
Dn668498.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif parmAllocationKeyFilter Gets or sets the AllocationKeyFilter parameter.
Dn668498.pubmethod(en-us,AX.60).gif parmAttributeManager Gets or sets the AttributeManager parameter.
Dn668498.pubmethod(en-us,AX.60).gif parmDataContract Gets or sets the DataContract parameter.
Dn668498.pubmethod(en-us,AX.60).gif parmLogger Gets or sets the Logger parameter.
Dn668498.pubmethod(en-us,AX.60).gif run Creates missing forecast entries in the ReqDemPlanForecast table, for items that miss partially or fully the required forecast entries.
Dn668498.pubmethod(en-us,AX.60).gif runMissingDates Creates missing forecast entries in the ReqDemPlanForecast table, for items that have gaps in the forecast.
Dn668498.pubmethod(en-us,AX.60).gif runMissingItems Creates missing forecast entries in the ReqDemPlanForecast table, for items that don't have any forecast.
Dn668498.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn668498.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.)
Dn668498.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn668498.pubmethod(en-us,AX.60).gif Dn668498.static(en-us,AX.60).gif ::newParameters Initializes a new instance of the ReqDemPlanMissingForecastFiller class based on the given parameters.

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanMissingForecastFiller Class