Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LeanCostFacadeBase class provides an interface between lean manufacturing on one side and lean costing and BOM calculation on the other.
Syntax
class LeanCostingFacadeBase
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
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.) |
![]() |
getActiveProductionFlow | Retrieves the record ID of the active production flow for a specified item, site, and date. |
![]() |
getDefaultDimensions | Retrieves the dimensions that are associated with a LeanProductionFlowReference record. |
![]() |
getKanbanQuantity | Gets the kanban quantity for a specified production flow, item, and site. |
![]() |
getProductionFlowFromInventTrans | Gets the production flow for a specified inventory transaction originator. |
![]() |
getProductionFlowFromPurchLine | Determines the production flow for a specified purchase line. |
![]() |
getProductionFlows | Gets all production flows for a specified item, site, and date. |
![]() |
getProductionGroup | Gets the production group that is associated with a LeanProductionFlowReference record. |
![]() |
getResourcesUsage | Calculates the production flow operation resource usage for an item, date, and quantity. |
![]() |
getResourcesUsageKanbanJob | Calculates the resource usage of the production flow operation of a kanban job. |
![]() |
getSubcontractedServicesUsage | Calculates quantities of subcontracted services usage for an item, date, and quantity. |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
getUnusedQuantities | Calculates the unused production flow quantities. |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
isDefaultProductionFlowActive | Returns information about the default production flow for the product, site, and date for which the LeanCostFacadeBase.getActiveProductionFlow method was last called. |
![]() |
isInventoryControlled | Indicates whether an item is inventory controlled in a production flow at a specified site. |
![]() |
isItemMadeInProductionFlow | Indicates whether a specified item is produced in the specified production flow and date. |
![]() |
mergeDefaultDimensions | Merges the dimensions that are associated with a LeanProductionFlowReference record and the default dimension that is provided. |
![]() |
new | Initializes a new instance of the LeanCostingFacadeBase class. |
![]() |
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.) |
![]() |
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.) |
Top
Remarks
The LeanCostFacadeBase base class is abstract.
Inheritance Hierarchy
Object Class
LeanCostingFacadeBase Class
LeanCostingFacade Class