Class MInfoWindowAccess

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

public class MInfoWindowAccess extends X_AD_InfoWindow_Access
Author:
hengsin
See Also:
  • Constructor Details

    • MInfoWindowAccess

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

      public MInfoWindowAccess(Properties ctx, int ignored, String trxName)
      Parameters:
      ctx -
      ignored -
      trxName -
    • MInfoWindowAccess

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

      public MInfoWindowAccess(MInfoWindow 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