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*).
Provide classes and interface for iDempiere process.
-
Uses of MOrderLine in org.adempiere.model
Fields in org.adempiere.model with type parameters of type MOrderLineModifier and TypeFieldDescriptionprotected Map<Integer,
MOrderLine> PromotionRule.OrderLineComparator.index
C_OrderLine_ID:MOrderLineMethods 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 lineConstructor parameters in org.adempiere.model with type arguments of type MOrderLine -
Uses of MOrderLine in org.brerp.base.component
Methods in org.brerp.base.component with parameters of type MOrderLineModifier and TypeMethodDescriptionboolean
BrERPTaxProvider.recalculateTax
(MTaxProvider provider, MOrderLine line, boolean newRecord) boolean
BrERPTaxProvider.updateHeaderTax
(MTaxProvider provider, MOrderLine line) boolean
BrERPTaxProvider.updateOrderTax
(MTaxProvider provider, MOrderLine line) -
Uses of MOrderLine in org.brerp.base.model
Methods in org.brerp.base.model with parameters of type MOrderLineModifier and TypeMethodDescriptionstatic List<MCOFCComexInfo>
MCOFCComexInfo.getFromOrderLine
(MOrderLine ol) getLines from MOrderLine return q.firststatic List<MCOFItemSubstituto>
MCOFItemSubstituto.getSelection
(MOrderLine ol, String additionalWhere) get MCOFItemSubstitutostatic Object[]
MLBRTax.getTaxes
(MOrderLine ol) Retorna o registro do imposto baseado na pesquisa Não usar este método em Callouts, pois a Callout pode acioná=lo antes que a linha tenha sido salva. -
Uses of MOrderLine in org.brerp.base.process
Methods in org.brerp.base.process that return types with arguments of type MOrderLineModifier and TypeMethodDescriptionstatic List<MOrderLine>
ProcGerarItemSubstituto.getSelection
(String trxName, int AD_PInstance_ID) get Order Linesstatic List<MOrderLine>
ProcGerarMovimentacao.getSelection
(String trxName, int AD_PInstance_ID) get Order LinesMethods in org.brerp.base.process with parameters of type MOrderLineModifier and TypeMethodDescriptionstatic void
ProcReprocessarPedido.processOrder
(MOrder order, MOrderLine single, boolean p_ReCalculateTax, boolean p_ReDefineTax, boolean p_COF_OnlyMissingTaxes, boolean p_ReDefineCFOP, boolean p_EnforcePrice, int p_M_PriceList_ID, boolean p_UnReserveStock, boolean p_RedefinirTaxa) Process Order -
Uses of MOrderLine in org.brerp.markup.model
Methods in org.brerp.markup.model with parameters of type MOrderLineModifier and TypeMethodDescriptionstatic String
MCOFCMarkup.setMarkupCalculate
(MOrderLine orderLine, int precision, boolean overwritten) Calcula o Markup e preenche os Campos de Preço da Linha do Pedido -
Uses of MOrderLine in org.brerp.sped.nfe.model
Methods in org.brerp.sped.nfe.model with parameters of type MOrderLineModifier and TypeMethodDescriptionvoid
MLBRDocFiscalLine.setC_OrderLine
(MOrderLine oLine) Define as informações de uma Linha de Documento Fiscal com base em um documento de fatura Usado em casos comuns de venda, simples faturamento, devolução, etc ATENÇÃO: quando alterar este método, considerar também modificar os métodos: -- {@link MLBRDocFiscalLine#setC_InvoiceLine(MInvoiceLine)
Constructors in org.brerp.sped.nfe.model with parameters of type MOrderLineModifierConstructorDescriptionMLBRDocFiscalLine
(MLBRDocFiscal doc, MOrderLine line) Cria uma linha de documento fiscal com base em uma linha de Ordem de Venda -
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. -
Uses of MOrderLine in org.compiere.process
Methods in org.compiere.process with parameters of type MOrderLine