BOMCalcProvider Class [AX 2012]

The BOMCalcProvider class is a provider for building the detailed structure for single level BOM calculations.

Syntax

class BOMCalcProvider

Run On

Server

Methods

  Method Description
Dn663836.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif cleanUp Cleans up data in the BOMCalcTransDetail table.
Dn663836.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn663836.protmethod(en-us,AX.60).gif getBOMCalcTable Gets the BOMCalcTable record for a BOM calculation.
Dn663836.protmethod(en-us,AX.60).gif getLevelZero Gets level zero for a BOM calculation.
Dn663836.privmethod(en-us,AX.60).gif getQuantityFactor Gets the proportion used for quantity adjustment.
Dn663836.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn663836.protmethod(en-us,AX.60).gif initialize Initializes the BOMCalcProvider class.
Dn663836.protmethod(en-us,AX.60).gif initializeDetail Initializes a BOMCalcTransDetail record.
Dn663836.protmethod(en-us,AX.60).gif insertDetail Inserts a BOMCalcTransDetail record into a record sorted list.
Dn663836.protmethod(en-us,AX.60).gif new Initializes a new instance of the BOMCalcProvider class.
Dn663836.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.)
Dn663836.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.)
Dn663836.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif parmTransactionId Gets the TransactionId parameter.
Dn663836.privmethod(en-us,AX.60).gif priceExist Determines whether the specified record exists in the InventItemPrice or InventItemPriceSim tables.
Dn663836.pubmethod(en-us,AX.60).gif process Processes all nested BOM calculations used for a single level BOM calculation.
Dn663836.protmethod(en-us,AX.60).gif processCostGroup Processes cost group transactions.
Dn663836.protmethod(en-us,AX.60).gif processDetails Processes one BOM calculation used for a single level BOM calculation.
Dn663836.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn663836.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.)
Dn663836.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn663836.pubmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::canShowDetails Determines whether details can be shown for the BOM calculation.
Dn663836.pubmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::cleanUpByTransactionId Cleans up data in the BOMCalcTransDetail table for a given transaction Id.
Dn663836.privmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::cleanUpOldTransactions Cleans up old transactions in the BOMCalcTransDetail table.
Dn663836.pubmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::construct Initializes a new instance of the BOMCalcProvider class.
Dn663836.pubmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::createDetails Creates calculation sub-level details.
Dn663836.privmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::isStandardCostPrice Determines whether the specified record in the InventItemPrice or InventItemPriceSim table is a standard cost price.
Dn663836.pubmethod(en-us,AX.60).gif Dn663836.static(en-us,AX.60).gif ::newFromParameters Creates an instance of the BOMCalcProvider class.

Top

Inheritance Hierarchy

Object Class
  BOMCalcProvider Class