Package org.compiere.model
Interface I_AD_AuthorizationScopeProv
-
- All Known Implementing Classes:
MAuthorizationScopeProv
,X_AD_AuthorizationScopeProv
public interface I_AD_AuthorizationScopeProv
Generated Interface for AD_AuthorizationScopeProv- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_AuthorizationProvider_ID
Column name AD_AuthorizationProvider_IDstatic String
COLUMNNAME_AD_AuthorizationScope
Column name AD_AuthorizationScopestatic String
COLUMNNAME_AD_AuthorizationScopeProv_ID
Column name AD_AuthorizationScopeProv_IDstatic String
COLUMNNAME_AD_AuthorizationScopeProv_UU
Column name AD_AuthorizationScopeProv_UUstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_ScopeURL
Column name ScopeURLstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=200270static String
Table_Name
TableName=AD_AuthorizationScopeProv
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_AD_AuthorizationProvider
getAD_AuthorizationProvider()
int
getAD_AuthorizationProvider_ID()
Get Authorization ProviderString
getAD_AuthorizationScope()
Get Authorization Scopeint
getAD_AuthorizationScopeProv_ID()
Get Authorization Scope ProviderString
getAD_AuthorizationScopeProv_UU()
Get AD_AuthorizationScopeProv_UUint
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getScopeURL()
Get Scope URLTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_AuthorizationProvider_ID(int AD_AuthorizationProvider_ID)
Set Authorization Providervoid
setAD_AuthorizationScope(String AD_AuthorizationScope)
Set Authorization Scopevoid
setAD_AuthorizationScopeProv_ID(int AD_AuthorizationScopeProv_ID)
Set Authorization Scope Providervoid
setAD_AuthorizationScopeProv_UU(String AD_AuthorizationScopeProv_UU)
Set AD_AuthorizationScopeProv_UUvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setIsActive(boolean IsActive)
Set Active.void
setScopeURL(String ScopeURL)
Set Scope URL
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_AuthorizationScopeProv- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=200270- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_AuthorizationProvider_ID
static final String COLUMNNAME_AD_AuthorizationProvider_ID
Column name AD_AuthorizationProvider_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AuthorizationScope
static final String COLUMNNAME_AD_AuthorizationScope
Column name AD_AuthorizationScope- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AuthorizationScopeProv_ID
static final String COLUMNNAME_AD_AuthorizationScopeProv_ID
Column name AD_AuthorizationScopeProv_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_AuthorizationScopeProv_UU
static final String COLUMNNAME_AD_AuthorizationScopeProv_UU
Column name AD_AuthorizationScopeProv_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_ScopeURL
static final String COLUMNNAME_ScopeURL
Column name ScopeURL- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
setAD_AuthorizationProvider_ID
void setAD_AuthorizationProvider_ID(int AD_AuthorizationProvider_ID)
Set Authorization Provider
-
getAD_AuthorizationProvider_ID
int getAD_AuthorizationProvider_ID()
Get Authorization Provider
-
getAD_AuthorizationProvider
I_AD_AuthorizationProvider getAD_AuthorizationProvider() throws RuntimeException
- Throws:
RuntimeException
-
setAD_AuthorizationScope
void setAD_AuthorizationScope(String AD_AuthorizationScope)
Set Authorization Scope
-
getAD_AuthorizationScope
String getAD_AuthorizationScope()
Get Authorization Scope
-
setAD_AuthorizationScopeProv_ID
void setAD_AuthorizationScopeProv_ID(int AD_AuthorizationScopeProv_ID)
Set Authorization Scope Provider
-
getAD_AuthorizationScopeProv_ID
int getAD_AuthorizationScopeProv_ID()
Get Authorization Scope Provider
-
setAD_AuthorizationScopeProv_UU
void setAD_AuthorizationScopeProv_UU(String AD_AuthorizationScopeProv_UU)
Set AD_AuthorizationScopeProv_UU
-
getAD_AuthorizationScopeProv_UU
String getAD_AuthorizationScopeProv_UU()
Get AD_AuthorizationScopeProv_UU
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setScopeURL
void setScopeURL(String ScopeURL)
Set Scope URL
-
getScopeURL
String getScopeURL()
Get Scope URL
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-