ReqForecastReduce_TransFixed Class [AX 2012]
The ReqForecastReduce_TransFixed class handles the reduction of a demand or supply forecast based on the principle transactions reduction key.
Syntax
class ReqForecastReduce_TransFixed extends ReqForecastReduce
Run On
Called
Methods
Method | Description | |
---|---|---|
calcForecastQty | Calculates a new forecast quantity for a requirement forecast line. (Inherited from ReqForecastReduce.) | |
calcNewReqQty | Calculates a new forecast quantity. (Overrides the calcNewReqQty Method.) | |
calcNewReqQtyFromQty | Calculates a new forecast quantity by deduct the original forecast quantity with the specified quantity. (Inherited from ReqForecastReduce.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
findReducePeriod | Finds the total time period in which forecast should be reduced. (Inherited from ReqForecastReduce.) | |
firstPeriod | Finds the first reduction period. | |
getMapPeriodKey | Returns mapPeriod key. (Inherited from ReqForecastReduce.) | |
getReqDateFromMapPeriodKey | Returns ReqDate extracted from map key. (Inherited from ReqForecastReduce.) | |
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 the object. (Inherited from ReqForecastReduce.) | |
mapPeriodCreate | Builds a map that contains the reduction periods and reduction values. (Inherited from ReqForecastReduce.) | |
mapPeriodCreateSetKey | Sets the key element in the map that contains the reduction periods. (Overrides the mapPeriodCreateSetKey Method.) | |
mapPeriodCreateSetKeyFromReduceKey | Sets the key element in the map that contains the reduction periods from the reduction key. (Inherited from ReqForecastReduce.) | |
mapPeriodCreateSetValue | Sets the value element in the map that contains the reduction periods. (Overrides the mapPeriodCreateSetValue Method.) | |
mapPeriodCreateSetValueExpectedQty | Sets the key element in the map that contains the reduction periods with expected quantities. (Inherited from ReqForecastReduce.) | |
mapPeriodCreateSetValuePhysicalQty | Sets the value element in the map that contains the reduction periods. | |
mapPeriodInsert | Inserts reduction periods in the map that contains reduction periods. (Inherited from ReqForecastReduce.) | |
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.) | |
mapPeriodLookup | Finds the reduction value for a specified date. (Inherited from ReqForecastReduce.) | |
mapPeriodLookupAndUpdate | Finds the reduction value for a specified date. (Inherited from ReqForecastReduce.) | |
mapPeriodUpdateBalance | Updates the map that contains the reduction periods. (Overrides the mapPeriodUpdateBalance Method.) | |
mapPeriodUpdateValue | Updates the map that contains the reduction periods. (Inherited from ReqForecastReduce.) | |
new | Initializes a new instance of the ReqForecastReduce_TransFixed class. (Overrides the new Method.) | |
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.) | |
parmDateToday | Gets or sets the DateToday parameter. (Inherited from ReqForecastReduce.) | |
reset | Resets the internal variables. (Inherited from ReqForecastReduce.) | |
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.) | |
::contruct | Creates an instance of the ReqForecastReduce_TransFixed class and initializes the object. |
Top
Inheritance Hierarchy
Object Class
ReqForecastReduce Class
ReqForecastReduce_TransFixed Class