LeanCostingFacade Class [AX 2012]

The LeanCostingFacade class provides an interface between lean manufacturing on one side and lean costing and BOM calculation on the other.

Syntax

class LeanCostingFacade extends LeanCostingFacadeBase

Run On

Called

Methods

  Method Description
Gg757106.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif getActiveProductionFlow Determines the active production flow for a specified item, site, and date. (Overrides the getActiveProductionFlow Method.)
Gg757106.pubmethod(en-us,AX.60).gif getDefaultDimensions Retrieves the dimensions that are associated with a LeanProductionFlowReference record. (Overrides the getDefaultDimensions Method.)
Gg757106.pubmethod(en-us,AX.60).gif getKanbanQuantity Determines the kanban quantity for the specified production flow, item, and site. (Overrides the getKanbanQuantity Method.)
Gg757106.pubmethod(en-us,AX.60).gif getProductionFlowFromInventTrans Determines the production flow for a specified inventory transaction originator. (Overrides the getProductionFlowFromInventTrans Method.)
Gg757106.pubmethod(en-us,AX.60).gif getProductionFlowFromPurchLine Determines the production flow for a specified purchase line. (Overrides the getProductionFlowFromPurchLine Method.)
Gg757106.pubmethod(en-us,AX.60).gif getProductionFlows Determines all production flows for a specified item, site, and date. (Overrides the getProductionFlows Method.)
Gg757106.pubmethod(en-us,AX.60).gif getProductionGroup Retrieves the production group that is associated with a LeanProductionFlowReference record. (Overrides the getProductionGroup Method.)
Gg757106.pubmethod(en-us,AX.60).gif getResourcesUsage Calculates the usage of the internal operation resource related to the production flow for an item, date, and quantity. (Overrides the getResourcesUsage Method.)
Gg757106.pubmethod(en-us,AX.60).gif getResourcesUsageKanbanJob Calculates the resource usage of the production flow operation for a kanban job. (Overrides the getResourcesUsageKanbanJob Method.)
Gg757106.pubmethod(en-us,AX.60).gif getSubcontractedServicesUsage Calculates quantities of subcontracted services usage for an item, date, and quantity. (Overrides the getSubcontractedServicesUsage Method.)
Gg757106.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif getUnusedQuantities Calculates unused production flow quantities. (Overrides the getUnusedQuantities Method.)
Gg757106.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif isDefaultProductionFlowActive Returns information about the default production flow for the product, site, and date for which the LeanCostFacadeBase.getActiveProductionFlow method was last called. (Overrides the isDefaultProductionFlowActive Method.)
Gg757106.pubmethod(en-us,AX.60).gif isInventoryControlled Determines whether an item is inventory controlled in a production flow at a specified site. (Overrides the isInventoryControlled Method.)
Gg757106.pubmethod(en-us,AX.60).gif isItemMadeInProductionFlow Determines whether a specified item is produced in the given production flow and date. (Overrides the isItemMadeInProductionFlow Method.)
Gg757106.pubmethod(en-us,AX.60).gif mergeDefaultDimensions Merges the dimensions that are associated with a LeanProductionFlowReference record and the default dimension that is provided. (Overrides the mergeDefaultDimensions Method.)
Gg757106.protmethod(en-us,AX.60).gif new Initializes a new instance of the LeanCostingFacadeBase class. (Inherited from LeanCostingFacadeBase.)
Gg757106.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.)
Gg757106.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.)
Gg757106.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg757106.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.)
Gg757106.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg757106.pubmethod(en-us,AX.60).gif Gg757106.static(en-us,AX.60).gif ::construct Initializes a new instance of the LeanCostingFacade class.

Top

Inheritance Hierarchy

Object Class
  LeanCostingFacadeBase Class
    LeanCostingFacade Class