@ProviderType public interface OAuth2ScopeGrantModel extends com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.oauth2.provider.model.impl.OAuth2ScopeGrantImpl.
OAuth2ScopeGrant| Modifier and Type | Method and Description |
|---|---|
OAuth2ScopeGrant |
cloneWithOriginalValues() |
java.lang.String |
getApplicationName()
Returns the application name of this o auth2 scope grant.
|
java.lang.String |
getBundleSymbolicName()
Returns the bundle symbolic name of this o auth2 scope grant.
|
long |
getCompanyId()
Returns the company ID of this o auth2 scope grant.
|
long |
getOAuth2ApplicationScopeAliasesId()
Returns the o auth2 application scope aliases ID of this o auth2 scope grant.
|
long |
getOAuth2ScopeGrantId()
Returns the o auth2 scope grant ID of this o auth2 scope grant.
|
long |
getPrimaryKey()
Returns the primary key of this o auth2 scope grant.
|
java.lang.String |
getScope()
Returns the scope of this o auth2 scope grant.
|
java.lang.String |
getScopeAliases()
Returns the scope aliases of this o auth2 scope grant.
|
void |
setApplicationName(java.lang.String applicationName)
Sets the application name of this o auth2 scope grant.
|
void |
setBundleSymbolicName(java.lang.String bundleSymbolicName)
Sets the bundle symbolic name of this o auth2 scope grant.
|
void |
setCompanyId(long companyId)
Sets the company ID of this o auth2 scope grant.
|
void |
setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
Sets the o auth2 application scope aliases ID of this o auth2 scope grant.
|
void |
setOAuth2ScopeGrantId(long oAuth2ScopeGrantId)
Sets the o auth2 scope grant ID of this o auth2 scope grant.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this o auth2 scope grant.
|
void |
setScope(java.lang.String scope)
Sets the scope of this o auth2 scope grant.
|
void |
setScopeAliases(java.lang.String scopeAliases)
Sets the scope aliases of this o auth2 scope grant.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this o auth2 scope grantlong getOAuth2ScopeGrantId()
void setOAuth2ScopeGrantId(long oAuth2ScopeGrantId)
oAuth2ScopeGrantId - the o auth2 scope grant ID of this o auth2 scope grantlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this o auth2 scope grantlong getOAuth2ApplicationScopeAliasesId()
void setOAuth2ApplicationScopeAliasesId(long oAuth2ApplicationScopeAliasesId)
oAuth2ApplicationScopeAliasesId - the o auth2 application scope aliases ID of this o auth2 scope grant@AutoEscape java.lang.String getApplicationName()
void setApplicationName(java.lang.String applicationName)
applicationName - the application name of this o auth2 scope grant@AutoEscape java.lang.String getBundleSymbolicName()
void setBundleSymbolicName(java.lang.String bundleSymbolicName)
bundleSymbolicName - the bundle symbolic name of this o auth2 scope grant@AutoEscape java.lang.String getScope()
void setScope(java.lang.String scope)
scope - the scope of this o auth2 scope grant@AutoEscape java.lang.String getScopeAliases()
void setScopeAliases(java.lang.String scopeAliases)
scopeAliases - the scope aliases of this o auth2 scope grantOAuth2ScopeGrant cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<OAuth2ScopeGrant>