Uses of Class
org.compiere.model.MMovementLine
Packages that use MMovementLine
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 MMovementLine in org.brerp.sped.nfe.component
Methods in org.brerp.sped.nfe.component with parameters of type MMovementLineModifier and TypeMethodDescriptionboolean
DocFiscal_Validator.calculeTax
(MMovementLine movLine) boolean
DocFiscal_Validator.updateHeaderTax
(MMovementLine movLine) -
Uses of MMovementLine in org.brerp.sped.nfe.model
Methods in org.brerp.sped.nfe.model with parameters of type MMovementLineModifier and TypeMethodDescriptionvoid
MLBRDocFiscalLine.setM_MovementLine
(MMovementLine movLine) Define as informações de uma Linha de Documento Fiscal com base em um documento de movimentação de estoque.Constructors in org.brerp.sped.nfe.model with parameters of type MMovementLineModifierConstructorDescriptionMLBRDocFiscalLine
(MLBRDocFiscal doc, MMovementLine movLine) Cria uma linha de documento fiscal com base em uma linha de Movimentação de Estoque -
Uses of MMovementLine in org.compiere.model
Fields in org.compiere.model declared as MMovementLineModifier and TypeFieldDescriptionprotected MMovementLine
MMovementLineConfirm.m_line
Movement Lineprotected MMovementLine[]
MMovement.m_lines
LinesMethods in org.compiere.model that return MMovementLineModifier and TypeMethodDescriptionMMovementLineConfirm.getLine()
Get Movement LineMMovement.getLines
(boolean requery) Get Linesstatic MMovementLine[]
MMovementLine.getOfOrderLine
(Properties ctx, int DD_OrderLine_ID, String where, String trxName) Deprecated.not fully implementedMethods in org.compiere.model with parameters of type MMovementLineModifier and TypeMethodDescriptionstatic MMovementLineMA
MMovementLineMA.addOrCreate
(MMovementLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy) Add movement quantity to existing MMovementLineMA or create new MMovementLineMA record.static MMovementLineMA
MMovementLineMA.addOrCreate
(MMovementLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated) Add movement quantity to existing MMovementLineMA or create new MMovementLineMA record.protected void
MMovement.checkMaterialPolicy
(MMovementLine line, BigDecimal qtyToDeliver) Check Material Policy.void
MMovementLineConfirm.setMovementLine
(MMovementLine line) Set Movement LineConstructors in org.compiere.model with parameters of type MMovementLineModifierConstructorDescriptionMMovementLineMA
(MMovementLine parent, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy) Parent ConstructorMMovementLineMA
(MMovementLine parent, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated)