Uses of Class
org.compiere.model.MInOutLineMA
-
Packages that use MInOutLineMA Package Description org.compiere.model Provides for.... -
-
Uses of MInOutLineMA in org.compiere.model
Methods in org.compiere.model that return MInOutLineMA Modifier and Type Method Description static MInOutLineMA
MInOutLineMA. addOrCreate(MInOutLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy)
static MInOutLineMA
MInOutLineMA. addOrCreate(MInOutLine line, int M_AttributeSetInstance_ID, BigDecimal MovementQty, Timestamp DateMaterialPolicy, boolean isAutoGenerated)
static MInOutLineMA[]
MInOutLineMA. get(Properties ctx, int M_InOutLine_ID, String trxName)
Get Material Allocations for Linestatic MInOutLineMA[]
MInOutLineMA. getNonReturned(Properties ctx, int M_InOutLine_ID, String trxName)
Get Material Allocations from shipment which is not returned
-