Uses of Class
org.compiere.model.MBOM
-
Packages that use MBOM Package Description org.compiere.model Provides for.... -
-
Uses of MBOM in org.compiere.model
Methods in org.compiere.model that return MBOM Modifier and Type Method Description static MBOM
MBOM. get(int M_BOM_ID)
Deprecated.Get BOM from Cache (immutable)static MBOM
MBOM. get(Properties ctx, int M_BOM_ID)
Deprecated.Get BOM from Cache (immutable)static MBOM
MBOM. getCopy(Properties ctx, int M_BOM_ID, String trxName)
Deprecated.Get updateable copy of MBOM from cachestatic MBOM[]
MBOM. getOfProduct(Properties ctx, int M_Product_ID, String trxName, String whereClause)
Deprecated.Get BOMs Of ProductMBOM
MBOM. markImmutable()
Deprecated.Methods in org.compiere.model with parameters of type MBOM Modifier and Type Method Description static MBOMProduct[]
MBOMProduct. getOfBOM(MBOM bom)
Deprecated.Get Products of BOMConstructors in org.compiere.model with parameters of type MBOM Constructor Description MBOM(Properties ctx, MBOM copy)
Deprecated.MBOM(Properties ctx, MBOM copy, String trxName)
Deprecated.MBOM(MBOM copy)
Deprecated.MBOMProduct(MBOM bom)
Deprecated.Parent Constructor
-