InventModelType_MovingAverage Class [AX 2012]

The InventModelTyp_MovingAverage class implements the moving average inventory model.

Syntax

class InventModelType_MovingAverage extends InventModelType

Run On

Called

Methods

  Method Description
Hh807942.pubmethod(en-us,AX.60).gif addCostTransVariance Serves as the entry point for the standard cost processing that is called for each inventTrans record. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif adjustCostTrans Serves as the entry point for the standard cost processing of adjustments that is called for each inventTrans record. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif allowOnhandAdjustment (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif allowTransactionAdjustment Indicates whether you can adjust an inventory transaction. (Overrides the allowTransactionAdjustment Method.)
Hh807942.pubmethod(en-us,AX.60).gif cacheFinancialOnhandOnFinancialUpdate Indicates whether the financial update of the inventory transactions should cache the financial on-hand inventory. (Overrides the cacheFinancialOnhandOnFinancialUpdate Method.)
Hh807942.pubmethod(en-us,AX.60).gif cacheFinancialOnhandOnPhysicalUpdate Indicates whether the physical update of the inventory transactions should cache the financial available inventory. (Overrides the cacheFinancialOnhandOnPhysicalUpdate Method.)
Hh807942.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif checkInventOnHand Indicates whether the inventory available is valid. (Overrides the checkInventOnHand Method.)
Hh807942.pubmethod(en-us,AX.60).gif checkNewDimensionGroupsForItem Validates that the suggested new dimension groups can be used for the specified item. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif checkNewModelGroupId (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif checkNotNegativeOnHand (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif costPricePcs Determines the cost for one piece. (Overrides the costPricePcs Method.)
Hh807942.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif estimatedPhysicalValue Get the estimated physical value for an inventory transaction. (Overrides the estimatedPhysicalValue Method.)
Hh807942.pubmethod(en-us,AX.60).gif finalizeCostTransVariance Serves as the entry point for the standard cost processing that is called only one time for an instance of an inventMovement class after all the inventTrans records have been processed. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif finalizeCostTransVarianceSecCur_RU Serves as an entry point for the standard cost processing that is called only time for an instance of am inventMovement class, after all the inventTrans records have been processed. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif financialInventOnHand Retrieves the financial available inventory.
Hh807942.pubmethod(en-us,AX.60).gif financialIssueCostValue Calculates the financial issue cost for an inventory transaction. (Overrides the financialIssueCostValue Method.)
Hh807942.pubmethod(en-us,AX.60).gif financialIssueCostValueSecCur_RU (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif financialReceiptCostValue (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif financialReceiptCostValueSecCur_RU (Inherited from InventModelType.)
Hh807942.privmethod(en-us,AX.60).gif getExpectedCost Retrieves the expected cost for a InventSum record.
Hh807942.privmethod(en-us,AX.60).gif getExpectedCostKey Retrieves a key that is used to retrieve the expected cost.
Hh807942.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh807942.protmethod(en-us,AX.60).gif getWarningItemDimCostPriceOff (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif initCostTransVariance Serves as the entry point for the standard cost processing that is called only one time for an instance of a inventMovement class. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif inventCostMovement Retrieves the global instance of the inventCostMovement class. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif inventCostPriceMap Retrieves the cost for an item. (Overrides the inventCostPriceMap Method.)
Hh807942.pubmethod(en-us,AX.60).gif inventModel Retrieves the inventory model. (Overrides the inventModel Method.)
Hh807942.pubmethod(en-us,AX.60).gif inventSumOpenTransact Creates a new instance of a subclass of the InventSumOpenTransact class. (Overrides the inventSumOpenTransact Method.)
Hh807942.pubmethod(en-us,AX.60).gif isSettled Indicates if the inventory model is settled. (Overrides the isSettled Method.)
Hh807942.privmethod(en-us,AX.60).gif isTransactionBackdated Determines if a given InventTrans record represents a backdated transaction according to the Moving Average costing method.
Hh807942.pubmethod(en-us,AX.60).gif matchDateInPreCloseReturns Indicates whether the date is matched in the pre-closing of returns. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif mustAlwaysBeBookedPhysically Indicates whether inventory transactions must be booked physical. (Overrides the mustAlwaysBeBookedPhysically Method.)
Hh807942.pubmethod(en-us,AX.60).gif mustBeClosed Indicates whether inventory transactions must be closed. (Overrides the mustBeClosed Method.)
Hh807942.pubmethod(en-us,AX.60).gif mustCheckInventOnHand Indicates whether the inventory model has to perform an available validation when the InventSum record is updated. (Overrides the mustCheckInventOnHand Method.)
Hh807942.pubmethod(en-us,AX.60).gif mustSplitInventSettlement Determines if InventSettlement must be split when InventTrans is split. (Overrides the mustSplitInventSettlement Method.)
Hh807942.pubmethod(en-us,AX.60).gif mustUpdateInventJournalCost Indicates whether the cost on the inventory journal must be updated to the current cost before the journal is posted. (Overrides the mustUpdateInventJournalCost Method.)
Hh807942.pubmethod(en-us,AX.60).gif mustUpdateInventTableCostPrice (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif new Initializes a new instance of the InventModelType class. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif newInventModelType_Orig (Inherited from InventModelType.)
Hh807942.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.)
Hh807942.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.)
Hh807942.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif originalCostAmountPhysical Calculates the original physical cost amount during the financial update. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif parmInventTransCurrency_RU Gets or sets the InventTransCurrency_RU parameter. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif physicalExpense Returns physical expense related to an inventory transaction.
Hh807942.protmethod(en-us,AX.60).gif physicalSettlementList Returns physical inventory settlement adjustments related to an inventory transaction.
Hh807942.pubmethod(en-us,AX.60).gif postUpdateFinancial Processes the inventory transaction after it is updated financial. (Overrides the postUpdateFinancial Method.)
Hh807942.pubmethod(en-us,AX.60).gif postUpdateFinancialAdjustment Processes the inventory transaction after it is financially adjusted. (Overrides the postUpdateFinancialAdjustment Method.)
Hh807942.pubmethod(en-us,AX.60).gif postUpdatePhysical Processes the inventory transaction after it is updated physical. (Overrides the postUpdatePhysical Method.)
Hh807942.pubmethod(en-us,AX.60).gif postUpdatePhysicalReturn Processes the inventory transaction after it is updated physical for return. (Overrides the postUpdatePhysicalReturn Method.)
Hh807942.pubmethod(en-us,AX.60).gif preUpdateFinancial Reverses the physical value adjustments. (Overrides the preUpdateFinancial Method.)
Hh807942.pubmethod(en-us,AX.60).gif preUpdateInventTable (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif revaluationAccountType Determines the revaluation account type for the inventory model.
Hh807942.protmethod(en-us,AX.60).gif reversePhysicalSettlement Reverses a physical value adjustment.
Hh807942.protmethod(en-us,AX.60).gif setExpectedCost Sets the expected cost for the item and financial dimension.
Hh807942.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif stdCostBased (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh807942.protmethod(en-us,AX.60).gif updateLedgerReverseAdjustments Reverses a physical value adjustment.
Hh807942.pubmethod(en-us,AX.60).gif updateRevaluationAdjustment Updates an inventory transaction with a revaluation adjustment. (Overrides the updateRevaluationAdjustment Method.)
Hh807942.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.)
Hh807942.pubmethod(en-us,AX.60).gif validateFieldInventModelGroupItem (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif validateFieldInventTable (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif validateInclPhysicalValueInCostDisabled Validates that include physical value in cost is disabled. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif validateInventModelChange Indicates whether the inventory model group is valid.
Hh807942.protmethod(en-us,AX.60).gif validateInventModelChangeItem Indicates whether the inventory model group item relation is valid.
Hh807942.protmethod(en-us,AX.60).gif validateItemTypeIsNotService Validates if the item related to the inventory model group is not a service. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif validateModelGroupHasNoService Validates that no items of service type are associated with the inventory model group. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif validatePostOnhandFinancialEnabled Validates that post financial inventory is enabled for the inventory model group. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif validatePostOnhandPhysicalEnabled Validates that post physical inventory is enabled for the inventory model group. (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif validateStandardCostDisabled Validates that standard cost parameter is disabled. (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif validateWriteInventItemPriceSim (Inherited from InventModelType.)
Hh807942.pubmethod(en-us,AX.60).gif validateWriteInventModelGroup Indicates whether the inventory model group is valid. (Overrides the validateWriteInventModelGroup Method.)
Hh807942.pubmethod(en-us,AX.60).gif validateWriteInventModelGroupItem Indicates whether the inventory model group item relation is valid. (Overrides the validateWriteInventModelGroupItem Method.)
Hh807942.pubmethod(en-us,AX.60).gif validateWriteInventTable (Inherited from InventModelType.)
Hh807942.protmethod(en-us,AX.60).gif varianceAccountType Determines the variance account type for the inventory model.
Hh807942.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh807942.pubmethod(en-us,AX.60).gif Hh807942.static(en-us,AX.60).gif ::construct Initializes a new instance of the InventModelType_MovingAverage class.

Top

Inheritance Hierarchy

Object Class
  InventModelType Class
    InventModelType_MovingAverage Class