Share via


ReqForecastReduce Class [AX 2012]

The ReqForecastReduce class handles reduction of demand or supply forecast.

Syntax

class ReqForecastReduce

Run On

Called

Methods

  Method Description
Gg824670.pubmethod(en-us,AX.60).gif calcForecastQty Calculates a new forecast quantity for a requirement forecast line.
Gg824670.protmethod(en-us,AX.60).gif calcNewReqQty Calculates a new forecast quantity.
Gg824670.protmethod(en-us,AX.60).gif calcNewReqQtyFromQty Calculates a new forecast quantity by deduct the original forecast quantity with the specified quantity.
Gg824670.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg824670.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg824670.protmethod(en-us,AX.60).gif findReducePeriod Finds the total time period in which forecast should be reduced.
Gg824670.protmethod(en-us,AX.60).gif getMapPeriodKey Returns mapPeriod key.
Gg824670.protmethod(en-us,AX.60).gif getReqDateFromMapPeriodKey Returns ReqDate extracted from map key.
Gg824670.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg824670.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg824670.protmethod(en-us,AX.60).gif init Initializes the object.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodCreate Builds a map that contains the reduction periods and reduction values.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodCreateSetKey Sets the key element in the map that contains the reduction periods.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodCreateSetKeyFromReduceKey Sets the key element in the map that contains the reduction periods from the reduction key.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodCreateSetValue Sets the value element in the map that contains the reduction periods.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodCreateSetValueExpectedQty Sets the key element in the map that contains the reduction periods with expected quantities.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodInsert Inserts reduction periods in the map that contains reduction periods.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodInsertPerCustomer Inserts reduction periods in the map that contains reduction periods for every customer and customer group based on the forecasts in the reduction period.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodLookup Finds the reduction value for a specified date.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodLookupAndUpdate Finds the reduction value for a specified date.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodUpdateBalance Updates the map that contains the reduction periods.
Gg824670.protmethod(en-us,AX.60).gif mapPeriodUpdateValue Updates the map that contains the reduction periods.
Gg824670.protmethod(en-us,AX.60).gif new Initializes a new instance of the ReqForecastReduce class.
Gg824670.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.)
Gg824670.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.)
Gg824670.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg824670.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg824670.pubmethod(en-us,AX.60).gif parmDateToday Gets or sets the DateToday parameter.
Gg824670.pubmethod(en-us,AX.60).gif reset Resets the internal variables.
Gg824670.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg824670.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg824670.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.)
Gg824670.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg824670.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg824670.privmethod(en-us,AX.60).gif Gg824670.static(en-us,AX.60).gif ::contruct Creates an instance of the ReqForecastReduce class.
Gg824670.pubmethod(en-us,AX.60).gif Gg824670.static(en-us,AX.60).gif ::newStandard Creates an instance of the ReqForecastReduce class and initializes the object.

Top

Remarks

The class is abstract and contains common logic for the different reduction principles.

Inheritance Hierarchy

Object Class
  ReqForecastReduce Class
    ReqForecastReduce_Percent Class
    ReqForecastReduce_TransDynamic Class
    ReqForecastReduce_TransFixed Class