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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_AuthorizationProvider_IDstatic final StringColumn name AD_AuthorizationScopestatic final StringColumn name AD_AuthorizationScopeProv_IDstatic final StringColumn name AD_AuthorizationScopeProv_UUstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name ScopeURLstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200270static final StringTableName=AD_AuthorizationScopeProv -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intGet Authorization ProviderGet Authorization ScopeintGet Authorization Scope ProviderGet AD_AuthorizationScopeProv_UUintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Scope URLGet Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_AuthorizationProvider_ID(int AD_AuthorizationProvider_ID) Set Authorization ProvidervoidsetAD_AuthorizationScope(String AD_AuthorizationScope) Set Authorization ScopevoidsetAD_AuthorizationScopeProv_ID(int AD_AuthorizationScopeProv_ID) Set Authorization Scope ProvidervoidsetAD_AuthorizationScopeProv_UU(String AD_AuthorizationScopeProv_UU) Set AD_AuthorizationScopeProv_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetIsActive(boolean IsActive) Set Active.voidsetScopeURL(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
@Deprecated(since="13") I_AD_AuthorizationProvider getAD_AuthorizationProvider() throws RuntimeExceptionDeprecated.- 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
-