ReqForecastReduce_Percent Class [AX 2012]

The ReqForecastReduce_Percent class handles reduction of demand or supply forecast according the percentage principle.

Syntax

class ReqForecastReduce_Percent extends ReqForecastReduce

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  ReqForecastReduce Class
    ReqForecastReduce_Percent Class