Uses of Class
org.compiere.model.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.brerp.base.process
Modifier and TypeMethodDescriptionprotected void
ImportInventory.updateCosting
(X_I_Inventory imp, MProduct product, MInventoryLine line) -
Uses of MInventoryLine in org.compiere.model
Modifier 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 LinesModifier 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)ModifierConstructorDescriptionMAsset
(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
Modifier and TypeMethodDescriptionprotected void
ImportInventory.updateCosting
(X_I_Inventory imp, MProduct product, MInventoryLine line)