Class MTableValRule

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

public class MTableValRule extends X_AD_TableValRule implements ImmutablePOSupport
Persistence model for table val rule
Author:
Carlos Ruiz - globalqss - bxservice
See Also:
  • Constructor Details

    • MTableValRule

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

      public MTableValRule(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
    • MTableValRule

      public MTableValRule(MTableValRule copy)
      Parameters:
      copy -
    • MTableValRule

      public MTableValRule(Properties ctx, MTableValRule copy)
      Parameters:
      ctx -
      copy -
    • MTableValRule

      public MTableValRule(Properties ctx, MTableValRule copy, String trxName)
      Parameters:
      ctx -
      copy -
      trxName -
  • Method Details

    • get

      public static MTableValRule get(String AD_TableValRule_UU)
      Get Rule from Cache (immutable)
      Parameters:
      AD_TableValRule_UU - UUID
      Returns:
      MTableValRule
    • get

      public static MTableValRule get(Properties ctx, String AD_TableValRule_UU)
      Get Rule from Cache (immutable)
      Parameters:
      ctx - context
      AD_TableValRule_UU - UUID
      Returns:
      MTableValRule
    • get

      public static MTableValRule get(Properties ctx, String AD_TableValRule_UU, String trxName)
      Get Rule from Cache (immutable)
      Parameters:
      ctx - context
      AD_TableValRule_UU - UUID
      trxName -
      Returns:
      MTableValRule
    • getCopy

      public static MTableValRule getCopy(Properties ctx, String AD_TableValRule_UU, String trxName)
      Get updateable copy of MTableValRule from cache
      Parameters:
      ctx -
      AD_TableValRule_UU - UUID
      trxName -
      Returns:
      MTableValRule
    • get

      public static List<MTableValRule> get(Properties ctx, int AD_Table_ID, int AD_Client_ID, int AD_Role_ID, int AD_User_ID)
      Get Rules applicable to session
      Parameters:
      ctx -
      AD_Table_ID -
      AD_Client_ID -
      AD_Role_ID -
      AD_User_ID -
      Returns:
      List of MTableValRule
    • markImmutable

      public MTableValRule markImmutable()
      Description copied from interface: ImmutablePOSupport
      mark PO as immutable
      Specified by:
      markImmutable in interface ImmutablePOSupport
      Returns:
      PO
    • beforeSave

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

      public String toString()
      String representation of this object, used in Recent Items
      Overrides:
      toString in class X_AD_TableValRule
      Returns:
      info