Uses of Class
org.compiere.model.MMovement
-
Packages that use MMovement Package Description org.compiere.model Provides for....org.eevolution.model -
-
Uses of MMovement in org.compiere.model
Fields in org.compiere.model declared as MMovement Modifier and Type Field Description protected MMovementMMovementLine. m_parentParentMethods in org.compiere.model that return MMovement Modifier and Type Method Description MMovementMMovementLine. getParent()get Parentprotected MMovementMMovement. reverse(boolean accrual)Methods in org.compiere.model with parameters of type MMovement Modifier and Type Method Description static MMovementConfirmMMovementConfirm. create(MMovement move, boolean checkExisting)Create Confirmation or return existing oneprotected booleanMMovementConfirm. createDifferenceDoc(MMovement move, MMovementLineConfirm confirm)Create Difference Document.Constructors in org.compiere.model with parameters of type MMovement Constructor Description MMovementConfirm(MMovement move)Parent ConstructorMMovementLine(MMovement parent)Parent constructor -
Uses of MMovement in org.eevolution.model
Methods in org.eevolution.model that return MMovement Modifier and Type Method Description MMovement[]MDDOrder. getMovement()Get Shipments of Order
-