ReqDemPlanImportForecastService Class [AX 2012]

The ReqDemPlanCreateForecastService class is a service class for starting forecast import.

Syntax

class ReqDemPlanImportForecastService

Run On

Server

Methods

  Method Description
Dn668465.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn668465.protmethod(en-us,AX.60).gif checkFailedForItemUnitConversion Displays a warning message when the forecast import cannot be completed for a specified product due to missing unit conversion details.
Dn668465.pubmethod(en-us,AX.60).gif cleanupPreviousForecastPerAllocationKey Deletes the existing forecast records for a given allocation key and date range.
Dn668465.pubmethod(en-us,AX.60).gif cleanupPreviousForecastPerItemId Deletes the existing forecast records for a given item and date range.
Dn668465.pubmethod(en-us,AX.60).gif convertNotApplicable Replaces non-applicable string values that are retrieved from Microsoft SQL Server Analysis Services (SSAS) with empty strings.
Dn668465.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn668465.protmethod(en-us,AX.60).gif findInventDim Finds the InventDim record that matches the given dimension values and item dimension setup.
Dn668465.pubmethod(en-us,AX.60).gif getMdxQuery Forms the MDX query that is executed to read forecast data.
Dn668465.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn668465.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn668465.pubmethod(en-us,AX.60).gif importCompanyForecastFromCube Imports the forecast from the Demand forecast cube into the Demand forecast tables of a given company.
Dn668465.pubmethod(en-us,AX.60).gif importForecastFromCube Imports the forecast from the Demand forecast cube into the Demand forecast tables.
Dn668465.privmethod(en-us,AX.60).gif initializeTempForecastRecord
Dn668465.privmethod(en-us,AX.60).gif insertDemandForecast Inserts demand forecast records, based on the given parameters.
Dn668465.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn668465.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.)
Dn668465.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.)
Dn668465.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn668465.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn668465.pubmethod(en-us,AX.60).gif parmLogger Gets or sets the Logger parameter.
Dn668465.pubmethod(en-us,AX.60).gif parmSsasHelper Gets or sets the SsasHelper parameter.
Dn668465.pubmethod(en-us,AX.60).gif parmSSASInfo Gets or sets the SSASInfo parameter.
Dn668465.privmethod(en-us,AX.60).gif populateItemAllocationMap Populates the map for storing the item allocation keys in memory to prevent multiple trips to the database.
Dn668465.pubmethod(en-us,AX.60).gif run Starts the forecast import process.
Dn668465.privmethod(en-us,AX.60).gif safeInit Performs exception-free initialization of the current instance.
Dn668465.privmethod(en-us,AX.60).gif saveImportedForecastInfo Saves the parameters of this forecast import in the log table.
Dn668465.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn668465.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn668465.privmethod(en-us,AX.60).gif trackForecastEntry Tracks changes of forecast records.
Dn668465.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.)
Dn668465.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn668465.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanImportForecastService Class