Class MBOM

    • Constructor Detail

      • MBOM

        public MBOM​(Properties ctx,
                    int M_BOM_ID,
                    String trxName)
        Deprecated.
        Standard Constructor
        Parameters:
        ctx - context
        M_BOM_ID - id
        trxName - trx
      • MBOM

        public MBOM​(Properties ctx,
                    ResultSet rs,
                    String trxName)
        Deprecated.
        Load Constructor
        Parameters:
        ctx - ctx
        rs - result set
        trxName - trx
      • MBOM

        public MBOM​(MBOM copy)
        Deprecated.
        Parameters:
        copy -
      • MBOM

        public MBOM​(Properties ctx,
                    MBOM copy)
        Deprecated.
        Parameters:
        ctx -
        copy -
      • MBOM

        public MBOM​(Properties ctx,
                    MBOM copy,
                    String trxName)
        Deprecated.
        Parameters:
        ctx -
        copy -
        trxName -
    • Method Detail

      • get

        public static MBOM get​(int M_BOM_ID)
        Deprecated.
        Get BOM from Cache (immutable)
        Parameters:
        M_BOM_ID - id
        Returns:
        MBOM
      • get

        public static MBOM get​(Properties ctx,
                               int M_BOM_ID)
        Deprecated.
        Get BOM from Cache (immutable)
        Parameters:
        ctx - context
        M_BOM_ID - id
        Returns:
        MBOM
      • getCopy

        public static MBOM getCopy​(Properties ctx,
                                   int M_BOM_ID,
                                   String trxName)
        Deprecated.
        Get updateable copy of MBOM from cache
        Parameters:
        ctx -
        M_BOM_ID -
        trxName -
        Returns:
        MBOM
      • getOfProduct

        public static MBOM[] getOfProduct​(Properties ctx,
                                          int M_Product_ID,
                                          String trxName,
                                          String whereClause)
        Deprecated.
        Get BOMs Of Product
        Parameters:
        ctx - context
        M_Product_ID - product
        trxName - trx
        whereClause - optional WHERE clause w/o AND
        Returns:
        array of BOMs
      • beforeSave

        protected boolean beforeSave​(boolean newRecord)
        Deprecated.
        Before Save
        Overrides:
        beforeSave in class PO
        Parameters:
        newRecord - new
        Returns:
        true/false