Class MWindowAccess

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

public class MWindowAccess extends X_AD_Window_Access
Extended model class for AD_Window_Access
Version:
$Id: MWindowAccess.java,v 1.4 2006/07/30 00:54:54 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MWindowAccess

      public MWindowAccess(Properties ctx, String AD_Window_Access_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_Window_Access_UU - UUID key
      trxName - Transaction
    • MWindowAccess

      public MWindowAccess(Properties ctx, int ignored, String trxName)
      Standard Constructor
      Parameters:
      ctx - context
      ignored - -
      trxName - transaction
    • MWindowAccess

      public MWindowAccess(Properties ctx, ResultSet rs, String trxName)
      MWindowAccess
      Parameters:
      ctx -
      rs -
      trxName - transaction
    • MWindowAccess

      public MWindowAccess(MWindow parent, int AD_Role_ID)
      Parent Constructor
      Parameters:
      parent - parent
      AD_Role_ID - role id
  • Method Details

    • afterSave

      protected boolean afterSave(boolean newRecord, boolean success)
      Description copied from class: PO
      Called after Save for Post-Save Operation.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - true if it is a 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
      Execute after Delete operations.
      Default implementation is nop, to be implemented in sub-classes that needed it.
      Overrides:
      afterDelete in class PO
      Parameters:
      success - true if record deleted
      Returns:
      true if delete is a success