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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_AuthorizationProvider_IDstatic final String
Column name AD_AuthorizationScopestatic final String
Column name AD_AuthorizationScopeProv_IDstatic final String
Column name AD_AuthorizationScopeProv_UUstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name ScopeURLstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200270static final String
TableName=AD_AuthorizationScopeProv -
Method Summary
Modifier and TypeMethodDescriptionint
Get Authorization ProviderGet Authorization Scopeint
Get Authorization Scope ProviderGet AD_AuthorizationScopeProv_UUint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Scope URLGet Updated.int
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 Details
-
Table_Name
TableName=AD_AuthorizationScopeProv- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200270- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_AuthorizationProvider_ID
Column name AD_AuthorizationProvider_ID- See Also:
-
COLUMNNAME_AD_AuthorizationScope
Column name AD_AuthorizationScope- See Also:
-
COLUMNNAME_AD_AuthorizationScopeProv_ID
Column name AD_AuthorizationScopeProv_ID- See Also:
-
COLUMNNAME_AD_AuthorizationScopeProv_UU
Column name AD_AuthorizationScopeProv_UU- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_ScopeURL
Column name ScopeURL- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
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
- Throws:
RuntimeException
-
setAD_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
Set AD_AuthorizationScopeProv_UU -
getAD_AuthorizationScopeProv_UU
String getAD_AuthorizationScopeProv_UU()Get AD_AuthorizationScopeProv_UU -
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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
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
-