Class MProductionPlan

    • Constructor Detail

      • MProductionPlan

        public MProductionPlan​(Properties ctx,
                               int M_ProductionPlan_ID,
                               String trxName)
        Parameters:
        ctx -
        M_ProductionPlan_ID -
        trxName -
      • MProductionPlan

        public MProductionPlan​(Properties ctx,
                               ResultSet rs,
                               String trxName)
        Parameters:
        ctx -
        rs -
        trxName -
    • Method Detail

      • deleteLines

        public void deleteLines​(String trxName)
      • createLines

        public int createLines​(boolean mustBeStocked)
      • beforeDelete

        protected boolean beforeDelete()
        Description copied from class: PO
        Executed before Delete operation.
        Overrides:
        beforeDelete in class PO
        Returns:
        true if record can be deleted
      • beforeSave

        protected boolean beforeSave​(boolean newRecord)
        Description copied from class: PO
        Called before Save for Pre-Save Operation
        Overrides:
        beforeSave in class PO
        Parameters:
        newRecord - new record
        Returns:
        true if record can be saved