Uses of Class
org.compiere.model.MBOM
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 MBOM in org.compiere.model
Modifier and TypeMethodDescriptionstatic MBOM
MBOM.get
(int M_BOM_ID) Deprecated, for removal: This API element is subject to removal in a future version.Get BOM from Cache (immutable)static MBOM
MBOM.get
(Properties ctx, int M_BOM_ID) Deprecated, for removal: This API element is subject to removal in a future version.Get BOM from Cache (immutable)static MBOM
MBOM.getCopy
(Properties ctx, int M_BOM_ID, String trxName) Deprecated, for removal: This API element is subject to removal in a future version.Get updateable copy of MBOM from cachestatic MBOM[]
MBOM.getOfProduct
(Properties ctx, int M_Product_ID, String trxName, String whereClause) Deprecated, for removal: This API element is subject to removal in a future version.Get BOMs Of ProductMBOM.markImmutable()
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionstatic MBOMProduct[]
Deprecated, for removal: This API element is subject to removal in a future version.Get Products of BOMModifierConstructorDescriptionMBOM
(Properties ctx, MBOM copy) Deprecated, for removal: This API element is subject to removal in a future version.MBOM
(Properties ctx, MBOM copy, String trxName) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.MBOMProduct
(MBOM bom) Deprecated, for removal: This API element is subject to removal in a future version.Parent Constructor