Uses of Class
org.compiere.model.MInOutLine
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*).
-
Uses of MInOutLine in org.compiere.model
Modifier and TypeFieldDescriptionprotected MInOutLine
MRMALine.m_ioLine
Shipment Lineprotected MInOutLine[]
MInOut.m_lines
LinesModifier and TypeMethodDescriptionstatic MInOutLine[]
MInOutLine.get
(Properties ctx, int C_OrderLine_ID, String trxName) Get shipment/receipt lines Of Order LineMInOutLineConfirm.getLine()
Get Shipment LineMInOut.getLines()
Get Lines of ShipmentMInOut.getLines
(boolean requery) Get Lines of ShipmentMInOutLineMA.getM_InOutLine()
MMatchInv.getM_InOutLine()
static MInOutLine[]
MInOutLine.getOfOrderLine
(Properties ctx, int C_OrderLine_ID, String where, String trxName) Get Shipment/Receipt lines Of Order Linestatic MInOutLine[]
MInOutLine.getOfProduct
(Properties ctx, int M_Product_ID, String where, String trxName) Get Shipment/Receipt lines Of Productstatic MInOutLine[]
MInOutLine.getOfRMALine
(Properties ctx, int M_RMALine_ID, String where, String trxName) Get shipment/receipt lines Of RMA LineMRMALine.getShipLine()
Get Shipment LineModifier and TypeMethodDescriptionstatic MInOutLineMA
MInOutLineMA.addOrCreate
(MInOutLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy) Create new MInOutLineMA or add MovementQty to existing MInOutLineMAstatic MInOutLineMA
MInOutLineMA.addOrCreate
(MInOutLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated) Create new MInOutLineMA or add MovementQty to existing MInOutLineMAprotected BigDecimal
MInOut.autoBalanceNegative
(MInOutLine line, MProduct product, BigDecimal qtyToReceive) protected void
MInOut.checkMaterialPolicy
(MInOutLine line, BigDecimal qty) Check Material Policy.protected static MMatchPO
MMatchPO.create
(Properties ctx, MInvoiceLine iLine, MInOutLine sLine, int C_OrderLine_ID, Timestamp dateTrx, BigDecimal qty, String trxName) Update or create MatchPO record (if needed, create MatchInv too).static MMatchPO
MMatchPO.create
(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty) Update or Create Match PO recordstatic MInvoiceLine
MInvoiceLine.getOfInOutLine
(MInOutLine sLine) Get Invoice Line referencing InOut Linestatic MInvoiceLine
MInvoiceLine.getOfInOutLineFromMatchInv
(MInOutLine sLine) Get Invoice Line referencing InOut Line - from MatchInvstatic MMatchPO
MMatchPO.getOrCreate
(int C_OrderLine_ID, BigDecimal qty, MInOutLine sLine, String trxName) Get or create Match PO record for order line.void
MInOutLineConfirm.setInOutLine
(MInOutLine line) Set Shipment Linevoid
MPackageLine.setInOutLine
(MInOutLine line) Set Shipment Linevoid
MInvoiceLine.setShipLine
(MInOutLine sLine) Set values from Shipment Line.ModifierConstructorDescriptionMAsset
(MInOut mInOut, MInOutLine sLine, int deliveryCount) Create asset from material receipt lineMInOutLineMA
(MInOutLine parent, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy) Parent ConstructorMInOutLineMA
(MInOutLine parent, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated) MMatchPO
(MInOutLine sLine, Timestamp dateTrx, BigDecimal qty) Shipment Line Constructor