Uses of Class
org.compiere.model.MOrderLine
Packages that use MOrderLine
Package
Description
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
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 MOrderLine in org.adempiere.model
Methods in org.adempiere.model with parameters of type MOrderLineModifier and TypeMethodDescriptionboolean
ITaxProvider.recalculateTax
(MTaxProvider provider, MOrderLine line, boolean newRecord) Re-calculate order tax for line (if line tax id change)boolean
ITaxProvider.updateHeaderTax
(MTaxProvider provider, MOrderLine line) Update order tax totalboolean
ITaxProvider.updateOrderTax
(MTaxProvider provider, MOrderLine line) Update order tax for line -
Uses of MOrderLine in org.compiere.model
Fields in org.compiere.model declared as MOrderLineModifier and TypeFieldDescriptionprotected MOrderLine[]
MOrder.m_lines
Order Linesprotected MOrderLine
MMatchPO.m_oLine
Order LineMethods in org.compiere.model that return MOrderLineModifier and TypeMethodDescriptionMOrder.getLines()
Get Lines of Order.Get Lines of OrderGet Lines of OrderMMatchPO.getOrderLine()
Get Order LineMethods in org.compiere.model with parameters of type MOrderLineModifier and TypeMethodDescriptionprotected String
MOrder.deleteMatchPOCostDetail
(MOrderLine line) Delete cost detail for order linestatic MOrderTax
MOrderTax.get
(MOrderLine line, int precision, boolean oldTax, String trxName) Get Tax Line for Order Linestatic MOrderTax[]
MOrderTax.getChildTaxes
(MOrderLine line, int precision, boolean oldTax, String trxName) Get Child Tax Line for Order Lineboolean
StandardTaxProvider.recalculateTax
(MTaxProvider provider, MOrderLine line, boolean newRecord) protected boolean
MOrder.reserveStock
(MDocType dt, MOrderLine[] lines) Reserve Inventory.void
MMatchPO.setC_OrderLine_ID
(MOrderLine line) Set C_OrderLine_IDvoid
MInOutLine.setOrderLine
(MOrderLine oLine, int M_Locator_ID, BigDecimal Qty) Set Order Line.void
MInvoiceLine.setOrderLine
(MOrderLine oLine) Set values from Order Line.boolean
StandardTaxProvider.updateHeaderTax
(MTaxProvider provider, MOrderLine line) boolean
StandardTaxProvider.updateOrderTax
(MTaxProvider provider, MOrderLine line) Constructors in org.compiere.model with parameters of type MOrderLineModifierConstructorDescriptionMProduction
(MOrderLine line) Create new production with client, organization and date promised (as movement date) from order line.