Uses of Class
org.compiere.model.MInventoryLine
Packages that use MInventoryLine
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide classes and interface for iDempiere process.
-
Uses of MInventoryLine in org.compiere.model
Fields in org.compiere.model declared as MInventoryLineMethods in org.compiere.model that return MInventoryLineModifier and TypeMethodDescriptionstatic MInventoryLine
MInventoryLine.get
(MInventory inventory, int M_Locator_ID, int M_Product_ID, int M_AttributeSetInstance_ID) Get Inventory Line with parametersMInventory.getLines
(boolean requery) Get LinesMethods in org.compiere.model with parameters of type MInventoryLineModifier and TypeMethodDescriptionstatic MInventoryLineMA
MInventoryLineMA.addOrCreate
(MInventoryLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy) Create new MInventoryLineMA or add Movement Qty to existing MInventoryLineMAstatic MInventoryLineMA
MInventoryLineMA.addOrCreate
(MInventoryLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated) Create new MInventoryLineMA or add Movement Qty to existing MInventoryLineMAprotected void
MInventory.checkMaterialPolicy
(MInventoryLine line, BigDecimal qtyDiff) Check Material Policy and create MInventoryLineMA records (if M_AttributeSetInstance_ID==0)Constructors in org.compiere.model with parameters of type MInventoryLineModifierConstructorDescriptionMAsset
(MInventory inventory, MInventoryLine invLine, BigDecimal qty, BigDecimal costs) Create Asset from InventoryMInventoryLine
(Properties ctx, MInventoryLine copy) Copy constructorMInventoryLine
(Properties ctx, MInventoryLine copy, String trxName) Copy constructorMInventoryLine
(MInventoryLine copy) Copy constructorMInventoryLineMA
(MInventoryLine parent, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy) Parent ConstructorMInventoryLineMA
(MInventoryLine parent, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated) -
Uses of MInventoryLine in org.compiere.process
Methods in org.compiere.process with parameters of type MInventoryLineModifier and TypeMethodDescriptionprotected void
ImportInventory.updateCosting
(X_I_Inventory imp, MProduct product, MInventoryLine line)