Class MRoleIncluded

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

public class MRoleIncluded extends X_AD_Role_Included
Included Role Model
Author:
teo.sarca@gmail.com
See Also:
  • Constructor Details

    • MRoleIncluded

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

      public MRoleIncluded(Properties ctx, int AD_Role_Included_ID, String trxName)
      Parameters:
      ctx -
      AD_Role_Included_ID -
      trxName -
    • MRoleIncluded

      public MRoleIncluded(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      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)
      After Save
      Overrides:
      afterSave in class PO
      Parameters:
      newRecord - new
      success - success
      Returns:
      success
    • afterDelete

      protected boolean afterDelete(boolean success)
      After Delete
      Overrides:
      afterDelete in class PO
      Parameters:
      success - success
      Returns:
      success