Class MCOFConfAttachment

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_COF_ConfAttachment, I_Persistent, Evaluatee

public class MCOFConfAttachment extends X_COF_ConfAttachment
MCOFConfigAttachment
Version:
$Id: MCOFConfigAttachment.java, 14/01/2013 14:00:00 gabriel
Author:
gabriel (gabriel@brerp.org)
See Also:
  • Constructor Details

    • MCOFConfAttachment

      public MCOFConfAttachment(Properties ctx, int COF_ConfAttachment_ID, String trxName)
    • MCOFConfAttachment

      public MCOFConfAttachment(Properties ctx, ResultSet rs, String trxName)
    • MCOFConfAttachment

      public MCOFConfAttachment(Properties ctx, int COF_ConfAttachment_ID, String trxName, String... virtualColumns)
    • MCOFConfAttachment

      public MCOFConfAttachment(Properties ctx, String COF_ConfAttachment_UU, String trxName, String... virtualColumns)
    • MCOFConfAttachment

      public MCOFConfAttachment(Properties ctx, String COF_ConfAttachment_UU, String trxName)
  • Method Details

    • 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
    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new record
      success - true if save operation was success
      Returns:
      if save was a success
    • afterDelete

      protected boolean afterDelete(boolean success)
      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
    • beforeDelete

      protected boolean beforeDelete(boolean success)
    • getTableConfig

      public static MCOFConfAttachment getTableConfig(int AD_Table_ID, int AD_Client_ID, int AD_Org_ID)