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 TypeMethodDescriptionbooleanITaxProvider.recalculateTax(MTaxProvider provider, MOrderLine line, boolean newRecord) Re-calculate order tax for line (if line tax id change)booleanITaxProvider.updateHeaderTax(MTaxProvider provider, MOrderLine line) Update order tax totalbooleanITaxProvider.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_linesOrder Linesprotected MOrderLineMMatchPO.m_oLineOrder 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 StringMOrder.deleteMatchPOCostDetail(MOrderLine line) Delete cost detail for order linestatic MOrderTaxMOrderTax.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 LinebooleanStandardTaxProvider.recalculateTax(MTaxProvider provider, MOrderLine line, boolean newRecord) protected booleanMOrder.reserveStock(MDocType dt, MOrderLine[] lines) Reserve Inventory.voidMMatchPO.setC_OrderLine_ID(MOrderLine line) Set C_OrderLine_IDvoidMInOutLine.setOrderLine(MOrderLine oLine, int M_Locator_ID, BigDecimal Qty) Set Order Line.voidMInvoiceLine.setOrderLine(MOrderLine oLine) Set values from Order Line.booleanStandardTaxProvider.updateHeaderTax(MTaxProvider provider, MOrderLine line) booleanStandardTaxProvider.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.