Uses of Class
org.compiere.model.MBOM

Packages that use 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*).
  • 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, 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 cache
    static 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 Product
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in org.compiere.model with parameters of type MBOM
    Modifier and Type
    Method
    Description
    static MBOMProduct[]
    MBOMProduct.getOfBOM(MBOM bom)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get Products of BOM
    Constructors in org.compiere.model with parameters of type MBOM
    Modifier
    Constructor
    Description
     
    MBOM(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.
     
     
    MBOM(MBOM copy)
    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.
    Parent Constructor