Class MProductBOM

    • Constructor Detail

      • MProductBOM

        public MProductBOM​(Properties ctx,
                           int M_Product_BOM_ID,
                           String trxName)
        Deprecated.
        Standard Constructor
        Parameters:
        ctx - context
        M_Product_BOM_ID - id
        trxName - transaction
      • MProductBOM

        public MProductBOM​(Properties ctx,
                           ResultSet rs,
                           String trxName)
        Deprecated.
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
    • Method Detail

      • getBOMLines

        public static MProductBOM[] getBOMLines​(MProduct product)
        Deprecated.
        Get BOM Lines for Product
        Parameters:
        product - product
        Returns:
        array of BOMs
      • getBOMLines

        public static MProductBOM[] getBOMLines​(Properties ctx,
                                                int M_Product_ID,
                                                String trxName)
        Deprecated.
        Get BOM Lines for Product
        Parameters:
        ctx - context
        M_Product_ID - product
        trxName - transaction
        Returns:
        array of BOMs
      • getProduct

        public MProduct getProduct()
        Deprecated.
        Get BOM Product
        Returns:
        product
      • afterSave

        protected boolean afterSave​(boolean newRecord,
                                    boolean success)
        Deprecated.
        After Save
        Overrides:
        afterSave in class PO
        Parameters:
        newRecord - new
        success - success
        Returns:
        success
      • afterDelete

        protected boolean afterDelete​(boolean success)
        Deprecated.
        Description copied from class: PO
        Executed after Delete operation.
        Overrides:
        afterDelete in class PO
        Parameters:
        success - true if record deleted
        Returns:
        true if delete is a success