BOMRoutePhantomExpand Class [AX 2012]

The BOMRoutePhantomExpand class expands a line type phantom BOM during a BOMCalculation.

Syntax

class BOMRoutePhantomExpand

Run On

Called

Methods

  Method Description
Gg761416.privmethod(en-us,AX.60).gif calculateUsageBasis Calculates total BOM line quantity including scrap, series size and rounding that is the basis for route/resource/service consumption.
Gg761416.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg761416.protmethod(en-us,AX.60).gif expand Expands the line type phantom BOM.
Gg761416.protmethod(en-us,AX.60).gif expandBOM Expands a BOM that belongs to a line type phantom BOM line.
Gg761416.protmethod(en-us,AX.60).gif expandRoute Expands the route that belongs to a line type phantom BOM.
Gg761416.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg761416.protmethod(en-us,AX.60).gif new Initializes a new instance of the BOMRoutePhantomExpand class.
Gg761416.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.)
Gg761416.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.)
Gg761416.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif parmBomCalcItem Gets or sets the BomCalcItem parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmCalcDate Gets or sets the CalcDate parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmItemProcurementMode Gets or sets the ItemProcurementMode parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmLeanCostingFacade Gets or sets the LeanCostingFacade parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmParentInventDim Gets or sets the ParentInventDim parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmParentItemId Gets or sets the ParentItemId parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmProductionFlowReferenceRecId Gets or sets the ProductionFlowReferenceRecId parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmSeriesSize Gets or sets the SeriesSize parameter.
Gg761416.pubmethod(en-us,AX.60).gif parmSiteId Gets or sets the SiteId parameter.
Gg761416.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg761416.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.)
Gg761416.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg761416.pubmethod(en-us,AX.60).gif Gg761416.static(en-us,AX.60).gif ::construct Initializes a new instance of the BOMRoutePhantomExpand class.
Gg761416.pubmethod(en-us,AX.60).gif Gg761416.static(en-us,AX.60).gif ::expandFromBomCalc Expands a BOM / route structure during the BOM calculation process.
Gg761416.pubmethod(en-us,AX.60).gif Gg761416.static(en-us,AX.60).gif ::newFromBOMCalc Initializes a new instance of the BOMRoutePhantomExpand class for a given BOMCalcItem instance.

Top

Remarks

The algorithm that is used in this class should behave the same as the production calculation.

This class holds a recursive call to expand a phantom BOM. Therefore, the resolved BOM structures must be stored somewhere. This is performed in the BOMRoutePhantomData class.

Inheritance Hierarchy

Object Class
  BOMRoutePhantomExpand Class