Class MAuthorizationScopeProv

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

public class MAuthorizationScopeProv extends X_AD_AuthorizationScopeProv
Authorization Scope Provider
See Also:
  • Constructor Details

    • MAuthorizationScopeProv

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

      public MAuthorizationScopeProv(Properties ctx, int AD_AuthorizationScopeProv_ID, String trxName)
      Create empty Authorization Scope Provider
      Parameters:
      ctx - context
      AD_AuthorizationScopeProv_ID - ID
      trxName - transaction
    • MAuthorizationScopeProv

      public MAuthorizationScopeProv(Properties ctx, ResultSet rs, String trxName)
      Create Authorization Scope Provider from current row in ResultSet
      Parameters:
      ctx - context
      rs - ResultSet
      trxName - transaction